[ aramo ]
[ ソース: golang-github-coreos-vcontext ]
パッケージ: golang-github-coreos-vcontext-dev (0.0~git20210903.c22998b-2)
golang-github-coreos-vcontext-dev に関するリンク
Trisquel の資源:
golang-github-coreos-vcontext ソースパッケージをダウンロード:
- [golang-github-coreos-vcontext_0.0~git20210903.c22998b-2.dsc]
- [golang-github-coreos-vcontext_0.0~git20210903.c22998b.orig.tar.xz]
- [golang-github-coreos-vcontext_0.0~git20210903.c22998b-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Dominik George
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-go-playground-validator-v10-dev
- golang-github-pelletier-go-toml-dev
- haskell-lazy-csv-utils
- golang-github-pelletier-go-toml
- libghc-lazy-csv-dev
- libghc-lazy-csv-prof
- libghc-lazy-csv-doc
- libjson-validator-perl
- golang-github-valyala-fastjson-dev
- libargtable2-docs
Library for validating json and yaml configs in Go (library)
vcontext is a library supporting validation of config files parsed from yaml or json with support for giving context as to where errors occur. It is composed of multiple semi-independent packages:
report: a structure for containing multiple errors, warnings, etc. It also contains context (from the path package) for determining where in the config the reports came from
validate: a package for composing a report by validating go structs
tree: a structure for containing metadata about the location (line/column) of objects in the source of the config
json, yaml: packages for generating trees from json or yaml
path: a structure for defining how to find json/yaml elements
その他の golang-github-coreos-vcontext-dev 関連パッケージ
|
|
|
-
- dep: golang-github-coreos-go-json-dev
- Go's encoding/json library plus Node struct support (library)
-
- dep: golang-gopkg-yaml.v3-dev
- YAML support for the Go language