{"id":22958385,"url":"https://github.com/rads/deps-info","last_synced_at":"2026-03-20T00:03:40.213Z","repository":{"id":137060525,"uuid":"529917029","full_name":"rads/deps-info","owner":"rads","description":"🔮 Functions to get info about tools.deps coordinates","archived":true,"fork":false,"pushed_at":"2023-10-01T14:47:46.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-18T22:14:54.115Z","etag":null,"topics":["bbin"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/rads.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}},"created_at":"2022-08-28T16:28:41.000Z","updated_at":"2024-04-26T03:35:32.000Z","dependencies_parsed_at":"2024-12-14T17:51:42.348Z","dependency_job_id":null,"html_url":"https://github.com/rads/deps-info","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/rads/deps-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rads%2Fdeps-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rads%2Fdeps-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rads%2Fdeps-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rads%2Fdeps-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rads","download_url":"https://codeload.github.com/rads/deps-info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rads%2Fdeps-info/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270182812,"owners_count":24541311,"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-08-13T02:00:09.904Z","response_time":66,"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":["bbin"],"created_at":"2024-12-14T17:39:46.310Z","updated_at":"2026-03-20T00:03:40.186Z","avatar_url":"https://github.com/rads.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deps-info\n\nFunctions to get info about `tools.deps` coordinates.\n\n## `rads.deps-info.infer`\n\nInfer `tools.deps` coordinates from a lib name, a partial set of coordinates, or both.\n\n```\n$ bbin install io.github.rads/deps-info\n{:lib io.github.rads/deps-info,\n :coords\n {:git/url \"https://github.com/rads/deps-info\",\n  :git/tag \"v0.0.1\",\n  :git/sha \"cf7a85377fd05070135c0c5dcf606793de5d0560\"}}\nCloning: https://github.com/rads/deps-info\nChecking out: https://github.com/rads/deps-info at cf7a85377fd05070135c0c5dcf606793de5d0560\n\n$ deps-info-infer --lib io.github.rads/deps-info\n#:io.github.rads{deps-info #:git{:url \"https://github.com/rads/deps-info\", :tag \"v0.0.1\", :sha \"cf7a85377fd05070135c0c5dcf606793de5d0560\"}}\n\n$ deps-info-infer --lib io.github.rads/deps-info --latest-sha\n#:io.github.rads{deps-info #:git{:url \"https://github.com/rads/deps-info\", :sha \"cf7a85377fd05070135c0c5dcf606793de5d0560\"}}\n```\n\nThis namespace can be be added to a `deps.edn` project as a standalone dependency using `:deps/root`:\n\n```\n{:deps {io.github.rads/deps-info {:git/tag \"...\" :git/sha \"...\"\n                                  :deps/root \"infer\"}}}\n```\n\n## `rads.deps-info.summary`\n\nGet procurer and artifact info for coordinates.\n\n```clojure\n(require '[rads.deps-info.summary :as summary])\n(summary/summary {:script/lib \"io.github.rads/deps-info\"})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frads%2Fdeps-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frads%2Fdeps-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frads%2Fdeps-info/lists"}