File: control

package info (click to toggle)
mir-core 0.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • sloc: makefile: 7; sh: 7
file content (38 lines) | stat: -rw-r--r-- 1,285 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
30
31
32
33
34
35
36
37
38
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 (>= 11),
               dh-dlang,
               meson (>= 0.46),
               pkg-config
Standards-Version: 4.2.1
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-core0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
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-core0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
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.