Reader for deps.edn
This library is a small library for reading and understanding deps.edn files. It can be used in scenarios where the full tools.deps library is not needed.
Latest release: TBD
deps.edn dependency information:
org.clojure/tools.deps.edn {:mvn/version "TBD"}
Leiningen dependency information:
[org.clojure/tools.deps.edn "TBD"]
Maven dependency information:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.deps.edn</artifactId>
<version>TBD</version>
</dependency>
For info on using tools.deps.edn as a library, see:
Copyright © 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.