An open API service indexing awesome lists of open source software.

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

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.