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
|
Source: bordeaux-threads
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.3.0
Homepage: https://common-lisp.net/project/bordeaux-threads/
Vcs-Git: https://salsa.debian.org/common-lisp-team/bordeaux-threads.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/bordeaux-threads
Rules-Requires-Root: no
Package: cl-bordeaux-threads
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
cl-alexandria
Recommends: cl-fiveam
Description: 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.
|