[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ ソース: golang-toml ]
パッケージ: golang-github-burntsushi-toml-dev (0.3.1-1)
golang-github-burntsushi-toml-dev に関するリンク
Debian の資源:
golang-toml ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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.