From 11961ad77d4483c3dd2ddc99cb7d8ef52c77a2c5 Mon Sep 17 00:00:00 2001 From: Astrusia Date: Mon, 26 Jan 2026 09:38:12 +0100 Subject: [PATCH] add KdlSharp to index.md since Kadlet is not maintained, I proposed adding KdlSharp for v2 users here: https://github.com/kdl-org/kdl/discussions/550 --- src/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index a8e666b..91d4cd0 100644 --- a/src/index.md +++ b/src/index.md @@ -120,7 +120,9 @@ of some examples of KDL in the wild (either v1, v2, or both): ## Implementations * C - [ckdl](https://github.com/tjol/ckdl)\* -* C#/.NET - [Kadlet](https://github.com/oledfish/Kadlet) +* C#/.NET - + * [Kadlet](https://github.com/oledfish/Kadlet) (v1) + * [KdlSharp](https://github.com/AndreyAkinshin/KdlSharp) (v2) * C++ - [kdlpp](https://github.com/tjol/ckdl)\* (part of ckdl, requires C++20) * Common Lisp - [kdlcl](https://github.com/chee/kdlcl) * Crystal - [kdl-cr](https://github.com/danini-the-panini/kdl-cr)