File: control

package info (click to toggle)
bordeaux-threads 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: lisp: 1,769; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
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.