docs: vendored spork/http note in the interop section; ring-core/ring-codec in libraries.md

This commit is contained in:
Yogthos 2026-06-11 20:42:41 -04:00
parent 9ba8e0870c
commit 9aadbf42fd
2 changed files with 10 additions and 1 deletions

View file

@ -8,3 +8,7 @@ Libraries confirmed to load and pass their conformance checks on Jolt
* [Selmer](https://github.com/yogthos/Selmer)
* [medley](https://github.com/weavejester/medley)
* [cuerdas](https://github.com/funcool/cuerdas)
* [ring-core](https://github.com/ring-clojure/ring) — via `:deps/root "ring-core"`,
on the [ring-app example](https://github.com/jolt-lang/examples/tree/main/ring-app)'s
spork/http adapter
* [ring-codec](https://github.com/ring-clojure/ring-codec)