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 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: mir-core
Section: libs
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-dlang (>= 0.6.2),
meson (>= 0.46),
pkg-config
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/libmir/mir-core
Vcs-Browser: https://salsa.debian.org/d-team/mir-core
Vcs-Git: https://salsa.debian.org/d-team/mir-core.git
Package: libmir-core1
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Base D software building blocks and conventions
Generic building blocks and conventions for software
written in the D programming language.
.
Using the code does not introduce a D runtime dependency
(betterC compatibility).
Package: libmir-core-dev
Section: libdevel
Architecture: any
Depends: libmir-core1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: D software building blocks and conventions -- development files
Generic building blocks and conventions for software
written in the D programming language.
.
Using the code does not introduce a D runtime dependency
(betterC compatibility).
This package contains development files for the D programming language.
|