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
|
Source: gir-to-d
Section: devel
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-dlang (>= 0.6.2),
meson (>= 0.46),
pkg-config
Standards-Version: 4.5.0
Homepage: https://github.com/gtkd-developers/gir-to-d
Vcs-Git: https://salsa.debian.org/d-team/gir-to-d.git
Vcs-Browser: https://salsa.debian.org/d-team/gir-to-d
Package: gir-to-d
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: libglibd-2.0-dev
Description: Create D bindings from GObject introspection files
GObject Introspection provides machine readable introspection data
of the API of C libraries.
.
GirToD is a command-line tool which builds bindings for the
D programming language from GObject Introspection (GIR) data.
|