]> andersk Git - libyaml.git/blob - debian/control.in
Merge tag 'upstream/0.1.5' into debian
[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 Multi-Arch: same
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Pre-Depends: ${misc:Pre-Depends}
16 Description: Fast YAML 1.1 parser and emitter library
17  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
18  human-readable data serialization format.
19
20 Package: libyaml-0-2-dbg
21 Section: debug
22 Priority: extra
23 Architecture: any
24 Multi-Arch: same
25 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 Multi-Arch: same
37 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
38 Description: Fast YAML 1.1 parser and emitter library (development)
39  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
40  human-readable data serialization format.
41  .
42  This package contains development headers and static libraries.
This page took 1.238874 seconds and 5 git commands to generate.