]> andersk Git - libyaml.git/blob - debian/control.in
944df7b2686c89fbe2f0d670e31072b6f21e5c5b
[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 Build-Depends-Indep: doxygen
7 Standards-Version: 3.9.6
8 Homepage: http://pyyaml.org/wiki/LibYAML
9 Vcs-Git: git://andersk.mit.edu/libyaml.git
10 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
11
12 Package: libyaml-0-2
13 Architecture: any
14 Multi-Arch: same
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Pre-Depends: ${misc:Pre-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 Multi-Arch: same
26 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
27 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
28  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
29  human-readable data serialization format.
30  .
31  This package contains detached debuging symbols for the library found
32  in libyaml-0-2.
33
34 Package: libyaml-dev
35 Section: libdevel
36 Architecture: any
37 Multi-Arch: same
38 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
39 Suggests: libyaml-doc
40 Description: Fast YAML 1.1 parser and emitter library (development)
41  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
42  human-readable data serialization format.
43  .
44  This package contains development headers and static libraries.
45
46 Package: libyaml-doc
47 Section: doc
48 Architecture: all
49 Depends: ${misc:Depends}
50 Description: Fast YAML 1.1 parser and emitter library (documentation)
51  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
52  human-readable data serialization format.
53  .
54  This package contains API documentation for developers in HTML
55  format, and some example programs from the LibYAML distribution.
This page took 0.076432 seconds and 3 git commands to generate.