File: control

package info (click to toggle)
zenlisp 2013.11.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 600 kB
  • ctags: 478
  • sloc: ansic: 2,547; makefile: 48
file content (19 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zenlisp
Section: lisp
Priority: extra
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.5
Homepage: http://www.t3x.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/zenlisp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zenlisp.git

Package: zenlisp
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Interpreter for purely symbolic, pure, lexically scoped dialect of LISP
 Zenlisp is an interpreter for a purely symbolic, side effect-free,
 lexically scoped dialect of LISP.  It may be considered an
 implementation of pure LISP plus global definitions. Zenlisp is
 derived from ArrowLISP.