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 129 130 131 132 133 134 135 136 137 138 139 140
|
Source: redland
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
gtk-doc-tools,
libltdl-dev,
libpq-dev,
libraptor2-dev,
librasqal3-dev,
libsqlite3-dev,
libtool,
perl:any,
pkgconf,
unixodbc-dev,
Standards-Version: 4.7.2
Homepage: http://librdf.org/
Vcs-Browser: https://salsa.debian.org/debian/redland
Vcs-Git: https://salsa.debian.org/debian/redland.git
Package: librdf0-dev
Provides: librdf-dev,
Conflicts: librdf-dev,
Section: libdevel
Architecture: any
Depends:
libraptor2-dev,
librasqal3-dev,
librdf0t64 (= ${binary:Version}),
${misc:Depends},
Suggests: librdf-perl, librdf-ruby, python-librdf,
Recommends: redland-utils,
Description: Redland RDF library development libraries and headers
RDF development libraries, header files, documentation and utilities
needed by program that want to be compiled with Redland.
Package: librdf-storage-mysql
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: RDF library, MySQL backend
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.
.
This package contains the MySQL storage backend.
Package: librdf-storage-postgresql
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: RDF library, PostGreSQL backend
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.
.
This package contains the PostGreSQL storage backend.
Package: librdf-storage-sqlite
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: RDF library, SQLite backend
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.
.
This package contains the SQLite storage backend.
Package: librdf-storage-virtuoso
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: RDF library, Virtuoso backend
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.
.
This package contains the Virtuoso storage backend.
Package: librdf0t64
Provides: ${t64:Provides},
Replaces: librdf0,
Breaks: librdf0 (<< ${source:Version}),
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Suggests:
librdf-storage-mysql,
librdf-storage-postgresql,
librdf-storage-sqlite,
librdf-storage-virtuoso,
redland-utils,
Description: Redland Resource Description Framework (RDF) library
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.
.
To get database
backed storages, the librdf-storage-postgresql, librdf-storage-mysql,
librdf-storage-sqlite or librdf-storage-virtuoso packages should be
installed.
Package: redland-utils
Section: text
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Redland Resource Description Framework (RDF) Utility programs
This package provides the rdfproc utility for processing the
Resource Description Framework (RDF) format using the Redland RDF library.
It allows reading RDF from syntaxes, manipulating the RDF graph, querying
using RDQL and SPARQL and serializing RDF into syntaxes in RDF/XML,
N-Triples, Turtle and RSS 1.0.
|