File: control

package info (click to toggle)
gob2 2.0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,616 kB
  • sloc: ansic: 5,189; yacc: 2,052; sh: 1,139; lex: 641; perl: 431; makefile: 70
file content (22 lines) | stat: -rw-r--r-- 675 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
Source: gob2
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends: flex,
               byacc | bison,
               libglib2.0-dev,
               debhelper-compat (= 13)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian/gob2
Vcs-Git: https://salsa.debian.org/debian/gob2.git
Homepage: https://www.jirka.org/gob.html
Rules-Requires-Root: no

Package: gob2
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: GTK+ Object Builder
 GOB is a preprocessor which simplifies the writing of GObjects in C.
 The syntax is somewhat similar to that for Java, yacc and lex.