1 | Source: chicken |
---|
2 | Section: interpreters |
---|
3 | Priority: optional |
---|
4 | Maintainer: Davide Puricelli (evo) <evo@debian.org> |
---|
5 | Build-Depends: debhelper (>> 3.0.0), autotools-dev |
---|
6 | Standards-Version: 3.6.2 |
---|
7 | |
---|
8 | Package: chicken-bin |
---|
9 | Section: interpreters |
---|
10 | Architecture: any |
---|
11 | Conflicts: chicken, chicken-dev |
---|
12 | Depends: ${shlibs:Depends}, libchicken-dev (= ${Source-Version}) |
---|
13 | Replaces: chicken, chicken-dev |
---|
14 | Description: Simple Scheme-to-C compiler - compiler |
---|
15 | CHICKEN is a Scheme compiler which compiles a subset of R5RS into C. |
---|
16 | It uses the ideas presented in Baker's paper "Cheney on the MTA", and |
---|
17 | is small and easily extendable, although not a production quality or |
---|
18 | high-performance Scheme system. |
---|
19 | . |
---|
20 | This package contains the compiler. |
---|
21 | . |
---|
22 | Homepage: http://www.call-with-current-continuation.org |
---|
23 | |
---|
24 | Package: libchicken0 |
---|
25 | Architecture: any |
---|
26 | Section: libs |
---|
27 | Priority: optional |
---|
28 | Replaces: chicken, chicken-dev |
---|
29 | Depends: ${shlibs:Depends} |
---|
30 | Conflicts: chicken, chicken-dev |
---|
31 | Description: Simple Scheme-to-C compiler - runtime |
---|
32 | CHICKEN is a Scheme compiler which compiles a subset of R5RS into C. |
---|
33 | It uses the ideas presented in Baker's paper "Cheney on the MTA", and |
---|
34 | is small and easily extendable, although not a production quality or |
---|
35 | high-performance Scheme system. |
---|
36 | . |
---|
37 | This package contains the shared library needed to run programs using |
---|
38 | chicken. |
---|
39 | . |
---|
40 | Homepage: http://www.call-with-current-continuation.org |
---|
41 | |
---|
42 | Package: libchicken-dev |
---|
43 | Architecture: any |
---|
44 | Section: libdevel |
---|
45 | Priority: optional |
---|
46 | Conflicts: chicken, chicken-dev |
---|
47 | Depends: libchicken0 (= ${Source-Version}), libpcre3-dev |
---|
48 | Replaces: chicken, chicken-dev |
---|
49 | Description: Simple Scheme-to-C compiler - development |
---|
50 | CHICKEN is a Scheme compiler which compiles a subset of R5RS into C. |
---|
51 | It uses the ideas presented in Baker's paper "Cheney on the MTA", and |
---|
52 | is small and easily extendable, although not a production quality or |
---|
53 | high-performance Scheme system. |
---|
54 | . |
---|
55 | This package contains the header file and static library for developing |
---|
56 | with chicken. |
---|
57 | . |
---|
58 | Homepage: http://www.call-with-current-continuation.org |
---|