File: control

package info (click to toggle)
valabind 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 520 kB
  • sloc: sh: 671; makefile: 171; ansic: 87; python: 72; java: 68; cs: 10; cpp: 8; perl: 6; ruby: 5
file content (25 lines) | stat: -rw-r--r-- 859 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
Source: valabind
Section: devel
Priority: optional
Maintainer: Sebastian Reichel <sre@debian.org>
Build-Depends: debhelper-compat (= 13),
               libvala-dev,
               meson,
               valac (>= 0.46.5-1.3)
Rules-Requires-Root: no
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/valabind.git
Vcs-Browser: https://salsa.debian.org/debian/valabind
Homepage: https://github.com/radare/valabind

Package: valabind
Architecture: any
Depends: ${shlibs:Depends},
         ${libvalaccodegen},
         ${misc:Depends},
Suggests: gobject-introspection, swig
Description: converts vapi files to SWIG, C++, GIR or GEAR files
 Valabind is a tool to parse vala or vapi files and transform them into SWIG
 interface files, C++ source files, GIR or GEAR.
 .
 It allows easy, fully automatic generation of language bindings for vala code.