]> andersk Git - libyaml.git/blob - debian/control.in
Bump Debhelper compat level to 9
[libyaml.git] / debian / control.in
1 Source: libyaml
2 Section: libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: @cdbs@
6 Standards-Version: 3.9.2
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-2
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-0-2-dbg
19 Section: debug
20 Priority: extra
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
23 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
24  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
25  human-readable data serialization format.
26  .
27  This package contains detached debuging symbols for the library found
28  in libyaml-0-2.
29
30 Package: libyaml-dev
31 Section: libdevel
32 Architecture: any
33 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
34 Description: Fast YAML 1.1 parser and emitter library (development)
35  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
36  human-readable data serialization format.
37  .
38  This package contains development headers and static libraries.
This page took 0.064127 seconds and 5 git commands to generate.