File: control

package info (click to toggle)
libpgobject-type-json-perl 2.000001-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 124 kB
  • sloc: perl: 133; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libpgobject-type-json-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcarp-always-perl,
                     libjson-perl,
                     libjson-xs-perl,
                     libpgobject-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpgobject-type-json-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpgobject-type-json-perl.git
Homepage: https://metacpan.org/release/PGObject-Type-JSON

Package: libpgobject-type-json-perl
Architecture: all
Depends: libjson-perl,
         libpgobject-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: libjson-xs-perl
Description: 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.