[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 原始碼: golang-toml ]
套件:golang-github-burntsushi-toml-dev(0.3.0+git20170626.7.a368813-1)
golang-github-burntsushi-toml-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-toml:
- [golang-toml_0.3.0+git20170626.7.a368813-1.dsc]
- [golang-toml_0.3.0+git20170626.7.a368813.orig.tar.xz]
- [golang-toml_0.3.0+git20170626.7.a368813-1.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Jelmer Vernooij (QA 頁面)
- Anthony Fok (QA 頁面)
- Tim Potter (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
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.