1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-blevesearch-segment
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/blevesearch/segment
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-blevesearch-segment
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-blevesearch-segment.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/blevesearch/segment
Package: golang-github-blevesearch-segment-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: Go library for performing Unicode Text Segmentation
Segment is a Go library for performing Unicode Text Segmentation as
described in Unicode Standard Annex #29.
.
Reference: http://www.unicode.org/reports/tr29/
|