abcl 1.9.2-1 source package in Ubuntu

Changelog

abcl (1.9.2-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * Remove myself from Uploaders

  [ Peter Van Eynde ]
  * New upstream version 1.9.2
  * Added myself as uploader
  * Updated Standards-Version, no changes
  * Refreshed patches

 -- Peter Van Eynde <email address hidden>  Mon, 30 Dec 2024 09:34:37 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
abcl_1.9.2-1.dsc 2.3 KiB 389fa21e3c5235b80c2e19dd0b7adfc1402aaddd8bd1950844aa7eb7f5e60822
abcl_1.9.2.orig.tar.gz 2.4 MiB 4e2f4b8f85e2d95d95e5bdbcd9fa17ad6131a17e2fcf12bc19ffb97b48bc1d38
abcl_1.9.2.orig.tar.gz.asc 265 bytes 50fc0351e539547743941c4f960941775a5e51ee22c398dee81d22819d6f4c00
abcl_1.9.2-1.debian.tar.xz 12.0 KiB fa61345c3e63b5974d5f7f09f1cd147b04a152bee449ce23eeab41deb3b9effe

Available diffs

No changes file available.

Binary packages built by this source

abcl: Common Lisp implementation in the Java Virtual Machine

 Armed Bear Common Lisp (ABCL) is a conforming implementation of ANSI X3J13
 Common Lisp that runs in the Java Virtual Machine. It compiles Lisp code
 directly to Java byte code for execution.
 .
 It also provides the following integration methods for interfacing with Java
 code and libraries:
 .
  - Lisp code can create Java objects and call their methods;
  - Java code can call Lisp functions and generic functions, either directly
    or Java Scripting API (JSR-223);
  - it is possible to create Lisp-side implementations of
    Java interfaces that can be used as listeners for Swing classes and
    similar.