abcl 1.9.0-1 source package in Ubuntu

Changelog

abcl (1.9.0-1) unstable; urgency=medium

  * New upstream release
  * Fix JNA interface (needed by CFFI)
    + add Depends on libjna-java
    + jna.patch: new patch, hardcodes the path to jna.jar
  * Bump S-V to 4.6.1
  * d/abcl.lintian-overrides: update for new override format

 -- Sébastien Villemot <email address hidden>  Thu, 30 Jun 2022 15:36:40 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
abcl_1.9.0-1.dsc 1.9 KiB 87828b2c7b5f26dec31a79cd5ebc6837124eb420274349af0e5bb286ed9cd6c8
abcl_1.9.0.orig.tar.gz 2.4 MiB a12b5c84f28834bd988e3adae0ad2ad4cc6c451d9e44f3c0853d007158c19869
abcl_1.9.0-1.debian.tar.xz 11.9 KiB a7876cb85d122b022cc5d1d6eb2c4ca93cb54b7ed3923adbbc3cb4cb514b20d2

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.