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
|
Source: rasqal
Section: devel
Priority: optional
Maintainer: Dave Beckett <dajobe@debian.org>
Build-Depends: debhelper (>> 8.1.3), cdbs (>= 0.4.93~), dh-autoreconf, pkg-config, libraptor2-dev (>=2.0.12-2), libgmp-dev, libmhash-dev, libpcre3-dev, uuid-dev
Standards-Version: 3.9.5
Homepage: http://librdf.org/rasqal/
Package: librasqal3-dev
Provides: librasqal-dev
Recommends: rasqal-utils
Conflicts: librasqal-dev, librasqal2-dev
Replaces: librasqal2-dev
Suggests: librasqal3-doc
Section: libdevel
Architecture: any
Depends: librasqal3 (= ${binary:Version}), libraptor2-dev (>= 2.0.12-2), libgmp-dev, ${misc:Depends}
Description: Rasqal RDF query library development libraries and headers
Development libraries, header files and documentation needed by
programs that want to compile with the Rasqal RDF query library.
Package: librasqal3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: rasqal-utils
Description: Rasqal RDF query library
Rasqal is a C library providing support for querying the
Resource Description Framework (RDF) including
parsing query syntaxes, constructing the queries, executing them,
returning result bindings and formatting results. It supports the
SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS
experimental query language extending SPARQL.
.
Rasqal is designed for performance, flexibility and embedding (no
memory leaks) and to track ongoing RDF query language work.
Package: rasqal-utils
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: raptor2-utils, redland-utils
Description: Rasqal RDF Query utilities
This package provides the roqet tool for querying RDF content
with SPARQL and RDQL RDF query languages using the Rasqal RDF
query library.
Package: librasqal3-dbg
Priority: extra
Section: debug
Architecture: any
Depends: ${misc:Depends}, librasqal3 (= ${binary:Version})
Description: Rasqal RDF Query Library - debugging symbols
This package contains the debugging symbols for debugging
applications which use librasqal3.
Package: librasqal3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, lynx | www-browser
Description: Documentation for the Rasqal RDF Query library
Rasqal is a C library providing support for querying the
Resource Description Framework (RDF) including
parsing query syntaxes, constructing the queries, executing them,
returning result bindings and formatting results. It supports the
SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS
experimental query language extending SPARQL.
.
This package contains the HTML documentation for the Rasqal library
in /usr/share/gtk-doc/html/rasqal/ .
|