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
|
Source: golang-toml
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
Anthony Fok <foka@debian.org>,
Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-any
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-toml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-toml.git
Homepage: https://github.com/BurntSushi/toml
XS-Go-Import-Path: github.com/BurntSushi/toml
Package: golang-github-burntsushi-toml-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: golang-toml-dev (<< 0.2.0-2~)
Breaks: golang-toml-dev (<< 0.2.0-2~)
Provides: golang-toml-dev
Description: TOML parser and encoder for Go with reflection
TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
reflection interface similar to Go's standard library json and xml packages.
This package also supports the encoding.TextUnmarshaler and
encoding.TextMarshaler interfaces so that you can define custom data
representations.
.
Compatible with TOML v0.4.0.
.
This package contains the source.
Package: golang-toml-dev
Section: oldlibs
Architecture: all
Depends: golang-github-burntsushi-toml-dev, ${misc:Depends}
Description: Transitional package for golang-github-burntsushi-toml-dev
This is a transitional package to ease upgrade to the
golang-github-burntsushi-toml-dev package. It can safely be removed.
|