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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: template-glib
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: bison,
debhelper-compat (= 13),
dh-sequence-gir,
flex,
gtk-doc-tools,
libgirepository1.0-dev,
libglib2.0-dev,
meson (>= 0.51.0),
valac
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/template-glib
Vcs-Git: https://salsa.debian.org/gnome-team/template-glib.git
Homepage: https://people.gnome.org/~chergert/docs/template-glib/
Package: libtemplate-glib-1.0-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libtemplate-glib-common (>= ${source:Version})
Description: templating library for GLib
Template-GLib includes a simple template format along with integration into
GObject Introspection for properties and methods. It separates the parsing of
templates and the expansion of templates for faster expansion. You can also
define scope, custom functions, and more with the embedded expression
language.
Package: libtemplate-glib-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
${gir:Depends},
libtemplate-glib-1.0-0 (= ${binary:Version}),
gir1.2-template-1.0 (= ${binary:Version}),
libglib2.0-dev,
Provides: ${gir:Provides}
Suggests: libtemplate-glib-doc
Description: templating library for GLib - development files
Template-GLib includes a simple template format along with integration into
GObject Introspection for properties and methods. It separates the parsing of
templates and the expansion of templates for faster expansion. You can also
define scope, custom functions, and more with the embedded expression
language.
.
This package contains the development files.
Package: libtemplate-glib-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Description: templating library for GLib - common files
Template-GLib includes a simple template format along with integration into
GObject Introspection for properties and methods. It separates the parsing of
templates and the expansion of templates for faster expansion. You can also
define scope, custom functions, and more with the embedded expression
language.
.
This package contains common data files and translations.
Package: libtemplate-glib-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: templating library for GLib - documentation
Template-GLib includes a simple template format along with integration into
GObject Introspection for properties and methods. It separates the parsing of
templates and the expansion of templates for faster expansion. You can also
define scope, custom functions, and more with the embedded expression
language.
.
This package contains the API reference.
Package: gir1.2-template-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends}
Description: GObject introspection data for template-glib
This package contains GObject introspection information.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|