picolisp 3.1.11.1-1 source package in Ubuntu

Changelog

picolisp (3.1.11.1-1) unstable; urgency=medium

  * New upstream release; added a missing file svg.l from previous release
  
 -- Kan-Ru Chen (陳侃如) <email address hidden>  Thu, 25 Jun 2015 12:12:50 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_3.1.11.1-1.dsc 2.2 KiB d6f47bce7473a5cb262356b0f1147c00e64310d0aeb3eba865fbb6a94be187d7
picolisp_3.1.11.1.orig.tar.gz 904.0 KiB 310130f014411de52d4b2ed9a8d6debdf16740c307ec1577a766fc49c1f76f06
picolisp_3.1.11.1-1.debian.tar.xz 9.0 KiB e437fb108adf81b92619183f7f182f24ae73c877e466ad191c422b3f24bcfe58

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.