bordeaux-threads 0.9.4-1 source package in Ubuntu

Changelog

bordeaux-threads (0.9.4-1) unstable; urgency=medium

  [ Sean Whitton ]
  * New upstream release.
  * Add myself to Uploaders.
  * Add deps on cl-global-vars, cl-trivial-features & cl-trivial-garbage.

  [ Debian Janitor ]
  * Trim trailing whitespace.

  [ Sébastien Villemot ]
  * Remove myself from Uploaders

 -- Sean Whitton <email address hidden>  Fri, 26 Jul 2024 18:01:34 +0900

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 proposed universe libs

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bordeaux-threads_0.9.4-1.dsc 2.2 KiB 3de7fa15ef0fb5760af0122a85e1ea6566f83d605272094134706be83cd58b86
bordeaux-threads_0.9.4.orig.tar.gz 57.3 KiB 88a8d2130e31644f606e905abddc481b35954f9bad231a53b0f4cf2181c46d98
bordeaux-threads_0.9.4-1.debian.tar.xz 3.8 KiB e81456ad3f7cafbcc41df7b00ec0b79b5f64bfdd6876cac477b255e797a6b4ea

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.