picolisp 23.2-1 source package in Ubuntu

Changelog

picolisp (23.2-1) unstable; urgency=medium

  * New upstream version 23.2
  * debian/control: bump standards-version to 4.6.2, no changes needed

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Wed, 08 Feb 2023 21:05:43 +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
Lunar release universe lisp

Downloads

File Size SHA-256 Checksum
picolisp_23.2-1.dsc 1.9 KiB adf0ba9d45301c57a261a34b5d69abbc89e1a0f819adbc74f84c2a066d0c5a7b
picolisp_23.2.orig.tar.gz 1.1 MiB d46bcfdaf9af3c0b0abe3ba5e81372e4119ef24fcfb538b3c40cd3d278998170
picolisp_23.2-1.debian.tar.xz 7.6 KiB fe29b6b1bdd9bd37dc41a08bebed36185b667148589b41071902d8602ca0caaf

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.