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
|
Source: picolisp
Section: lisp
Priority: optional
Maintainer: Kan-Ru Chen (陳侃如) <koster@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.18.11~), libssl-dev, default-jdk
Standards-Version: 3.9.8
Homepage: http://picolisp.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/picolisp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/picolisp.git;a=summary
# Only supports amd64 on linux and solaris
Package: picolisp
Architecture: kopensolaris-amd64 solaris-amd64 amd64 any-i386 any-arm any-avr32 any-hppa any-m32r any-m68k any-mips any-mipsel any-powerpc any-s390 any-sh3 any-sh3eb any-sh4 any-sh4eb any-sparc any-ppc64el
Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: tinymce
Description: Lisp interpreter and application server framework
Pico Lisp can be viewed from two different aspects: As a general
purpose programming language, and a dedicated application server
framework.
.
As a programming language, Pico Lisp provides a 1-to-1 mapping of a
clean and powerful Lisp derivate, to a simple and efficient virtual
machine. It supports persistent objects as a first class data type,
resulting in a database system of Entity/Relation classes and a
Prolog-like query language tightly integrated into the system.
.
As an application server framework, Pico Lisp provides for database
management (including multi-user synchronization, DB garbage collection
journalling and replication), web interface integrated (and generated
from) the application data model, and an application server.
|