libpgobject-type-json-perl 2.000001-3 source package in Ubuntu

Changelog

libpgobject-type-json-perl (2.000001-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 18:30:00 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-type-json-perl_2.000001-3.dsc 2.2 KiB f8695a6df6cc046cf114c66e057ee97829b8d594e52f8fb6ddc4e5ce444888b1
libpgobject-type-json-perl_2.000001.orig.tar.gz 6.4 KiB 8a938f98c0f13ca4e77ef6b260864ac2e76e890e54e3b18510f4297d8e0125df
libpgobject-type-json-perl_2.000001-3.debian.tar.xz 2.5 KiB bd78eee9965ffd7a80f6edc0e27c4fafe745cd4cd68c1fbc7014451559882caa

Available diffs

No changes file available.

Binary packages built by this source

libpgobject-type-json-perl: JSON wrappers for PGObject

 PGObject::Type::JSON is a type handler for JSON entities. This is a best
 effort mapping of types to references. Literal values are handled as literal
 references. It allows json types or other (specified by custom register) types
 to be converted from JSON into objects according to their values. This module
 assumes that encoding will be in UTF8 across the board and is not safe to use
 with other database encodings.