Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

67 lines (45 loc) · 1.87 KB

tools.deps.edn

Reader for deps.edn

Rationale

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.

Release Information

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>

API

For info on using tools.deps.edn as a library, see:

Developer Information

Copyright and License

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.