1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: golang-github-axgle-mahonia
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arun Kumar Pariyar <openarungeek@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-axgle-mahonia
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-axgle-mahonia.git
Homepage: https://github.com/axgle/mahonia
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/axgle/mahonia
Package: golang-github-axgle-mahonia-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Character-set conversion library implemented in Go. (library)
Mahonia is a character-set conversion library implemented in Go.
All data is compiled into the executable; it doesn't need any external
data files.
Package: mahonia
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Character-set conversion library implemented in Go. (program)
Mahonia is a character-set conversion library implemented in Go.
All data is compiled into the executable; it doesn't need any external
data files.
|