https://github.com/clojure/clr.tools.deps.cli
Deps functions
https://github.com/clojure/clr.tools.deps.cli
Last synced: 5 months ago
JSON representation
Deps functions
- Host: GitHub
- URL: https://github.com/clojure/clr.tools.deps.cli
- Owner: clojure
- License: epl-1.0
- Created: 2024-02-06T22:02:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T19:22:47.000Z (9 months ago)
- Last Synced: 2025-09-28T21:17:53.586Z (9 months ago)
- Language: Clojure
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clr.tools.deps.cli
A port of the [clojure/tools.deps.cli](https://github.com/clojure/tool.deps.cli) library to ClojureCLR.
See that repository for documentation.
# Release
The current release is 0.1.7.
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
io.github.clojure/clr.tools.deps.cli {:git/tag "v0.1.6" :git/sha "e8e5491" }
```
## License
This version:
Copyright (C) Rich Hickey, David Miller & ClojureCLR contributors
Distributed under the Eclipse Public License, the same as Clojure.
The parent project has this:
> Copyright © 2017-2023 Rich Hickey, Alex Miller, and contributors
> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file LICENSE at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.