[ 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.