File: control

package info (click to toggle)
tinyscheme 1.41.svn.2016.03.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 504 kB
  • ctags: 1,048
  • sloc: ansic: 9,195; lisp: 542; makefile: 59
file content (24 lines) | stat: -rw-r--r-- 987 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
Source: tinyscheme
Section: interpreters
Priority: optional
Maintainer: Panu Kalliokoski <atehwa@sange.fi>
Uploaders: MJ Ray (Debian) <mjr@debian.org>,
	   Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: http://tinyscheme.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/tinyscheme.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tinyscheme.git

Package: tinyscheme
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Very small scheme implementation
 TinyScheme is an implementation of the algorithmic language Scheme that
 aims to very small memory footprint while being as close to R5RS as
 practically feasible.  TinyScheme is also a good base for hacking,
 given the implementation's small size, easy gluing with C and code
 being fully reentrant.
 .
 TinyScheme is based on an s-expression evaluator.  This package
 distributes TinyScheme as a standalone executable.