picolisp 21.12-1 source package in Ubuntu

Changelog

picolisp (21.12-1) unstable; urgency=medium

  * New upstream version 21.12
  * Update lintian-overrides
  * debian/control: bump Standards-Version to 4.6.0, no changes needed.
  * debian/control: add w3m to suggests as the default doc viewer

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Mon, 27 Dec 2021 23:45:21 +0900

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
amd64 arm64 mips64el ppc64el s390x
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_21.12-1.dsc 2.0 KiB 9b8d84aa65410162874ba930af51325d083a6ab2e2f4361049bc972811c04092
picolisp_21.12.orig.tar.gz 1.0 MiB a06838236b7f5b52c5d587d32d31627f73cdb9775cc02a80f2cdaedd12888c7d
picolisp_21.12-1.debian.tar.xz 7.3 KiB 79da7fad59c5a603571d9eb1df9444624fdcbe455741126fe449351a41a3b351

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.