From 4788969b1144f425b1816a777899a62669f2d2ca Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 25 Dec 2019 14:49:29 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b363192..e6611cd9 100644 --- a/README.md +++ b/README.md @@ -551,13 +551,18 @@ Differences with Clojure: ## External resources -### Libraries +### Tools and libraries The following libraries are known to work with Babashka: +#### [deps.clj](https://github.com/borkdude/deps.clj) + +A port of the [clojure](https://github.com/clojure/brew-install/) bash script to +Clojure / babashka. + #### [clj-http-lite](https://github.com/borkdude/clj-http-lite) - This fork does not depend on any other libraries. Example: +This fork does not depend on any other libraries. Example: ``` shell $ export BABASHKA_CLASSPATH="$(clojure -Sdeps '{:deps {limit-break {:git/url "https://github.com/borkdude/clj-http-lite" :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}}}' -Spath)" @@ -568,7 +573,7 @@ $ bb "(require '[clj-http.lite.client :as client]) (:status (client/get \"https: #### [limit-break](https://github.com/technomancy/limit-break) - A debug REPL library. Example: +A debug REPL library. Example: ``` shell $ export BABASHKA_CLASSPATH="$(clojure -Sdeps '{:deps {limit-break {:git/url "https://github.com/technomancy/limit-break" :sha "050fcfa0ea29fe3340927533a6fa6fffe23bfc2f" :deps/manifest :deps}}}' -Spath)"