summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2010-03-23 13:17:14 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2010-03-23 13:17:14 -0600
commitc67552b720d63cfbd3da9289b51e24a18fff3c09 (patch)
tree846bf5b8ee6a46063b1a0e8e58c1eda25f0afef9
parent2a632444874b98bda1da9bbeb3d3d1df147a92a7 (diff)
downloadyajl-c67552b720d63cfbd3da9289b51e24a18fff3c09.tar.gz
add a link to Karl Refenbauer's TCL bindings! w00t
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 4ce5eaa..4ef7e9e 100644
--- a/index.html
+++ b/index.html
@@ -390,6 +390,7 @@ main(int argc, char ** argv)
<li> <a href="http://bitbucket.org/nikhilm/yajl-js/">yajl-js</a> - node.js bindings (mirrored to <a href="http://github.com/lloyd/yajl-js/">github</a>).
<li> <a href="http://github.com/brimworks/lua-yajl/">lua-yajl</a> - lua bindings
<li> <a href="http://github.com/fredreichbier/ooc-yajl/">ooc-yajl</a> - ooc bindings
+ <li> <a href="http://github.com/lehenbauer/yajl-tcl/">yajl-tcl</a> - tcl bindings
</ul>
<h2>Contributors</h2>
@@ -407,6 +408,7 @@ main(int argc, char ** argv)
<li> Brian Lopez (<a href="http://github.com/brianmario">@brianmario</a>)
<li> Eric Bergstrome
<li> Hatem Nassrat
+ <li> Karl Lehenbauer
<li> Mark de Does
<li> Neville Franks
<li> R. Tyler Ballance (<a href="http://github.com/rtyler">@rtyler</a>)