Release 0.9.3
[bordeaux-threads.git] / site / index.html
blobdfc5fc6f6077e0f3e6f954a134c9673ff02a717f
1 <?xml version="1.0"?>
3 <!--
4 Copyright 2006,2007 Greg Pfeil
6 Distributed under the MIT license (see LICENSE file)
7 -->
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
10 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12 <head>
13 <title>Bordeaux Threads project</title>
14 <link rel="stylesheet" type="text/css" href="style.css"/>
15 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
16 </head>
18 <body>
19 <div class="header">
20 <h1>Bordeaux Threads</h1>
21 <h2>Portable shared-state concurrency for Common Lisp</h2>
22 </div>
24 <p>Based on an original proposal by Dan Barlow (Bordeaux-MP) this
25 library is meant to make writing portable multi-threaded apps
26 simple.</p>
28 <p>Read the current <a href="http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation">API documentation</a>.</p>
30 <p>Supports all major Common Lisp implementations: SBCL, CCL,
31 Lispworks, Allegro, ABCL, ECL, Clisp.<br/> The MKCL, Corman,
32 MCL and Scieneer backends are not tested frequently(if ever) and
33 might not work.</p>
35 <p>For discussion, use the mailing
36 list <a href="http://www.common-lisp.net/mailman/listinfo/bordeaux-threads-devel">bordeaux-threads-devel</a>
37 or the #lisp IRC channel on Freenode.</p>
39 <h3>Source repository</h3>
41 <p>Bordeaux-threads is developed
42 at <a href="https://github.com/sionescu/bordeaux-threads">Github</a>. The
43 repository is also mirrored
44 to <a href="https://gitlab.com/bordeaux-threads/bordeaux-threads">Gitlab</a>
45 and <a href="https://bitbucket.org/sionescu/bordeaux-threads">Bitbucket</a>.</p>
47 <div class="footer">
48 <a href="mailto:sionescu@cddr.org">Stelian Ionescu</a>. Last modified: <!--#flastmod file="index.shtml" -->
49 </div>
51 <div class="check">
52 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
53 </div>
54 </body>
55 </html>