]> andersk Git - libyaml.git/blob - debian/control
Bump Debhelper compat level to 9
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: cdbs,
6  autotools-dev,
7  debhelper (>= 8.1.3~),
8  dh-buildinfo
9 Standards-Version: 3.9.2
10 Homepage: http://pyyaml.org/wiki/LibYAML
11 Vcs-Git: git://andersk.mit.edu/libyaml.git
12 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
13
14 Package: libyaml-0-2
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: Fast YAML 1.1 parser and emitter library
18  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
19  human-readable data serialization format.
20
21 Package: libyaml-0-2-dbg
22 Section: debug
23 Priority: extra
24 Architecture: any
25 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
26 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
27  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
28  human-readable data serialization format.
29  .
30  This package contains detached debuging symbols for the library found
31  in libyaml-0-2.
32
33 Package: libyaml-dev
34 Section: libdevel
35 Architecture: any
36 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
37 Description: Fast YAML 1.1 parser and emitter library (development)
38  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
39  human-readable data serialization format.
40  .
41  This package contains development headers and static libraries.
This page took 1.601742 seconds and 5 git commands to generate.