File: control

package info (click to toggle)
golang-github-naoina-toml 0.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 416 kB
  • sloc: makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download
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
Source: golang-github-naoina-toml
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
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.