Source: golang-github-naoina-toml Maintainer: Debian Go Packaging Team Uploaders: Peymaneh Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-naoina-go-stringutil-dev, golang-github-kylelemons-godebug-dev, peg-go Standards-Version: 4.6.1.0 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-naoina-toml.git Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-naoina-toml Homepage: https://github.com/naoina/toml Rules-Requires-Root: no XS-Go-Import-Path: github.com/naoina/toml Package: golang-github-naoina-toml-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-naoina-go-stringutil-dev, golang-github-kylelemons-godebug-dev Multi-Arch: foreign Description: TOML parser and encoder library for Golang TOML v0.4.0 compatible parser and encoder lirary for Golang. The TOML package also contains a Marshaler interface, which can be implemented by objects that can marshal themselves into valid TOML.