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 121 122 123 124 125 126 127 128
|
Source: librest
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>,
Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
ca-certificates,
gir1.2-gio-2.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-soup-3.0-dev,
gobject-introspection (>= 1.80),
libglib2.0-dev (>= 2.27),
libjson-glib-dev,
libsoup-3.0-dev,
libxml2-dev,
meson (>= 0.47)
Build-Depends-Indep: gi-docgen
Standards-Version: 4.7.2
Homepage: https://wiki.gnome.org/Projects/Librest
Vcs-Browser: https://salsa.debian.org/gnome-team/librest
Vcs-Git: https://salsa.debian.org/gnome-team/librest.git
Package: librest-1.0-0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: REST service access library
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
Package: librest-dev
Architecture: any
Section: libdevel
Depends: libglib2.0-dev (>= 2.44),
libjson-glib-dev,
librest-1.0-0 (= ${binary:Version}),
libsoup-3.0-dev (>= 2.99.2),
libxml2-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Multi-Arch: same
Description: REST service access library (development headers)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
.
This package contains the development headers.
Package: gir1.2-rest-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: REST service access library (introspection files)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
.
This package contains introspection data.
.
It can be used by packages using the GIRepository format to generate dynamic
bindings.
Package: librest-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: librest-dev
Multi-Arch: foreign
Description: REST service access library (documentation)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
.
This package contains the documentation
Package: librest-extras-1.0-0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: REST service access library extra components
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API. This extra package provides
Facebook and Flickr support.
Package: librest-extras-dev
Section: libdevel
Architecture: any
Depends: libglib2.0-dev (>= 2.44),
libjson-glib-dev,
librest-dev (=${binary:Version}),
librest-extras-1.0-0 (=${binary:Version}),
libsoup-3.0-dev (>= 2.99.2),
libxml2-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Multi-Arch: same
Description: REST service access library extra components (development headers)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API. This extra package provides
Facebook and Flickr support.
.
This package contains the development headers.
Package: gir1.2-restextras-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
Replaces: gir1.2-rest-extras-0.7 (<< 0.8.1)
Breaks: gir1.2-rest-extras-0.7 (<< 0.8.1)
Multi-Arch: same
Description: REST service access library extra components (introspectionfiles)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API. This extra package provides
Facebook and Flickr support.
.
This package contains introspection data
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|