Initial package commit
This commit is contained in:
parent
ecbd63edaf
commit
6ecb532581
14 changed files with 168 additions and 0 deletions
34
debian/control
vendored
Normal file
34
debian/control
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue