picolisp 3.1.4.9-1 source package in Ubuntu

Changelog

picolisp (3.1.4.9-1) unstable; urgency=low


  * New upstream release.
  * Refresh patches.
  * debian/rules:
    - Checkout specific release tag directly.

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Thu, 31 Oct 2013 18:19:34 +0800

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
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 kopensolaris-amd64 solaris-amd64 amd64
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_3.1.4.9-1.dsc 2.1 KiB 92dbbf0533c6b8b6ff0d53d23dfc3e4d4b8712846f8f06b3b6224cc1b080a051
picolisp_3.1.4.9.orig.tar.gz 845.5 KiB 9626cedaf749178c35296c308c1c21b992275f2676e5ccee14e9cf4fb0b28f95
picolisp_3.1.4.9-1.debian.tar.gz 15.2 KiB f7bb045c982669f32f85cc5ec0fdcee5fbc34c8363cec68e347f357007c67142

Available diffs

No changes file available.

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.