[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 源代码: golang-toml ]
软件包:golang-github-burntsushi-toml-dev(1.3.2-2~bpo12+1)
golang-github-burntsushi-toml-dev 的相关链接
Debian 的资源:
下载源码包 golang-toml:
- [golang-toml_1.3.2-2~bpo12+1.dsc]
- [golang-toml_1.3.2.orig.tar.xz]
- [golang-toml_1.3.2-2~bpo12+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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 v1.0.0 (https://toml.io/en/v1.0.0).
This package contains the source.