This commit is contained in:
zkat 2026-03-24 17:33:01 +00:00
parent 4e72571f75
commit e9e7dbb366
1 changed files with 6 additions and 1 deletions

View File

@ -118,7 +118,12 @@ of some examples of KDL in the wild (either v1, v2, or both):</p>
<h2>Implementations</h2> <h2>Implementations</h2>
<ul> <ul>
<li>C - <a href="https://github.com/tjol/ckdl">ckdl</a>*</li> <li>C - <a href="https://github.com/tjol/ckdl">ckdl</a>*</li>
<li>C#/.NET - <a href="https://github.com/oledfish/Kadlet">Kadlet</a></li> <li>C#/.NET -
<ul>
<li><a href="https://github.com/oledfish/Kadlet">Kadlet</a> (v1)</li>
<li><a href="https://github.com/AndreyAkinshin/KdlSharp">KdlSharp</a> (v2)</li>
</ul>
</li>
<li>C++ - <a href="https://github.com/tjol/ckdl">kdlpp</a>* (part of ckdl, requires C++20)</li> <li>C++ - <a href="https://github.com/tjol/ckdl">kdlpp</a>* (part of ckdl, requires C++20)</li>
<li>Common Lisp - <a href="https://github.com/chee/kdlcl">kdlcl</a></li> <li>Common Lisp - <a href="https://github.com/chee/kdlcl">kdlcl</a></li>
<li>Crystal - <a href="https://github.com/danini-the-panini/kdl-cr">kdl-cr</a></li> <li>Crystal - <a href="https://github.com/danini-the-panini/kdl-cr">kdl-cr</a></li>