We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e4be commit c3fdb5cCopy full SHA for c3fdb5c
1 file changed
README.md
@@ -5,9 +5,9 @@ Reader for deps.edn
5
6
# Rationale
7
8
-This library is a small library for reading and understanding deps.edn files. It can
9
-be used in scenarios where the full [tools.deps](https://github.com/clojure/tools.deps)
10
-library is not needed.
+This is a small library for reading and manipulating deps.edn files and data structures.
+It can be used in scenarios where the full [tools.deps](https://github.com/clojure/tools.deps)
+library is not needed for dep expansion (which pulls in many large libraries).
11
12
* [deps.edn Reference](https://clojure.org/reference/deps_edn)
13
0 commit comments