{"id":15010243,"url":"https://github.com/clojure/clojure-install","last_synced_at":"2025-10-03T19:30:36.404Z","repository":{"id":57739104,"uuid":"98198345","full_name":"clojure/clojure-install","owner":"clojure","description":null,"archived":true,"fork":false,"pushed_at":"2017-09-06T21:25:06.000Z","size":22,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-03T14:14:01.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/clojure.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}},"created_at":"2017-07-24T14:13:27.000Z","updated_at":"2023-07-25T14:10:27.000Z","dependencies_parsed_at":"2022-08-24T17:40:15.642Z","dependency_job_id":null,"html_url":"https://github.com/clojure/clojure-install","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/clojure/clojure-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fclojure-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fclojure-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fclojure-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fclojure-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojure","download_url":"https://codeload.github.com/clojure/clojure-install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fclojure-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278217052,"owners_count":25950032,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-09-24T19:33:00.182Z","updated_at":"2025-10-03T19:30:36.158Z","avatar_url":"https://github.com/clojure.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"clojure-install\n=====================================\n\n# DEPRECATED - this project is no longer active. See https://github.com/clojure/brew-install.\n\n----\n\nThe Clojure install project is used to bootstrap a system to include Clojure,\ntools.deps.alpha, and the scripts necessary to use them to obtain more \ndependencies and run a Clojure repl or programs.\n\nThe installer assumes only that Java is available. The install tool is written\nin Java and uses the necessary Maven Aether libraries to traverse and\ndownload the initial dependency set.\n\nIn general, this project will be obtained and used within system installers rather\nthan used directly.\n\n## Release Information\n\nLatest release: 0.1.21\n\n* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure-install%22)\n\n[Leiningen](http://github.com/technomancy/leiningen/) dependency information:\n\n```\n[org.clojure/clojure-install \"0.1.21\"]\n```\n\n[Maven](http://maven.apache.org) dependency information:\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.clojure\u003c/groupId\u003e\n  \u003cartifactId\u003eclojure-install\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.21\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n## Usage\n\n### `clojure.tools.Install`\n\nThe `Install` program performs the following steps:\n\n* Given a Clojure config directory\n* Read `CONFIG/clj.props`\n* Use those props to form a dependency set\n* Download those dependencies and all transitive dependencies to the local Maven repository\n* If `CONFIG/clj.cp` or `CONFIG/deps.edn` exist, copy them to backup files\n* Create `CONFIG/clj.cp` - used when invoking tools.deps.alpha\n* Create `CONFIG/deps.edn` - user-level deps map, for declaring default deps and artifact providers\n\nThis can be re-run to pick up manual changes in `clj.props`.\n\n### `clj.props` file\n\nExample props file:\n\n```\norg.clojure/clojure=1.9.0-alpha17\norg.clojure/tools.deps.alpha=0.1.14\norg.clojure/spec.alpha=0.1.123\n```\n\n## Developer Information\n\n* [GitHub project](https://github.com/clojure/clojure-install)\n* [How to contribute](https://dev.clojure.org/display/community/Contributing)\n* [Bug Tracker](https://dev.clojure.org/jira/browse/INST)\n* [Continuous Integration](https://build.clojure.org/job/clojure-install/)\n* [Compatibility Test Matrix](https://build.clojure.org/job/clojure-install-test-matrix/)\n\n## License\n\nCopyright © 2017 Rich Hickey and contributors\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojure%2Fclojure-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojure%2Fclojure-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojure%2Fclojure-install/lists"}