]> andersk Git - libyaml.git/blob - debian/control.in
Rename libyaml-0-1 to libyaml-0-2, to match soname.
[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.8.0
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 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: Fast YAML 1.1 parser and emitter library
15  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
16  human-readable data serialization format.
17
18 Package: libyaml-dev
19 Section: libdevel
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
22 Description: Fast YAML 1.1 parser and emitter library (development)
23  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
24  human-readable data serialization format.
25  .
26  This package contains development headers and static libraries.
This page took 0.02919 seconds and 5 git commands to generate.