File: control

package info (click to toggle)
libcyaml 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 904 kB
  • sloc: ansic: 18,207; makefile: 144; sh: 13
file content (46 lines) | stat: -rw-r--r-- 1,719 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
45
46
Source: libcyaml
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), libyaml-dev, doxygen, graphviz, pkg-config
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/tlsa/libcyaml
Vcs-Browser: https://salsa.debian.org/sudip/libcyaml
Vcs-Git: https://salsa.debian.org/sudip/libcyaml.git

Package: libcyaml1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to read and write YAML documents (shared library)
 libcyaml is a C library to allow applications to construct schemas
 which describe both the permissible structure of the YAML documents
 to read/write, and the C data structure(s) in which the loaded data
 is arranged in memory.

Package: libcyaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcyaml1 (= ${binary:Version}), ${misc:Depends}
Description: library to read and write YAML documents (development files)
 libcyaml is a C library to allow applications to construct schemas
 which describe both the permissible structure of the YAML documents
 to read/write, and the C data structure(s) in which the loaded data
 is arranged in memory.
 .
 This package contains the development files for libcyaml1.

Package: libcyaml-doc
Section: doc
Recommends: libcyaml-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: documentation for libcyaml1
 libcyaml is a C library to allow applications to construct schemas
 which describe both the permissible structure of the YAML documents
 to read/write, and the C data structure(s) in which the loaded data
 is arranged in memory.
 .
 This package contains the documentation for libcyaml1.