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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: json-glib
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gir1.2-glib-2.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-gio-2.0-dev,
libglib2.0-dev (>= 2.72.0),
meson (>= 1.2.0),
python3-docutils,
xsltproc
Build-Depends-Indep: gi-docgen,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/json-glib
Vcs-Git: https://salsa.debian.org/gnome-team/json-glib.git
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Package: libjson-glib-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libjson-glib-1.0-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: GLib JSON manipulation library
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
Package: libjson-glib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev,
libjson-glib-1.0-0 (= ${binary:Version}),
pkgconf,
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${gir:Provides}
Suggests: libjson-glib-doc
Description: GLib JSON manipulation library (development files)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains the development files.
Package: libjson-glib-1.0-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: GLib JSON manipulation library (common files)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains the translations files.
Package: libjson-glib-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: devhelp
Build-Profiles: <!nodoc>
Description: GLib JSON manipulation library (documentation)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains the documentation.
Package: gir1.2-json-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Description: GLib JSON manipulation library (introspection data)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains introspection data.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: json-glib-tools
Section: devel
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: GLib JSON manipulation library (tools)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains the json-glib-format and json-glib-validate
tools.
|