-**CCL Home Page:**[https://ccl.clozure.com/](https://ccl.clozure.com/)
-**Where to file Docker image related issues:**<https://gitlab.common-lisp.net/cl-docker-images/ccl>
-**Where to file issues for CCL itself:**[https://github.com/Clozure/ccl/issues](https://github.com/Clozure/ccl/issues)
-**Maintained by:**[Eric Timmons](https://github.com/daewok/docker-ccl/)(i.e., this is not an official CCL image)
-**Maintained by:**[Eric Timmons](https://github.com/daewok) and the [MIT MERS Group](https://mers.csail.mit.edu/)(i.e., this is not an official CCL image)
> Clozure CL (often called CCL for short) is a free Common Lisp implementation with a long history. Some distinguishing features of the implementation include fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.
<aid="org0a8eaf9"></a>
# What's in the image?
This image contains CCL binaries built from the latest binary releases from the CCL devs for a variety of OSes and architectures.
<aid="org7bfb70d"></a>
# License
CCL is licensed under the [Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0).
The Dockerfiles used to build the images are licensed under BSD-2-Clause.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.