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 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libfyaml
Priority: optional
Maintainer: Jose Luis Blanco Claraco <joseluisblancoc@gmail.com>
Uploaders:
Timo Röhling <roehling@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libltdl-dev,
pkgconf,
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/pantoniou/libfyaml
Vcs-Git: https://salsa.debian.org/jlblancoc/libfyaml-gbp.git
Vcs-Browser: https://salsa.debian.org/jlblancoc/libfyaml-gbp
Package: libfyaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libfyaml0 (= ${binary:Version}),
${misc:Depends},
Description: Fully feature complete YAML parser and emitter (headers)
Fully feature complete YAML parser and emitter, supporting the latest YAML
spec and passing the full YAML testsuite.
.
It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
.
This package contains development headers and static libraries.
Package: libfyaml-utils
Section: devel
Architecture: any
Depends:
libfyaml0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Fully feature complete YAML parser and emitter (CLI tools)
Fully feature complete YAML parser and emitter, supporting the latest YAML
spec and passing the full YAML testsuite.
.
It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
.
This package contains utilities manipulating YAML files.
Package: libfyaml0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Fully feature complete YAML parser and emitter (library)
Fully feature complete YAML parser and emitter, supporting the latest YAML
spec and passing the full YAML testsuite.
.
It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
|