pkgsrc/devel/go-textseg/PLIST
nikita d9f2b11ad6 Add devel/go-textseg version 12.0.0
go-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.

Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.

To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.
2020-04-27 15:42:20 +00:00

19 lines
1.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/04/27 15:42:20 nikita Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/apparentlymart/go-textseg/textseg.a
gopkg/src/github.com/apparentlymart/go-textseg/LICENSE
gopkg/src/github.com/apparentlymart/go-textseg/go.mod
gopkg/src/github.com/apparentlymart/go-textseg/go.sum
gopkg/src/github.com/apparentlymart/go-textseg/textseg/all_tokens.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/all_tokens_test.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/emoji_table.rl
gopkg/src/github.com/apparentlymart/go-textseg/textseg/generate.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/grapheme_clusters.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/grapheme_clusters.rl
gopkg/src/github.com/apparentlymart/go-textseg/textseg/grapheme_clusters_table.rl
gopkg/src/github.com/apparentlymart/go-textseg/textseg/grapheme_clusters_test.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/make_tables.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/make_test_tables.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/tables.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/tables_test.go
gopkg/src/github.com/apparentlymart/go-textseg/textseg/unicode2ragel.rb
gopkg/src/github.com/apparentlymart/go-textseg/textseg/utf8_seqs.go