]> andersk Git - libyaml.git/blob - debian/control
Bump Standards-Version to 3.8.0.
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: extra
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
6 Standards-Version: 3.8.0
7 Homepage: http://pyyaml.org/wiki/LibYAML
8 Vcs-Git: git://andersk.mit.edu/libyaml.git
9 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
10
11 Package: libyaml-0-1
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: Fast YAML 1.1 parser and emitter library
15  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
16  human-readable data serialization format.
17
18 Package: libyaml-dev
19 Section: libdevel
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version})
22 Description: Fast YAML 1.1 parser and emitter library (development)
23  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
24  human-readable data serialization format.
25  .
26  This package contains development headers and static libraries.
This page took 0.057816 seconds and 5 git commands to generate.