blob: 85a1c16517e04e35a7dc65ae4142b20834371e05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Source: libcxml
Priority: optional
Maintainer: Carl Hetherington <cth@carlh.net>
Build-Depends: debhelper (>= 9), pkg-config, python
Standards-Version: 3.9.6
Section: libs
Homepage: http://carlh.net/libdcp
Vcs-Git: git://git.carlh.net/git/libdcp.git
Vcs-Browser: http://git.carlh.net/gitweb/?p=libcxml.git
Package: libcxml-dev
Section: libdevel
Architecture: any
Depends: libcxml (= ${binary:Version}), ${misc:Depends}
Description: Simple helper library for parsing XML with libxml++ (development files)
A small library which makes code to parse XML slightly less verbose.
Package: libcxml
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple helper library for parsing XML with libxml++
A small library which makes code to parse XML slightly less verbose.
|