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
|
Source: libgnurdf
Section: libs
Priority: optional
Maintainer: Domenico Andreoli <cavok@debian.org>
Standards-Version: 3.5.2
Build-Depends: automake, autoconf, libtool, debhelper (>> 3.0.0), zlib1g-dev, libxml2-dev
Package: libgnurdf2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: A library for parsing and processing RDF files
The libgnurdf (GNUpdate RDF) library provides a simple interface for
parsing and generating RDF, the Resource Description Format.
.
Development files and documentation are available in libgnurdf-dev package.
Package: libgnurdf-dev
Architecture: any
Section: devel
Depends: libgnurdf2(=${Source-Version}), libxml2-dev
Description: Development files for libgnurdf
The libgnurdf (GNUpdate RDF) library provides a simple interface for
parsing and generating RDF, the Resource Description Format.
.
Contains the files that programmers would use to develop programs
that use the libgnurdf library.
|