Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clojure/clr.tools.deps

Deps as data and classpath generation
https://github.com/clojure/clr.tools.deps

Last synced: 6 days ago
JSON representation

Deps as data and classpath generation

Awesome Lists containing this project

README

        

# clr.tools.deps

A port of the [clojure/tools.deps](https://github.com/clojure/tools.deps) library to ClojureCLR.

> A functional API for transitive dependency graph expansion and the creation of classpaths.

Please see the parent repo for documentation.

## Releases

Latest release: 0.1.6

deps.edn dependency information:

```clojure
io.github.clojure/clr.tools.deps {:git/tag "v0.1.6" :git/sha "a3273a2"}
```

## Copyright and License

From the parent repo:

> 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.