File: control

package info (click to toggle)
gambc 4.9.3-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 85,020 kB
  • sloc: ansic: 1,047,649; lisp: 243,942; perl: 19,018; sh: 6,385; makefile: 6,303; objc: 3,757; cpp: 2,143; sed: 498; java: 305; awk: 198
file content (58 lines) | stat: -rw-r--r-- 2,220 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
Source: gambc
Section: devel
Priority: optional
Maintainer: Abdelhakim Qbaich <abdelhakim@qbaich.com>
Build-Depends: debhelper (>= 12), texinfo, libssl-dev
Standards-Version: 4.3.0
Homepage: http://gambitscheme.org
Vcs-Git: https://salsa.debian.org/abdelq-guest/gambc.git
Vcs-Browser: https://salsa.debian.org/abdelq-guest/gambc

Package: gambc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libgambit4 (= ${binary:Version}),
         libgambit4-dev (= ${binary:Version})
Recommends: gambc-doc
Description: Gambit Scheme interpreter and compiler
 The gambc package includes a Scheme interpreter and a Scheme compiler which
 can be used to build standalone executables. The thread system is very
 efficient and can support millions of concurrent processes.
 .
 The Gambit system conforms to the R4RS, R5RS and IEEE Scheme standards. The
 full numeric tower is implemented, including: infinite precision integers
 (bignums), rationals, inexact reals (floating point numbers), and complex
 numbers.  Gambit supports a number of extensions to the standards.

Package: libgambit4
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Breaks: libgambc4
Replaces: libgambc4
Description: Shared libraries for the Gambit interpreter and compiler
 The package includes .so, .c and .scm files, which are necessary to
 run the Gambit interpreter and the Gambit compiler.

Package: libgambit4-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgambit4 (= ${binary:Version})
Breaks: libgambc4-dev
Replaces: libgambc4-dev
Description: Header file and link for the Gambit shared library
 The package includes gambit.h and the libgambit.so, libgambitgsi.so
 and libgambitgsc.so links.

Package: gambc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: documentation for the Gambit interpreter and compiler
 The package includes info, .pdf, and text versions of the Gambit manual,
 a 200+ page document containing a complete description of the interpreter
 and compiler suite.  Also included are numerous examples, benchmark code,
 and an implementation of syntax-case for Gambit.