From 2e968bfc82fc86afecdad2da83ba1f1bbc3eb641 Mon Sep 17 00:00:00 2001 From: eilvelia Date: Sat, 28 Dec 2024 00:03:23 +0000 Subject: [PATCH] Show ocaml-kdl v2 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d049a1..21d488f 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | JavaScript | [kdljs](https://github.com/kdl-org/kdljs) | ✅ | ✖️ | | | Lua | [kdlua](https://github.com/danini-the-panini/kdlua) | ✅ | ✖️ | | | Nim | [kdl-nim](https://github.com/Patitotective/kdl-nim) | ✅ | ✖️ | | -| OCaml | [ocaml-kdl](https://github.com/Bannerets/ocaml-kdl) | ✅ | ✖️ | | +| OCaml | [ocaml-kdl](https://github.com/eilvelia/ocaml-kdl) | ✅ | ✅ | | | PHP | [kdl-php](https://github.com/kdl-org/kdl-php) | ✅ | ✖️ | | | Python | [ckdl](https://github.com/tjol/ckdl) | ✅ | ✅ | | | Python | [cuddle](https://github.com/djmattyg007/python-cuddle) | ✅ | ✖️ | |