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
|
Section: libs
Source: liblrdf
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Adrian Knoth <adi@drcomp.erfurt.thur.de>
Build-Depends: cdbs (>= 0.4.123~),
libtool,
automake,
autoconf,
debhelper (>= 8.1.3),
dh-buildinfo,
licensecheck,
d-shlibs (>= 0.79~),
ladspa-sdk,
libraptor2-dev,
pkg-config
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/multimedia-team/liblrdf.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/liblrdf
Homepage: https://github.com/swh/LRDF
Package: liblrdf0-dev
Section: libdevel
Architecture: any
Depends: ${devlibs:Depends},
${misc:Depends},
liblrdf0 (= ${binary:Version}),
ladspa-sdk
Provides: liblrdf-dev
Conflicts: liblrdf-dev
Description: liblrdf0 development files
Liblrdf can read RDF/XML and N3 files and export N3 files. It also has
a light taxonomic inference capablility.
.
It can also be used for general RDF manipulation.
.
This package holds static libraries and headers needed by developers
who wish to use liblrdf0 in their programs.
Package: liblrdf0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: liblrdf0-dev
Description: library to manipulate RDF files describing LADSPA plugins
Liblrdf can read RDF/XML and N3 files and export N3 files. It also has
a light taxonomic inference capablility.
.
It can also be used for general RDF manipulation.
|