File: control

package info (click to toggle)
rapidyaml 0.9.0%2Bds-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 53,408 kB
  • sloc: cpp: 69,910; python: 3,616; javascript: 414; xml: 253; makefile: 95; sh: 44
file content (29 lines) | stat: -rw-r--r-- 1,012 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
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.