套件:golang-gopkg-yaml.v2-dev(2.2.2-1+deb10u1) [security]
golang-gopkg-yaml.v2-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-yaml.v2:
- [golang-yaml.v2_2.2.2-1+deb10u1.dsc]
- [golang-yaml.v2_2.2.2.orig.tar.gz]
- [golang-yaml.v2_2.2.2-1+deb10u1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
YAML support for the Go language
The yaml package enables Go programs to very comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably.
The yaml package supports most of YAML 1.1 and 1.2, including support for anchors, tags, map merging, etc. Multi-document unmarshalling is not yet implemented, and base-60 floats from YAML 1.1 are purposefully not supported since they're a poor design and are gone in YAML 1.2.
This package is an incompatible successor to golang-goyaml ("gonuts.org/v1/yaml", and then renamed to "gopkg.in/yaml.v1").
其他與 golang-gopkg-yaml.v2-dev 有關的套件
|
|
|
|
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package