mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
22 lines
769 B
Plaintext
22 lines
769 B
Plaintext
Clozure CL (formerly known as OpenMCL) is a free Common Lisp
|
|
implementation. Features include:
|
|
|
|
* A fast, precise, compacting, generational garbage collector
|
|
written in hand-optimized C. The sizes of the generations are
|
|
fully configurable.
|
|
|
|
* Full native OS threads on all platforms. The API includes support
|
|
for shared memory, locking, and blocking for OS operations such
|
|
as I/O.
|
|
|
|
* Full Unicode support.
|
|
|
|
* Excellent debugging facilities. The names of all local variables
|
|
are available in a backtrace.
|
|
|
|
* A complete, mature foreign function interface.
|
|
|
|
* Many extensions including: files mapped to Common Lisp vectors
|
|
for fast file I/O; thread local hash tables and streams to
|
|
eliminate locking overhead; cons hashing support.
|