Source: libcyaml
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), libyaml-dev, doxygen, graphviz, pkg-config
Standards-Version: 4.6.2
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.
