https://github.com/clojure/tools.deps.edn
Reader for deps.edn files
https://github.com/clojure/tools.deps.edn
Last synced: 2 months ago
JSON representation
Reader for deps.edn files
- Host: GitHub
- URL: https://github.com/clojure/tools.deps.edn
- Owner: clojure
- License: epl-1.0
- Created: 2025-01-02T11:37:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T21:37:00.000Z (6 months ago)
- Last Synced: 2025-04-10T23:52:12.109Z (2 months ago)
- Language: Clojure
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/clojure/tools.deps)
library is not needed.* [deps.edn Reference](https://clojure.org/reference/deps_edn)
# Release Information
Latest release: TBD
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.deps.edn%22)
[deps.edn](https://clojure.org/reference/deps_edn) dependency information:
```
org.clojure/tools.deps.edn {:mvn/version "TBD"}
```[Leiningen](https://github.com/technomancy/leiningen/) dependency information:
```
[org.clojure/tools.deps.edn "TBD"]
```[Maven](https://maven.apache.org) dependency information:
```
org.clojure
tools.deps.edn
TBD```
# API
For info on using tools.deps.edn as a library, see:
* [API Docs](https://clojure.github.io/tools.deps.edn)
# Developer Information
* [GitHub project](https://github.com/clojure/tools.deps.edn)
* [How to contribute](https://clojure.org/community/contributing)
* [Bug Tracker](https://clojure.atlassian.net/browse/TDEPS)
* [Continuous Integration](https://github.com/clojure/tools.deps.edn/actions/workflows/test.yml)# 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.[Eclipse Public License 1.0]: https://opensource.org/license/epl-1-0/