bordeaux-threads 0.8.8-5 source package in Ubuntu

Changelog

bordeaux-threads (0.8.8-5) unstable; urgency=medium

  * Completely disable sbcl autopkgtest, upon request of the DebCI team
    (Closes: #987026)
  * Bump to S-V 4.6.0

 -- Sébastien Villemot <email address hidden>  Wed, 25 Aug 2021 17:43:29 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bordeaux-threads_0.8.8-5.dsc 2.0 KiB 23bf00e1fcb5f7d92d002fd66fbd4baf31b09ff6afa498959e6b5b2ab528b742
bordeaux-threads_0.8.8.orig.tar.gz 23.6 KiB 6c012d038515f5fa6ca30d0bc24c4d202219861a1f7081c1077ec577d52ff9da
bordeaux-threads_0.8.8-5.debian.tar.xz 3.7 KiB e02d87265bcf37837df28e188e49b6f8247b95bb4cd57dcf22507c0b72afe167

Available diffs

No changes file available.

Binary packages built by this source

cl-bordeaux-threads: Portable threads library for Common Lisp

 BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
 .
 It essentially provides a compatibility layer for multi-threading across
 multiple CL implementations.
 .
 Some parts of its implementation-specific code can also be implemented in a
 Lisp that does not support multiple threads, so that thread-safe code can be
 compiled on both multithread and single-thread implementations without need of
 conditionals.