File: control

package info (click to toggle)
g-wrap 1.9.15-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,344 kB
  • sloc: sh: 11,685; ansic: 4,706; lisp: 4,225; makefile: 246
file content (63 lines) | stat: -rw-r--r-- 2,484 bytes parent folder | download | duplicates (2)
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
Source: g-wrap
Section: lisp
Priority: optional
Maintainer: Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi>
Homepage: http://www.nongnu.org/g-wrap/
Vcs-Git: https://salsa.debian.org/tohoyn-guest/g-wrap.git
Vcs-Browser: https://salsa.debian.org/tohoyn-guest/g-wrap
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 10), cdbs, texinfo,
 guile-2.2-dev (>= 2.0.5), guile-library (>= 0.2.6.1), libglib2.0-dev, libffi-dev

Package: g-wrap
Architecture: all
Depends: guile-2.2, guile-library (>= 0.2.6.1), ${misc:Depends},
 dpkg (>= 1.15.4) | install-info
Recommends: indent, libgwrap-runtime-dev (>= ${source:Version})
Conflicts: libgwrapguile-dev, guile-g-wrap (<< 1.9.9-1)
Description: scripting interface generator for C
 G-Wrap is a tool (and Guile library) for generating function wrappers
 for inter-language calls. It currently only supports generating Guile
 wrappers for C functions.
 .
 G-Wrap takes a set of interface declarations (written in Scheme) and
 wraps the described interface for Guile.

Package: libgwrap-runtime-dev
Section: libdevel
Architecture: any
Depends: libgwrap-runtime2 (= ${binary:Version}), guile-2.2-dev, libffi-dev, libc6-dev,  ${misc:Depends}
Conflicts: libgwrapguile-dev, libgwrap-runtime0-dev
Replaces: libgwrapguile1 (<< 1.3.4-13)
Description: scripting interface generator for C - development files
 G-Wrap is a tool (and Guile library) for generating function wrappers
 for inter-language calls. It currently only supports generating Guile
 wrappers for C functions.
 .
 This package contains the development files for the runtime shared
 libraries.

Package: libgwrap-runtime2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: scripting interface generator for C - runtime
 G-Wrap is a tool (and Guile library) for generating function wrappers
 for inter-language calls. It currently only supports generating Guile
 wrappers for C functions.
 .
 This package contains the runtime shared library.

Package: guile-g-wrap
Architecture: any
Depends: ${shlibs:Depends},  ${misc:Depends}
Breaks: g-wrap (<< 1.9.14)
Replaces: g-wrap (<< 1.9.14)
Conflicts: g-wrap (<< 1.9.9-1)
Description: scripting interface generator for C - Guile runtime
 G-Wrap is a tool (and Guile library) for generating function wrappers
 for inter-language calls. It currently only supports generating Guile
 wrappers for C functions.
 .
 This package contains the Guile standard wrapset, needed by Guile
 bindings generated by G-Wrap.