{"id":15726221,"url":"https://github.com/mrexox/climes","last_synced_at":"2026-01-08T07:50:26.116Z","repository":{"id":47450428,"uuid":"284520552","full_name":"mrexox/climes","owner":"mrexox","description":"Common Lisp Manager for Systems (WIP)","archived":false,"fork":false,"pushed_at":"2021-08-31T10:01:54.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T06:48:23.521Z","etag":null,"topics":["common-lisp","quicklisp"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrexox.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}},"created_at":"2020-08-02T18:41:08.000Z","updated_at":"2021-04-04T15:47:16.000Z","dependencies_parsed_at":"2022-09-23T04:53:42.141Z","dependency_job_id":null,"html_url":"https://github.com/mrexox/climes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrexox%2Fclimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrexox%2Fclimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrexox%2Fclimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrexox%2Fclimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrexox","download_url":"https://codeload.github.com/mrexox/climes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403215,"owners_count":20771438,"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":["common-lisp","quicklisp"],"created_at":"2024-10-03T22:26:24.376Z","updated_at":"2026-01-08T07:50:26.075Z","avatar_url":"https://github.com/mrexox.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Climes\n\nMaking dependencies managing easier in Common Lisp\n\n## Package definition\n\nFilename: `systems.lisp`\n\n```lisp\n;;; Common Lisp Systems (dependencies)\n\n(lisp :sbcl) ;; interpreter, constraint and version\n\n;;; You can define a special scopes of packages and install them separately\n\n;;; To define a dedendency use there options\n;;; name - without any other options just installing via quicklisp\n;;; :git - means cloning from git repository\n;;; :ref - use specific git branch or tag\n\n(scope :production\n  (:hunchentoot)\n  (:alexandria :git \"https://github.com/alexandria/cl-alexandria\n               :ref \"v1.2\"))\n\n(scope :development\n  (:drakma))\n```\n\n## Install\n\n```bash\nmake install\n\n# Or for development use\nmake dev_install\n```\n\n## Usage\n\n```bash\n$ climes install # install systems within all scopes\n$ climes install --scope=production,development # install only given scope(s)\n\n# You can also just call climes:\n\n$ climes # executes install by default\n```\n\n## :warning: Known issues\n\n- If you specify `:git` option you may find out that packages are not scoped in projects. E.g if you have two projects with different versions of packages - it will use one (`ls ~/common-lisp` - alphabetically first is going to be used)\n- Dependencies for packages installed via git are managed via quicklisp only now","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrexox%2Fclimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrexox%2Fclimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrexox%2Fclimes/lists"}