]> andersk Git - libyaml.git/blob - debian/control
3c035c10825a6e235ceac8b6b4b13e00225d484a
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: autotools-dev,
6  debhelper (>= 9.20160114~),
7  dh-buildinfo (>= 0.9+nmu1~),
8  dh-autoreconf
9 Build-Depends-Indep: doxygen (>= 1.8.4-1~)
10 Standards-Version: 3.9.6
11 Homepage: http://pyyaml.org/wiki/LibYAML
12 Vcs-Git: git://andersk.mit.edu/libyaml.git
13 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
14
15 Package: libyaml-0-2
16 Architecture: any
17 Multi-Arch: same
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Pre-Depends: ${misc:Pre-Depends}
20 Description: Fast YAML 1.1 parser and emitter library
21  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
22  human-readable data serialization format.
23
24 Package: libyaml-dev
25 Section: libdevel
26 Architecture: any
27 Multi-Arch: same
28 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
29 Suggests: libyaml-doc
30 Description: Fast YAML 1.1 parser and emitter library (development)
31  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
32  human-readable data serialization format.
33  .
34  This package contains development headers and static libraries.
35
36 Package: libyaml-doc
37 Section: doc
38 Architecture: all
39 Multi-Arch: foreign
40 Depends: ${misc:Depends}
41 Description: Fast YAML 1.1 parser and emitter library (documentation)
42  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
43  human-readable data serialization format.
44  .
45  This package contains API documentation for developers in HTML
46  format, and some example programs from the LibYAML distribution.
This page took 0.302839 seconds and 3 git commands to generate.