picolisp 17.12-1 source package in Ubuntu

Changelog

picolisp (17.12-1) unstable; urgency=medium

  * New upstream version 17.12
    (Closes: #857277)
  * debian/control: Update Vcs-{Git,Browser} to Salsa
  * debian/rules: Don't set DEB_HOST_ARCH_* variables
  * debian/rules: Remove unused get-orig-source target
  * Refresh patches
  * Bump Standards-Version to 4.1.3
  * Bump debhelper compat level to 11
  * Support arm64 build (Closes: #871515)

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Sun, 07 Jan 2018 14:14:11 +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

Downloads

File Size SHA-256 Checksum
picolisp_17.12-1.dsc 1.8 KiB 2dac06f855525a4dd9523607d78b34f6a244a0614fd6f041f1df826b9cc916bc
picolisp_17.12.orig.tar.gz 986.8 KiB 63683704a52ba955eed0f14e67a8b1d91ce5e63866f8dc07a7cdb040cb595819
picolisp_17.12-1.debian.tar.xz 10.0 KiB 50d547af6c3dd133540acb9d55d49cac2aea5237b96a4b399a548360d608fdcb

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.