Source: rapidyaml Section: libs Maintainer: Gabriel Barrantes Build-Depends: cmake, debhelper-compat (= 14), dh-sequence-pkgkde-symbolshelper, libc4core-dev (>= 0.6.0-4~), Standards-Version: 4.7.4 Homepage: https://github.com/biojppm/rapidyaml Vcs-Browser: https://salsa.debian.org/debian/rapidyaml Vcs-Git: https://salsa.debian.org/debian/rapidyaml.git Package: libryml0.16 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Description: C++ library to parse and emit YAML C++ library to parse and emit YAML, and do it fast. ryml parses both read-only and in-situ source buffers; the resulting data nodes hold only views to sub-ranges of the source buffer. . This package holds the header and development library link. Package: libryml-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libryml0.16 (= ${binary:Version}), libc4core-dev Description: C++ library to parse and emit YAML (development files) C++ library to parse and emit YAML, and do it fast. ryml parses both read-only and in-situ source buffers; the resulting data nodes hold only views to sub-ranges of the source buffer.