]> andersk Git - libyaml.git/blob - debian/control
11b3866d60205d916f2c095e1ab902f766f3805b
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: extra
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
6 Standards-Version: 3.7.3
7 Homepage: http://pyyaml.org/wiki/LibYAML
8
9 Package: libyaml-0-1
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: Fast YAML 1.1 parser and emitter library
13  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
14  human-readable data serialization format.
15
16 Package: libyaml-dev
17 Section: libdevel
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version})
20 Description: Fast YAML 1.1 parser and emitter library (development)
21  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
22  human-readable data serialization format.
23  .
24  This package contains development headers and static libraries.
This page took 0.027017 seconds and 3 git commands to generate.