mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b8be369e1d
CLOCC Port is a wrapper library for various functions (sockets, shell access, etc) that are widely implemented in Common Lisp systems, but lack a standardized interface. This port depends on the previously submitted ASDF port. It installs the source files and an .asd file (which plays a similar role to a Makefile and a pkg-config script). There are other ports for each supported Lisp system. PR: ports/52365 Submitted by: Henrik Motakef <henrik.motakef@web.de>
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
CLOCC Port provides a portable interface to various features absent
|
|
from the ANSI Common Lisp standard, such as sockets, multiprocessing,
|
|
calling external programs, Gray streams etc.
|
|
|
|
WWW: http://clocc.sourceforge.net
|
|
|
|
-- Henrik Motakef
|
|
<henrik.motakef@web.de>
|