deploy: ded495f7a6
This commit is contained in:
parent
4e72571f75
commit
e9e7dbb366
|
|
@ -118,7 +118,12 @@ of some examples of KDL in the wild (either v1, v2, or both):</p>
|
|||
<h2>Implementations</h2>
|
||||
<ul>
|
||||
<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>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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue