File: control

package info (click to toggle)
bordeaux-threads 0.8.5-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • sloc: lisp: 1,481; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: bordeaux-threads
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5

Package: cl-bordeaux-threads
Architecture: all
Depends: ${misc:Depends}
Description: Portable shared-state concurrency for Common Lisp
 BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
 .
 It essentially provides a compatibility layer for multi-threading accross
 multiple CL implementations.
 .
 Some parts of it's 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.