File: control

package info (click to toggle)
libyaml 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,392 kB
  • sloc: ansic: 10,324; sh: 4,232; makefile: 57
file content (44 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libyaml
Section: libs
Priority: optional
Maintainer: Anders Kaseorg <andersk@mit.edu>
Build-Depends: debhelper (>= 12),
 dh-buildinfo (>= 0.9+nmu1~)
Build-Depends-Indep: doxygen (>= 1.8.4-1~)
Standards-Version: 4.4.0
Homepage: https://github.com/yaml/libyaml
Vcs-Git: https://salsa.debian.org/andersk-guest/libyaml.git
Vcs-Browser: https://salsa.debian.org/andersk-guest/libyaml

Package: libyaml-0-2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fast YAML 1.1 parser and emitter library
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.

Package: libyaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
Suggests: libyaml-doc
Description: Fast YAML 1.1 parser and emitter library (development)
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
 .
 This package contains development headers and static libraries.

Package: libyaml-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Fast YAML 1.1 parser and emitter library (documentation)
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
 .
 This package contains API documentation for developers in HTML
 format, and some example programs from the LibYAML distribution.