]> andersk Git - libyaml.git/blob - debian/control
debian: Bump Standards-Version to 4.1.4 and debian/compat to 11
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: debhelper (>= 11),
6  dh-buildinfo (>= 0.9+nmu1~)
7 Build-Depends-Indep: doxygen (>= 1.8.4-1~)
8 Standards-Version: 4.1.4
9 Homepage: https://github.com/yaml/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-dev
23 Section: libdevel
24 Architecture: any
25 Multi-Arch: same
26 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
27 Suggests: libyaml-doc
28 Description: Fast YAML 1.1 parser and emitter library (development)
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 development headers and static libraries.
33
34 Package: libyaml-doc
35 Section: doc
36 Architecture: all
37 Multi-Arch: foreign
38 Depends: ${misc:Depends}
39 Description: Fast YAML 1.1 parser and emitter library (documentation)
40  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
41  human-readable data serialization format.
42  .
43  This package contains API documentation for developers in HTML
44  format, and some example programs from the LibYAML distribution.
This page took 0.033179 seconds and 5 git commands to generate.