Skip to content

clojure/tools.deps.edn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Reader for deps.edn files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published