picolisp 19.12-1 source package in Ubuntu

Changelog

picolisp (19.12-1) unstable; urgency=medium

  * New upstream version 19.12
  * debian/control: Bump Standards-Versoin to 4.4.1, no changes required

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Thu, 02 Jan 2020 21:07:25 +0900

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
any
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe lisp

Downloads

File Size SHA-256 Checksum
picolisp_19.12-1.dsc 1.8 KiB dfbe01bd754d048f84fbda9b62df8e9da9d27e4e28822c6f6fb2b8ab2f5b07f6
picolisp_19.12.orig.tar.gz 995.1 KiB 52e0e663be7da259e33f7f73196883f3fe9d19fb279800c4c88764186105d782
picolisp_19.12-1.debian.tar.xz 9.9 KiB 73ac28101aa4c0a7c69bd8889a02f8f52f016d602cfa615e7316eea126549ed0

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.