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
|
Source: json-glib
Section: libs
Priority: optional
Maintainer: Emmanuele Bassi <ebassi@openedhand.com>
Uploaders: Rob Bradford <robster@debian.org>, Ross Burton <ross@debian.org>
Build-Depends: debhelper (>= 5),
cdbs (>= 0.4.41),
libglib2.0-dev,
gtk-doc-tools,
gir-repository-dev,
gir1.0-glib-2.0,
libgirepository1.0-dev (>= 0.6.3),
gobject-introspection (>= 0.6.5-3)
Standards-Version: 3.8.3
Package: libjson-glib-1.0-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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-1.0-0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libjson-glib-1.0-0 (= ${binary:Version}), ${misc:Depends}
Description: GLib JSON manipulation library (debug symbols)
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 debug files.
Package: libjson-glib-dev
Section: libdevel
Architecture: any
Depends: libjson-glib-1.0-0 (= ${binary:Version}), pkg-config, libglib2.0-dev, ${misc:Depends}
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-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
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.0-json-glib-1.0
Section: libs
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
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 introspection data.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|