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
|
Source: golang-github-influxdata-toml
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Tim Potter <tpot@hpe.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-go,
golang-github-naoina-go-stringutil-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influxdata-toml
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-influxdata-toml.git
Homepage: https://github.com/influxdata/toml
XS-Go-Import-Path: github.com/influxdata/toml
Package: golang-github-influxdata-toml-dev
Architecture: all
Depends:
${misc:Depends},
golang-go,
golang-github-naoina-go-stringutil-dev,
Description: TOML parser and encoder library for Golang
This is the Influxdata fork of the official TOML package. It supports
additional data types, documenting TOML fields, and nicer output.
|