Source: peel
Section: gnome
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders: Dawid Kulas <sp9ska@op.pl>
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/peel
Vcs-Git: https://salsa.debian.org/gnome-team/extras/peel.git
Build-Depends:
 debhelper-compat (= 14),
 meson,
 pkgconf,
 dh-python,
 python3,
 gobject-introspection,
 gir1.2-girepository-3.0-dev,
 gir1.2-glib-2.0-dev
Standards-Version: 4.7.4
Homepage: https://gitlab.gnome.org/bugaevc/peel

Package: peel
Section: devel
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends}
Description: Tool to create C++ bindings for GObject-based libraries
 Peel provides modern C++ bindings for GObject-based libraries,
 including the GTK toolkit. It notably makes some different design
 choices from the existing bindings.
 .
 It is a header-only library providing wrappers
 that are intended to be completely inlined into your code.
 .
 The peel project consists of two parts: manually written bindings
 to the few fundamental types (such as GObject::Object), and the code generator,
 a Python script with no external dependencies,
 that generates bindings to the majority of the APIs.
