{"id":17689780,"url":"https://github.com/vitovan/cl-icebox","last_synced_at":"2026-03-04T17:32:42.210Z","repository":{"id":145249474,"uuid":"193865080","full_name":"VitoVan/cl-icebox","owner":"VitoVan","description":"Cross-Platform GUI framework written in Common Lisp","archived":false,"fork":false,"pushed_at":"2022-08-08T01:11:37.000Z","size":371,"stargazers_count":25,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T06:51:33.211Z","etag":null,"topics":["gui","lisp","tclkit"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VitoVan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-06-26T08:40:38.000Z","updated_at":"2024-04-24T00:06:25.000Z","dependencies_parsed_at":"2023-04-14T06:07:40.667Z","dependency_job_id":null,"html_url":"https://github.com/VitoVan/cl-icebox","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/VitoVan/cl-icebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitoVan%2Fcl-icebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitoVan%2Fcl-icebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitoVan%2Fcl-icebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitoVan%2Fcl-icebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitoVan","download_url":"https://codeload.github.com/VitoVan/cl-icebox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitoVan%2Fcl-icebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30087377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: 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":["gui","lisp","tclkit"],"created_at":"2024-10-24T11:48:51.640Z","updated_at":"2026-03-04T17:32:42.192Z","avatar_url":"https://github.com/VitoVan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![icebox Icon](resources/iconfile.png)\n\n# cl-icebox\nCross-Platform GUI framework written in Common Lisp\n\n![platform support](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-blue.svg) [![Build Status](https://travis-ci.com/VitoVan/cl-icebox.svg?token=zGyrVcujB9VafCKBLXZc\u0026branch=master)](https://travis-ci.com/VitoVan/cl-icebox)\n\n### Abilities:\n\n- Write Cross-Platform GUI application easily in Common Lisp\n- Compiles to Linux / macOS / Windows\n- Deploy your application in One Single File\n\n### Useful Links:\n\n- The Common Lisp Cookbook\n\n    https://lispcookbook.github.io/cl-cookbook/\n\n- LTK: LTK - The Lisp Toolkit\n\n    http://www.peter-herth.de/ltk/\n\n### Working Examples:\n\n- [cl-pkr](https://github.com/VitoVan/cl-pkr)\n    Cross-Platform Color Picker Written in Common Lisp\n----\n\n### Hacking:\n\n1. Make sure you have SBCL with Quicklisp installed\n\n    - Install a proper SBCL, you can download [here](http://www.sbcl.org/platform-table.html)\n    - Install Quicklisp, you can follow the tutorial [here](https://www.quicklisp.org/beta/#installation)\n\n2. Make sure you have a bin folder and have a proper tclkit inside\n\n    - `mkdir -p bin` or just right click to create a folder name `bin`\n    - Download yourself a proper tclkit and rename it to `tclkit-gui` [here](https://github.com/VitoVan/kitgen/releases/latest)\n\n3. build your application\n\n    ```bash\n    sbcl --disable-debugger --load cl-icebox.asd --eval \"(ql:quickload 'cl-icebox)\" --eval \"(asdf:make :cl-icebox)\"\n    ```\n\nVoilà! Check your `bin` folder for the magic!\n\n\u003e What? You use [Emacs](https://www.gnu.org/software/emacs/) and [SLIME](https://common-lisp.net/project/slime/)? Great!\n\n\u003e Eval `(progn (load \"cl-icebox.asd\") (ql:quickload 'cl-icebox) (setf cl-icebox::*hacking* t))` in your REPL, then you can call `(cl-icebox:icebox)`, have fun!\n\n### Deploy:\n\nThere's two options:\n\n1. Use [Travis CI](https://travis-ci.com/) for the good of your health\n\n    you need to add `GITHUB_TOKEN` according to [uploadtool](https://github.com/probonopd/uploadtool)\n\n2. Use `deploy.sh` in the root folder\n\n    Run `deploy.sh` and then check your `out` folder.\n\n    - Linux and macOS should work out of the box (unless you don't have [wget](https://www.gnu.org/software/wget/) or internet connection).\n    - on Windows, you need to have\n        - A decent BASH, [Git BASH](https://git-scm.com/download/win) or [MSYS2](https://www.msys2.org/) both should work fine\n        - Make sure you have [unzip](http://infozip.sourceforge.net/UnZip.html) and [wget](https://www.gnu.org/software/wget/) in your BASH.\n        - [EDITBIN](https://docs.microsoft.com/en-us/cpp/build/reference/editbin-reference) which is part of [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019)\n            - Find the location of your `vcvarsall.bat`, then open `cmd`, and call `vcvarsall.bat x64`\n            - Then, type `where editbin`, you'll get the absolute path of `editbin.exe`\n            - `export EB='C:\\long path with space\\editbin.exe'` in your BASH\n            - Now you are blessed to run `deploy.sh`\n\n### Credits\n\n- Icon made by [Freepik](https://www.freepik.com) from www.flaticon.com\n- [Tcl/Tk](https://www.tcl.tk/)\n- Tclkit build system http://tclkit.googlecode.com/, [forked here](https://github.com/VitoVan/kitgen)\n- [Resource Hacker](http://www.angusj.com/resourcehacker/)\n- [Warp](https://github.com/dgiagio/warp)\n- [AppImage](https://appimage.org/)\n\n---\n\n![Lisp Caution](http://www.lisperati.com/lisplogo_warning2_256.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitovan%2Fcl-icebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitovan%2Fcl-icebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitovan%2Fcl-icebox/lists"}