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
|
Source: redland
Section: devel
Priority: optional
Maintainer: Dave Beckett <dajobe@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, cdbs, libtool (>= 1.5), perl (>= 5.8.1-2), libraptor2-dev (>=2.0.2), librasqal3-dev (>= 0.9.25), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev, libltdl-dev
Standards-Version: 3.9.2
Homepage: http://librdf.org/
Package: librdf0-dev
Provides: librdf-dev
Conflicts: librdf-dev
Section: libdevel
Architecture: any
Depends: librdf0 (= ${binary:Version}), libraptor2-dev (>=2.0.2), librasqal3-dev (>=0.9.25), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev, ${misc:Depends}
Suggests: librdf-perl, python-librdf, librdf-ruby
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: librdf0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: librdf-storage-postgresql, librdf-storage-mysql, librdf-storage-sqlite, 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.
.
This package includes the core file-based storages. To get database
backed storages, the librdf-storage-postgresql, librdf-storage-mysql
or librdf-storage-sqlite packages should be installed.
Package: librdf-storage-postgresql
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: librdf0 (<< 1.0.9-3)
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-mysql
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: librdf0 (<< 1.0.9-3)
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-sqlite
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: librdf0 (<< 1.0.9-3)
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: redland-utils
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.
|