File: control

package info (click to toggle)
gtkmm-documentation 4.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,772 kB
  • sloc: cpp: 15,541; javascript: 1,208; makefile: 1,080; python: 401; xml: 106; perl: 67; sh: 8
file content (40 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download
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
Source: gtkmm-documentation
Section: doc
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               docbook-xsl,
               itstool,
               libglibmm-2.68-dev,
               libgtkmm-4.0-dev,
               libxml2-utils,
               meson,
               mm-common (>= 0.9.10),
               xsltproc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkmm-documentation
Vcs-Git: https://salsa.debian.org/gnome-team/gtkmm-documentation.git
Homepage: https://www.gtkmm.org/

Package: gtkmm-documentation
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         doc-base,
         libgtkmm-4.0-doc
Recommends: libglibmm-2.68-doc
Description: Documentation of C++ wrappers for GLib/GTK
 GLib is a low-level general-purpose library used mainly by GTK/GNOME
 applications, but is useful for other programs as well.
 glibmm is the C++ wrapper for GLib.
 .
 Gtkmm is a C++ interface for the popular GUI library GTK. It provides
 a convenient interface for C++ programmers to create graphical user
 interfaces with GTK's flexible OO framework. Highlights include type
 safe callbacks, widgets extensible using inheritance and over 180
 classes that can be freely combined to quickly create complex user
 interfaces.
 .
 This package contains tutorial, FAQ, as well as examples for the above
 components.