{"id":13442716,"url":"https://github.com/40ants/base-lisp-image","last_synced_at":"2026-01-16T20:21:43.693Z","repository":{"id":143092961,"uuid":"126582466","full_name":"40ants/base-lisp-image","owner":"40ants","description":"Base image for Common Lisp projects with SBCL or CCL and latest ASDF, Qlot and Roswell","archived":false,"fork":false,"pushed_at":"2024-07-01T11:16:05.000Z","size":25,"stargazers_count":36,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T03:41:46.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/40ants.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-03-24T09:02:23.000Z","updated_at":"2024-07-01T11:16:09.000Z","dependencies_parsed_at":"2024-04-13T14:38:52.688Z","dependency_job_id":null,"html_url":"https://github.com/40ants/base-lisp-image","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fbase-lisp-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fbase-lisp-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fbase-lisp-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fbase-lisp-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/40ants","download_url":"https://codeload.github.com/40ants/base-lisp-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221772542,"owners_count":16878125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:49.594Z","updated_at":"2026-01-16T20:21:43.674Z","avatar_url":"https://github.com/40ants.png","language":"Common Lisp","readme":"=================\n Base Lisp Image\n=================\n\nThis is a base lisp image for 40Ants projects.\n\nLatest version of this image is **0.20.0**.\nIt includes `Qlot`_ (1.7.1), `Roswell`_ (21.01.14.108), ASDF (3.3.7.2) and following Lisps:\n\n* SBCL: 2.5.4\n* Clozure CL: 1.11.5\n\nImage is based on Ubuntu Focal (20.04 LTS).\n\nIt is hosted on the Docker Hub. Choose appropriate version in the\n`ChangeLog`_ and download it from `DockerHub's releases`_ page.\n\n\nHow to use\n==========\n\nQuick start\n-----------\n\nStart container for development::\n\n  docker run \\\n         --rm -ti \\\n         --name dev-lisp \\\n         -p 4005:4005 \\\n         -v `pwd`:/app \\\n         40ants/base-lisp-image:latest-sbcl-bin\n\nAnd of cause you can use it as a base image in your own dockerfiles.\n\n\nInherit your own image from base-lisp-image\n-------------------------------------------\n\nHere is a minimal example:\n\n.. code:: bash\n\n   FROM 40ants/base-lisp-image:latest-sbcl-bin\n\n   COPY qlfile qlfile.lock app-deps.asd /app/\n   RUN install-dependencies\n\n   COPY . /app\n\n   EXPOSE 80\n   CMD /app/entrypoint.sh\n\n\nThis way you can use this image for deployment of your application.\n\n\nHow to build a new image\n========================\n\n.. code::\n\n   ./build.sh\n\n\nIdeas\n=====\n\n* Embed `SLY`_ to make it available out of the box.\n\n.. _SLY: http://joaotavora.github.io/sly/#A-SLY-tour-for-SLIME-users\n.. _Roswell: https://github.com/roswell/roswell\n.. _Qlot: https://github.com/fukamachi/qlot\n.. _DockerHub's releases: https://hub.docker.com/r/40ants/base-lisp-image/tags/\n.. _ChangeLog: ChangeLog.rst\n","funding_links":[],"categories":["Common Lisp","Expert Systems"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F40ants%2Fbase-lisp-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F40ants%2Fbase-lisp-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F40ants%2Fbase-lisp-image/lists"}