{"id":20125013,"url":"https://github.com/jpcima/sbcl-image-builder","last_synced_at":"2026-03-19T14:02:01.844Z","repository":{"id":106388755,"uuid":"132037966","full_name":"jpcima/sbcl-image-builder","owner":"jpcima","description":"Lisp image build for SBCL","archived":false,"fork":false,"pushed_at":"2018-05-26T19:21:46.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-26T13:55:10.995Z","etag":null,"topics":["asdf","build-tool","common-lisp","quicklisp","sbcl","system-image"],"latest_commit_sha":null,"homepage":null,"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/jpcima.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-05-03T19:01:23.000Z","updated_at":"2023-12-02T19:07:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbe6b297-4029-45dc-8047-98b157b9ee32","html_url":"https://github.com/jpcima/sbcl-image-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpcima/sbcl-image-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fsbcl-image-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fsbcl-image-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fsbcl-image-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fsbcl-image-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpcima","download_url":"https://codeload.github.com/jpcima/sbcl-image-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fsbcl-image-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asdf","build-tool","common-lisp","quicklisp","sbcl","system-image"],"created_at":"2024-11-13T19:54:12.886Z","updated_at":"2026-01-30T21:38:11.597Z","avatar_url":"https://github.com/jpcima.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbcl-image-builder\nLisp image build for SBCL\n\nThis is my build system to create custom SBCL executables preloaded with a collection of Quicklisp libraries.\nIt will compile the libraries and embed them in a SBCL executable which is very fast to load.\n\nThe build script `sbcl-core.lisp` provides a basic set of commonly used utility libraries.\nThis can be edited or used as a template to create more specific Lisp environments.\n\n## Requirements\n\n- SBCL in the program path\n- a copy of ASDF in `~/.common-lisp/asdf.lisp`\n- a Quicklisp installation in `~/.common-lisp/quicklisp/`\n\nIf you prefer to use different paths than these, edit them in the build script.\n\n## Build\n\nRun `make`. Install with `make install`.\n\n## Customization\n\nFind relevant sections in the build script and list systems you want embedded, and add your custom initialization code.\n\n- `LOAD-SYSTEM NAME` loads a system and adds it.\n- `USE-SYSTEM NAME \u0026REST PACKAGES` loads a system, adds it, and imports package symbols into `CL-USER`.\nIf no package was named, imports the package with the same name as the system.\n- `INITIALIZE \u0026BODY BODY` adds code to run at initialization.\n\n## Usage in Emacs\n\nMake your Lisp image known to SLIME, and optionally make it the default.\n\nAs a benefit of constructing an image with `USE-SYSTEM`, SLIME will automatically recognize the packages and their symbols when used in any context.\n\n```\n(setq slime-lisp-implementations\n      '((sbcl (\"sbcl\"))\n        (sbcl-core (\"sbcl-core\")))\n      slime-default-lisp 'sbcl-core)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcima%2Fsbcl-image-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpcima%2Fsbcl-image-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcima%2Fsbcl-image-builder/lists"}