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
|
Source: cppgir
Section: devel
Priority: optional
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch:
cmake (>= 3.14),
libboost-dev (>= 1.58),
libboost-fiber-dev (>= 1.65) [amd64 arm64 armel armhf hurd-i386 i386 mips64el powerpc ppc64el riscv64 s390x] <!nocheck>,
libgirepository1.0-dev <!nocheck>,
libglib2.0-dev <!nocheck>,
libgstreamer1.0-dev <!nocheck>,
libgtk-3-dev <!nocheck>,
qtbase5-dev (>= 5.9) <!nocheck>,
ronn <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/mnauw/cppgir
Vcs-Git: https://salsa.debian.org/mymedia/cppgir.git
Vcs-Browser: https://salsa.debian.org/mymedia/cppgir
Package: cppgir
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ binding wrapper generator for GObject introspection
cppgir processes .gir files derived from GObject-Introspection annotations into
a set of C++ files defining suitable namespaces, classes and other types that
together from a C++ binding. In this way, the plain C libraries and objects
become available as native objects along with managed resource handling.
|