File: control

package info (click to toggle)
golang-github-influxdata-toml 0.0~git20160905.0.ad49a5c-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 256 kB
  • sloc: makefile: 14
file content (23 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-influxdata-toml
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends:
 debhelper (>= 9),
 dh-golang,
 golang-go,
 golang-github-naoina-go-stringutil-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/influxdata/toml
XS-Go-Import-Path: github.com/influxdata/toml

Package: golang-github-influxdata-toml-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-go,
 golang-github-naoina-go-stringutil-dev,
Description: TOML parser and encoder library for Golang
 This is the Influxdata fork of the official TOML package. It supports
 additional data types, documenting TOML fields, and nicer output.