golang-github-coreos-vcontext 0.0~git20210903.c22998b-2 source package in Ubuntu

Changelog

golang-github-coreos-vcontext (0.0~git20210903.c22998b-2) unstable; urgency=medium

  * Source only upload to enable migration

 -- Dominik George <email address hidden>  Thu, 13 Jan 2022 12:59:57 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-coreos-vcontext_0.0~git20210903.c22998b-2.dsc 1.9 KiB 41d831f85ab003651b97bd2db21ca3c467f48fbd76a003584a4379ae88e3669a
golang-github-coreos-vcontext_0.0~git20210903.c22998b.orig.tar.xz 14.2 KiB fb3ee5cb199a7715a8669e9ddfeaeffb65999392a11bc4dec17c6c45dce66427
golang-github-coreos-vcontext_0.0~git20210903.c22998b-2.debian.tar.xz 2.3 KiB 6d0df2aef8c5f409f11664e3dfd5fc51414e5d40919fae3f5a275946bc9ce66a

No changes file available.

Binary packages built by this source

golang-github-coreos-vcontext-dev: 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