picolisp 3.0.7.7-2 source package in Ubuntu

Changelog

picolisp (3.0.7.7-2) unstable; urgency=low

  * Sync to upstream tip.
    - Fix FTBFS with -Wl,--as-needed flag. (LP: #831180)

picolisp (3.0.7.7-1) unstable; urgency=low

  * New upstream release.
  * Sync to upstream tip.

picolisp (3.0.7.6-2) unstable; urgency=low

  * Apply patches from upstream.
    - Fix 64-bit random seed initialization.

picolisp (3.0.7.6-1) unstable; urgency=low

  * New upstream release.
    - Fix a bug in reading from a pipe from stdin.
 -- AlexanderBurger <email address hidden>   Wed,  07 Sep 2011 08:18:54 +0000

Upload details

Uploaded by:
AlexanderBurger
Uploaded to:
Oneiric
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.7.7.orig.tar.gz 780.5 KiB 1d96a0fb3016aebed257198e1c5346c215da58a971a06cb3a80153f193cbf865
picolisp_3.0.7.7-2.debian.tar.gz 16.8 KiB 173cc83d53052360eef909ccf114711c7e981b87af56e432191a28715d3d590d
picolisp_3.0.7.7-2.dsc 1.4 KiB 5307c5344b5147657ef03663658b044e2ff0656be2d9b20851422541c7fd30d1

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.