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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: golang-github-pelletier-go-toml
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11~),
dh-golang,
golang-any,
golang-github-burntsushi-toml-dev,
golang-github-davecgh-go-spew-dev,
golang-gopkg-yaml.v2-dev,
golang-github-pelletier-go-buffruneio-dev
Standards-Version: 4.2.0
Homepage: https://github.com/pelletier/go-toml
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml.git
XS-Go-Import-Path: github.com/pelletier/go-toml
Testsuite: autopkgtest-pkg-go
Package: golang-github-pelletier-go-toml-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-burntsushi-toml-dev,
golang-github-davecgh-go-spew-dev,
golang-gopkg-yaml.v2-dev,
golang-github-pelletier-go-buffruneio-dev
Description: Go library for the TOML language
This library supports TOML (Tom's Obvious, Minimal Language)
version v1.0.0.
.
TOML aims to be a minimal configuration file format that's
easy to read due to obvious semantics. TOML is designed
to map unambiguously to a hash table. TOML should be
easy to parse into data structures in a wide variety
of languages.
Package: golang-github-pelletier-go-toml
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Go library for the TOML language -- commandline programs
This library supports TOML (Tom's Obvious, Minimal Language)
version v1.0.0.
.
TOML aims to be a minimal configuration file format that's
easy to read due to obvious semantics. TOML is designed
to map unambiguously to a hash table. TOML should be
easy to parse into data structures in a wide variety
of languages.
.
This package contains the two commandline programs tomll
and tomljson.
|