]> andersk Git - libyaml.git/blob - debian/control
3f60563dc75ded553307790b7e08b5f28e2c97a8
[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 (>= 8.1.3~),
7  cdbs (>= 0.4.93~)
8 Standards-Version: 3.9.2
9 Homepage: http://pyyaml.org/wiki/LibYAML
10 Vcs-Git: git://andersk.mit.edu/libyaml.git
11 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
12
13 Package: libyaml-0-2
14 Architecture: any
15 Multi-Arch: same
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Pre-Depends: ${misc:Pre-Depends}
18 Description: Fast YAML 1.1 parser and emitter library
19  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
20  human-readable data serialization format.
21
22 Package: libyaml-0-2-dbg
23 Section: debug
24 Priority: extra
25 Architecture: any
26 Multi-Arch: same
27 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
28 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
29  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
30  human-readable data serialization format.
31  .
32  This package contains detached debuging symbols for the library found
33  in libyaml-0-2.
34
35 Package: libyaml-dev
36 Section: libdevel
37 Architecture: any
38 Multi-Arch: same
39 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
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.
This page took 0.111755 seconds and 3 git commands to generate.