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
|
Source: rapidyaml
Section: libs
Priority: optional
Maintainer: Gabriel Barrantes <gabriel.barrantes.dev@outlook.com>
Build-Depends:
cmake,
debhelper-compat (= 13),
libc4core-dev
Standards-Version: 4.7.2
Homepage: https://github.com/biojppm/rapidyaml
Package: libryml0
Architecture: any
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
Depends: ${misc:Depends}, libryml0 (= ${binary:Version})
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.
|