{"id":22160660,"url":"https://github.com/cl-qob/cli","last_synced_at":"2026-03-06T18:40:31.664Z","repository":{"id":257889048,"uuid":"871589442","full_name":"cl-qob/cli","owner":"cl-qob","description":"CLI for building, running, testing, and managing your Common Lisp dependencies","archived":false,"fork":false,"pushed_at":"2025-03-24T12:38:51.000Z","size":2237,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T13:38:36.784Z","etag":null,"topics":["cli","common-lisp","package","tool"],"latest_commit_sha":null,"homepage":"https://cl-qob.github.io/","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cl-qob.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":["cl-qob","jcs090218"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-10-12T11:39:23.000Z","updated_at":"2025-02-11T07:48:43.000Z","dependencies_parsed_at":"2024-11-27T16:24:00.704Z","dependency_job_id":"bcb70c64-c7ac-4b5b-955d-e5a2ea7ea16f","html_url":"https://github.com/cl-qob/cli","commit_stats":null,"previous_names":["cl-qob/cli"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl-qob%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl-qob%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl-qob%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl-qob%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cl-qob","download_url":"https://codeload.github.com/cl-qob/cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294926,"owners_count":20591949,"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":["cli","common-lisp","package","tool"],"created_at":"2024-12-02T04:09:11.378Z","updated_at":"2026-03-06T18:40:31.658Z","avatar_url":"https://github.com/cl-qob.png","language":"Common Lisp","funding_links":["https://github.com/sponsors/cl-qob","https://github.com/sponsors/jcs090218"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"#\"\u003e\u003cimg src=\"./docs/static/logo.png\" width=\"20%\"\u003e\u003c/a\u003e\n\u003e CLI for building, running, testing, and managing your Common Lisp dependencies\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![SBCL Version](https://img.shields.io/badge/SBCL-2.2.9+-white.svg?logo=commonlisp\u0026logoColor=white)](https://www.sbcl.org/)\n[![Release](https://img.shields.io/github/tag/cl-qob/cli.svg?label=release\u0026logo=github)](https://github.com/cl-qob/cli/releases/latest)\n\nQob attempts to be good at these things:\n\n- Play nicely with [ASDF][] and [Quicklisp][].\n- Support project local like [Qlot][] and support global scope facilities.\n- Works on all modern operating systems: [Linux][], [macOS][], and [Windows][].\n\nWe aim to make Qob an all-in-one tool so users no longer need to install tools like [Roswell][] and [Qlot][], which only serve specific goals.\n\n## 🚧 State of the project\n\nWe are currently in a *alpha* phase.  API, and commands are not stable.\n\nThings might still break at any point.\n\n## 🔗 Links\n\n- [Documentation](https://cl-qob.github.io/)\n- [Installation](https://cl-qob.github.io/Getting-Started/Install-Qob/)\n- [Command-line interface](https://cl-qob.github.io/Getting-Started/Commands-and-options/)\n- [Examples](https://cl-qob.github.io/Examples/System-Development/)\n- [FAQ](https://cl-qob.github.io/FAQ/)\n\n## 🧪 Testing\n\nWe have incorporated a range of tests to ensure Qob remains stable throughout its release cycle.\n\n###### Documentation\n\n| Description                            | Done | Status                                                                                                                                   |\n|----------------------------------------|------|------------------------------------------------------------------------------------------------------------------------------------------|\n| Keep the documentation page up to date | ✔    | [![Docs](https://github.com/cl-qob/cli/actions/workflows/docs.yml/badge.svg)](https://github.com/cl-qob/cli/actions/workflows/docs.yml) |\n\n###### Development\n\n| Description       | Done | Status                                                                                                                                      |\n|-------------------|------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| Build executables | ✔    | [![Build](https://github.com/cl-qob/cli/actions/workflows/build.yml/badge.svg)](https://github.com/cl-qob/cli/actions/workflows/build.yml) |\n\n###### Commands\n\n| Description                              | Done | Status                                                                                                                                        |\n|------------------------------------------|------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| Test commands in global (`~/.qob/`) mode | ✔    | [![Global](https://github.com/cl-qob/cli/actions/workflows/global.yml/badge.svg)](https://github.com/cl-qob/cli/actions/workflows/global.yml) |\n| Test commands in development (`./`) mode | ✔    | [![Local](https://github.com/cl-qob/cli/actions/workflows/local.yml/badge.svg)](https://github.com/cl-qob/cli/actions/workflows/local.yml)    |\n\n###### Others\n\n| Description | Done | Status                                                                                                                                                     |\n|-------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Webinstall  | ✔    | [![Webinstall](https://github.com/cl-qob/cli/actions/workflows/webinstall.yml/badge.svg)](https://github.com/cl-qob/cli/actions/workflows/webinstall.yml) |\n\n## ⚜️ License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nSee [`LICENSE`](./LICENSE) for details.\n\n\n\u003c!-- Links --\u003e\n\n[Linux]: https://en.wikipedia.org/wiki/Linux\n[macOS]: https://en.wikipedia.org/wiki/MacOS\n[Windows]: https://en.wikipedia.org/wiki/Microsoft_Windows\n\n[SBCL]: https://www.sbcl.org/\n\n[ASDF]: https://asdf.common-lisp.dev/\n[Quicklisp]: https://www.quicklisp.org/beta/\n\n[Roswell]: https://roswell.github.io/\n[Qlot]: https://github.com/fukamachi/qlot\n\n[Make]: https://www.gnu.org/software/make/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcl-qob%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcl-qob%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcl-qob%2Fcli/lists"}