Source: golang-github-naoina-toml
Section: devel
Priority: optional
Homepage: https://github.com/naoina/toml
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh Nejad <p.nejad@posteo.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-naoina-go-stringutil-dev,
               golang-github-kylelemons-godebug-dev,
               peg-go
Standards-Version: 4.5.1
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
Testsuite: autopkgtest-pkg-go
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
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.
