From 998785266548b89f36bffd5d6efcfa75f7d574f2 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sun, 8 Dec 2013 10:00:13 -0800 Subject: [PATCH] Added link to mruby.net --- Related-Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Related-Projects.md b/Related-Projects.md index 10f76db..511edba 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -75,6 +75,7 @@ * [mRuby](https://github.com/tokuhirom/mRuby.pm) mruby binding for perl5 by [tokuhirom](https://github.com/tokuhirom) * [mruby-on-Lua](https://github.com/matsumoto-r/mruby-on-Lua) mruby on Lua by [matsumoto_r](https://github.com/matsumoto-r) * [node-mruby](https://github.com/tokuhirom/node-mruby) extension library for node.js. It embeds mRuby into node.js. by [tokuhirom](https://github.com/tokuhirom) +* [mruby.net](https://github.com/perlun/mruby.net) mruby binding for .NET (any CLR-compatible language) by [perlun](https://github.com/perlun) ## Embedding mruby into somewhere * [mysql-mruby](https://github.com/mattn/mysql-mruby) embeded mruby into mysql by [mattn](https://github.com/mattn)