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 32
|
Source: picolisp
Section: lisp
Priority: optional
Maintainer: Kan-Ru Chen (陳侃如) <koster@debian.org>
Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.18.11~), libssl-dev,
picolisp [amd64 arm64 ppc64el]
Standards-Version: 4.3.0
Homepage: http://picolisp.com/
Vcs-Git: https://salsa.debian.org/koster/picolisp.git
Vcs-Browser: https://salsa.debian.org/koster/picolisp
# Only supports amd64 on linux and solaris
Package: picolisp
Architecture: any
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.
|