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
|
Source: sord
Section: libs
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>,
Dennis Braun <snd@debian.org>
Build-Depends:
debhelper-compat (= 13),
libpcre2-dev,
libserd-dev (>= 0.30),
libzix-dev,
meson,
pkgconf,
python3:native,
Build-Depends-Indep:
doxygen,
Standards-Version: 4.7.3
Homepage: https://drobilla.net/software/sord.html
Vcs-Git: https://salsa.debian.org/multimedia-team/sord.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/sord
Package: libsord-0-0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
sordi
Description: library for storing RDF data in memory
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
Sord includes man pages for the library (man sord) and a
simple command line utility (man sordi).
Package: libsord-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libserd-dev (>= 0.30),
libzix-dev,
libsord-0-0 (= ${binary:Version}),
${misc:Depends}
Suggests:
libsord-doc
Recommends:
pkgconf
Description: library for storing RDF data in memory (development files)
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the development headers.
Package: sordi
Architecture: any
Section: text
Depends:
${misc:Depends},
${shlibs:Depends}
Description: library for storing RDF data in memory - utilities
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the 'sordi' and 'sord_validate' utilities.
Package: libsord-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Enhances:
libsord-dev
Depends:
${misc:Depends}
Recommends:
libjs-jquery
Description: library for storing RDF data in memory (documentation)
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the developer's reference for sord.
|