Source: libdyaml
Priority: optional
Maintainer: Chris Josten <chris@netsoj.nl>
Build-Depends: debhelper (>= 11),
               dh-dlang,
               meson
Standards-Version: 4.1.3
Section: libs
Homepage: https://github.com/dlang-community/D-YAML
Vcs-Browser: https://githee.netsoj.nl/debian-packages/dyaml
Vcs-Git: https://githee.netsoj.nl/debian-packages/dyaml.git

Package: libdyaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdyaml0 (= ${binary:Version}), ${misc:Depends},
         libtinyendian (>= 0.2.0)
Description: YAML parser and emitter for the D programming language.
 D:YAML is an open source YAML parser and emitter library 
 for the D programming language. It is almost compliant to the 
 YAML 1.1 specification. D:YAML is based on PyYAML created by 
 Kirill Simonov.

Package: libdyaml0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: YAML parser and emitter for the D programming language.
 D:YAML is an open source YAML parser and emitter library 
 for the D programming language. It is almost compliant to the 
 YAML 1.1 specification. D:YAML is based on PyYAML created by 
 Kirill Simonov.