diff --git a/docs/libraries.md b/docs/libraries.md new file mode 100644 index 0000000..574a2b1 --- /dev/null +++ b/docs/libraries.md @@ -0,0 +1,10 @@ +# Clojure libraries known to work with Jolt + +Libraries confirmed to load and pass their conformance checks on Jolt +(see `test/integration/deps-conformance-test.janet` and the +[greeter example](https://github.com/jolt-lang/examples/tree/main/greeter)). + +* [config](https://github.com/yogthos/config) +* [Selmer](https://github.com/yogthos/Selmer) +* [medley](https://github.com/weavejester/medley) +* [cuerdas](https://github.com/funcool/cuerdas)