Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clojure/clr.tools.deps
- Owner: clojure
- License: epl-1.0
- Created: 2024-02-06T21:59:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:38:39.000Z (12 days ago)
- Last Synced: 2024-12-10T16:41:13.611Z (12 days ago)
- Language: Clojure
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.