File: control

package info (click to toggle)
picolisp 25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,192 kB
  • sloc: ansic: 2,181; javascript: 1,004; makefile: 90; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: picolisp
Section: lisp
Priority: optional
Maintainer: Kan-Ru Chen (陳侃如) <koster@debian.org>
Build-Depends: debhelper (>= 12), dpkg-dev (>= 1.18.11~), libssl-dev,
 libreadline-dev, libffi-dev, pkgconf, clang, llvm, picolisp
Standards-Version: 4.7.0
Homepage: http://picolisp.com/
Vcs-Git: https://salsa.debian.org/koster/picolisp.git
Vcs-Browser: https://salsa.debian.org/koster/picolisp

Package: picolisp
Architecture: amd64 arm64 mips64el ppc64el
Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: tinymce, w3m
Description: 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.