picolisp 23.12-1build1 source package in Ubuntu

Changelog

picolisp (23.12-1build1) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 21:03:11 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 mips64el ppc64el
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_23.12.orig.tar.gz 1.0 MiB a0633c191c813ae7e6b595713b68979273ddd68c4b6508a2fdb02f0c7bb60aae
picolisp_23.12-1build1.debian.tar.xz 7.8 KiB 4ed1fa978e5ecdf6b2afc77b92a457de9aa17164ab1214e2b987b6778e0b91db
picolisp_23.12-1build1.dsc 2.1 KiB cc5ae948ae36906e5ec60fb77eccc3a7e04af3806de710775b8e011cd22b66c5

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.