File: control

package info (click to toggle)
ikarus 0.0.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 14,796 kB
  • ctags: 652
  • sloc: ansic: 6,264; sh: 3,657; asm: 305; makefile: 217; perl: 66
file content (17 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: ikarus
Section: devel
Priority: extra
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libgmp3-dev
Standards-Version: 3.7.3
Homepage: http://www.cs.indiana.edu/~aghuloum/ikarus/
Vcs-Bzr: http://www.cs.indiana.edu/~aghuloum/ikarus.dev

Package: ikarus
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Scheme compiler and interpreter
 Ikarus is a compiler-based implementation of the Scheme programming
 language which targets the i386 (with sse2) architecture.  It has
 good performance, is rather light weight, is case-sensitive, and
 implements a substantial portion of the language described in R6RS.