---
name: ccl
version: 1.9
origin: lang/ccl
comment: Clozure CL is a free Common Lisp implementation
arch: freebsd:9:x86:64
www: http://www.clozure.com/clozurecl.html
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 74776581
desc: "Clozure CL (formerly known as OpenMCL) is a free Common Lisp\nimplementation.
  Features include:\n\n  * A fast, precise, compacting, generational garbage collector\n
  \   written in hand-optimized C. The sizes of the generations are\n    fully configurable.\n\n
  \ * Full native OS threads on all platforms. The API includes support\n    for shared
  memory, locking, and blocking for OS operations such\n    as I/O.\n\n  * Full Unicode
  support.\n\n  * Excellent debugging facilities. The names of all local variables\n
  \   are available in a backtrace.\n\n  * A complete, mature foreign function interface.\n\n
  \ * Many extensions including: files mapped to Common Lisp vectors\n    for fast
  file I/O; thread local hash tables and streams to\n    eliminate locking overhead;
  cons hashing support.\n\nWWW:\thttp://www.clozure.com/clozurecl.html\n"
deps:
  cl-asdf: {origin: devel/cl-asdf, version: '2.017,2'}
categories:
- lisp
- lang
message: |2+

  You can permanently enable ASDF package management by using the
  following commands in your .ccl-init.lisp file:

    (require 'asdf)

