File: control

package info (click to toggle)
gambc 4.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 54,404 kB
  • ctags: 10,660
  • sloc: ansic: 661,388; lisp: 143,554; sh: 3,531; makefile: 3,312; cpp: 2,143; perl: 1,730; sed: 498; java: 265
file content (53 lines) | stat: -rw-r--r-- 2,264 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
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: gambc
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 6), autotools-dev, autoconf, dpatch, texinfo
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-gambc/gambc/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gambc/gambc/trunk/
Homepage: http://www.iro.umontreal.ca/~gambit/

Package: gambc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgambc4 (= ${binary:Version}),
         libgambc4-dev (= ${binary:Version})
Recommends: gambc-doc
Description: Gambit-C 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-C 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-C supports a number of extensions to the standards.

Package: libgambc4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: shared library for the Gambit-C interpreter and compiler
 The package includes libgambc4, which is necessary to run the gsi interpreter
 and the gsc compiler.  It also includes the _gambc.c base link file and the
 gambit.h header file necessary to use the compiler.

Package: libgambc4-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgambc4 (= ${binary:Version})
Description: header file and link for the Gambit-C shared library
 The package includes gambit.h and the gambit.so link.  libgambit.a is
 not required on Debian because libgambc is only linked using the gsc
 compiler.

Package: gambc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: r5rs-doc
Description: documentation for the Gambit-C interpreter and compiler
 The package includes info, .pdf, and text versions of the Gambit-C 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-C.