picolisp 3.0.8.1-2 source package in Ubuntu

Changelog

picolisp (3.0.8.1-2) unstable; urgency=low

  * Add back accidentally removed file to non-amd64 arch.

picolisp (3.0.8.1-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:45:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Kanru Chen
Architectures:
kopensolaris-amd64 solaris-amd64 amd64 any-i386 any-armel any-armeb 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-armhf
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_3.0.8.1.orig.tar.gz 792.8 KiB 223701e08d9c5b5e2af2876f16f399dc07409872006933d8f4f122eab8a928d5
picolisp_3.0.8.1-2.debian.tar.gz 17.0 KiB 50f22e97af9add5f9e18b5231f9e3b9dfc3d76c0d16a019c42f007e644152eec
picolisp_3.0.8.1-2.dsc 2.0 KiB 392498bae652ee5188f230f0e1d07d43b62cb7c7c48cbc0e0e4c22b9c77dbb28

Available diffs

View changes file

Binary packages built by this source

picolisp: 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.