picolisp 23.6-1 source package in Ubuntu

Changelog

picolisp (23.6-1) unstable; urgency=medium

  * New upstream version 23.6
  * debian/control: remove s390x
  * debian/picolisp.doc-base: fix index page path
  * debian/patches: fix bootstrap llir

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Sat, 01 Jul 2023 16:12:19 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe lisp

Downloads

File Size SHA-256 Checksum
picolisp_23.6-1.dsc 1.9 KiB 7cb65e0c26c9ebd7c58e4172da5d701aa20f74b5a20df657b5e8cb2df2591e64
picolisp_23.6.orig.tar.gz 1.0 MiB 4985f4390fc5834e457a03957d347ae4a052bceb2c44eb130d35443999902334
picolisp_23.6-1.debian.tar.xz 7.6 KiB fc41ce5eb1fd602b5b2a42ca308c117a9af43aea5b5241eb54c05d2e46d55c9b

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.