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 42 43 44 45 46 47 48 49 50 51
|
Source: g-golf
Section: lisp
Priority: optional
Maintainer: Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi>
Build-Depends: debhelper-compat (= 13), texinfo (>= 6.6), pkgconf,
libgirepository-1.0-dev (>= 1.72.0),
gir1.2-girepository-2.0-dev, gir1.2-glib-2.0-dev,
libglib2.0-dev (>= 2.73.0),
guile-library (>= 0.2.5), guile-3.0 (>= 3.0.7), guile-3.0-dev (>= 3.0.7)
Standards-Version: 4.7.0
Homepage: https://www.gnu.org/software/g-golf/
Build-Conflicts: g-golf
Vcs-Git: https://salsa.debian.org/tohoyn-guest/g-golf.git
Vcs-Browser: https://salsa.debian.org/tohoyn-guest/g-golf
Rules-Requires-Root: no
Package: g-golf
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
libgirepository-1.0-dev (>= 1.72.0), libglib2.0-dev (>= 2.73.0),
gir1.2-girepository-2.0-dev, gir1.2-glib-2.0-dev,
guile-library (>= 0.2.5),
guile-3.0 (>= 3.0.7),
guile-3.0-dev (>= 3.0.7)
Description: Guile Object Library for GNOME
G-Golf low level API comprises a binding to - (most of) the GObject
Introspection and (some of) the GObject and Glib libraries, as well as
additional (G-Golf) utilities - used to import GObject libraries and
build their corresponding G-Golf high level API.
G-Golf high level API makes (imported) GOBject classes and methods
available using GOOPS, the Guile Object Oriented System.
G-Golf is a tool to develop modern graphical applications.
Package: g-golf-gtk-4-examples
Architecture: all
Depends: ${misc:Depends},
g-golf (>= ${source:Version}), g-golf (<< ${source:Version}.1~),
gir1.2-gtk-4.0 (>= 4.8.0), guile-cairo (>= 1.12.0~pre1-1),
libgtk-4-dev (>= 4.8.0)
Description: G-Golf example programs for the GTK 4.0 user interface library
This package contains Guile Scheme example programs using G-Golf and the
GTK 4.0 library.
Package: g-golf-adw-1-examples
Architecture: all
Depends: ${misc:Depends},
g-golf (>= ${source:Version}), g-golf (<< ${source:Version}.1~),
gir1.2-adw-1 (>= 1.8.0)
Description: G-Golf example programs for the Adwaita user interface library
This package contains Guile Scheme example programs using G-Golf and the
Adwaita library.
|