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
This commit is contained in:
Astrusia 2026-01-26 09:38:12 +01:00 committed by GitHub
parent 56c54e7d6e
commit 11961ad77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -120,7 +120,9 @@ of some examples of KDL in the wild (either v1, v2, or both):
## Implementations ## Implementations
* C - [ckdl](https://github.com/tjol/ckdl)\* * 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) * C++ - [kdlpp](https://github.com/tjol/ckdl)\* (part of ckdl, requires C++20)
* Common Lisp - [kdlcl](https://github.com/chee/kdlcl) * Common Lisp - [kdlcl](https://github.com/chee/kdlcl)
* Crystal - [kdl-cr](https://github.com/danini-the-panini/kdl-cr) * Crystal - [kdl-cr](https://github.com/danini-the-panini/kdl-cr)