golang-github-alecthomas-jsonschema 0.0~git20210127.19bc6f2-2 source package in Ubuntu

Changelog

golang-github-alecthomas-jsonschema (0.0~git20210127.19bc6f2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-alecthomas-jsonschema-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 17 Dec 2022 16:47:04 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-2.dsc 2.2 KiB 3ca1e837044ba933899e839b83deb78188290227c94f40146dddb551abc54f88
golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2.orig.tar.xz 10.4 KiB 2880c888dfeeb586eaff68cba4440bdb51b8cd44b120093551faae0ca6ff8265
golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-2.debian.tar.xz 2.6 KiB e26b2764cab89091f084a730065daaf3c2bb36f9ed91bb888db4588ecdfb6fb8

No changes file available.

Binary packages built by this source

golang-github-alecthomas-jsonschema-dev: Generate JSON Schemas from Go types (library)

 This package generates JSON Schemas from Go types through reflection.
 .
 It supports:
    * Arbitrarily complex types, including interface{}, maps, slices, etc.
    * Json-schema features such as minLength, maxLength, pattern, format, etc.
    * Simple string and numeric enums.
    * Custom property fields via the jsonschema_extras struct tag.