{"id":26194273,"url":"https://github.com/active-group/lein-bom","last_synced_at":"2026-04-21T12:04:26.160Z","repository":{"id":62432290,"uuid":"343778074","full_name":"active-group/lein-bom","owner":"active-group","description":"Generate a BOM file from a project.clj.","archived":false,"fork":false,"pushed_at":"2023-08-07T11:52:30.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-16T15:13:45.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/active-group.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":"2021-03-02T13:07:59.000Z","updated_at":"2022-05-25T09:17:24.000Z","dependencies_parsed_at":"2022-11-01T20:47:14.189Z","dependency_job_id":null,"html_url":"https://github.com/active-group/lein-bom","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Flein-bom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Flein-bom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Flein-bom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Flein-bom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/lein-bom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243141225,"owners_count":20242817,"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":[],"created_at":"2025-03-12T01:56:00.572Z","updated_at":"2025-12-24T12:13:55.800Z","avatar_url":"https://github.com/active-group.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-bom\n\nA Leiningen plugin to collect dependencies in the fantasy format called BOM.\n\n[![Clojars Project](https://img.shields.io/clojars/v/de.active-group/lein-bom.svg)](https://clojars.org/de.active-group/lein-bom)\n\n## Usage\n\nCheck out this repository and, from within the root directory of this project,\nrun:\n\n```shell\nlein install\n```\n\nThen put the following into the `project.clj` file of the project you\nwant to generate a BOM for\n\n```clojure\n:plugins [[de.active-group/lein-bom \"0.2.5-SNAPSHOT\"]]\n```\n\nand then run, also in that project's root dir:\n\n```shell\nlein bom\n```\n\nIf you want to explicitly ignore some dependencies, you can specify them as\narguments after the call to lein bom.\nExample: If you want to ignore `org.clojure/clojure` and\n`org.clojure/clojurescript` in the output, run\n\n```shell\nlein bom org.clojure/clojure org.clojure/clojurescript\n```\n\nThis will hopefully generate `bom.json` -- this file contains the bom\nentries for this project.  Dependencies that are specified in\n`project.clj` under `:dependencies` will be included, but please read\nthe following note carefully.\n\n### Note on `profiles.clj`\n\nThe `leiningen` internals always merge everything specified in the\n`:dependencies` in your `profiles.clj` (located at\n`~/.lein/profiles.clj` on non-Windows).  If you need the project's\ndependencies *without* your personal ones you need to temporarily\nremove them from your `profiles.clj`.  In the future, perhaps we will\nfind a way around this.\n\n## License\n\nCopyright © 2021 Active Group GmbH\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Flein-bom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Flein-bom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Flein-bom/lists"}