[ ソース: golang-github-pelletier-go-toml ]
パッケージ: golang-github-pelletier-go-toml-dev (1.4.0+really1.2.0-1)
golang-github-pelletier-go-toml-dev に関するリンク
Debian の資源:
golang-github-pelletier-go-toml ソースパッケージをダウンロード:
- [golang-github-pelletier-go-toml_1.4.0+really1.2.0-1.dsc]
- [golang-github-pelletier-go-toml_1.4.0+really1.2.0.orig.tar.gz]
- [golang-github-pelletier-go-toml_1.4.0+really1.2.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Go library for the TOML language
This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0.
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
その他の golang-github-pelletier-go-toml-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-burntsushi-toml-dev
- TOML parser and encoder for Go with reflection
-
- dep: golang-github-davecgh-go-spew-dev
- Implements a deep pretty printer for Go data structures to aid in debugging
-
- dep: golang-github-pelletier-go-buffruneio-dev
- wrapper around bufio to provide buffered runes access
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language