From ffc2f0c63965bf27345a9040c29250fcdb023926 Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Mon, 21 Sep 2015 13:19:30 -0400 Subject: [PATCH] Update README.md Added Binary-Heaps and strictness to module list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cb2d81..a2a3f35 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ C header files/libraries/etc. for building C module |[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.11| Subversion binding.| |[30Log](https://github.com/Yonaba/30log)|1.0.0| 30 lines library for object orientation in Lua.| |[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.| +|[Binary-Heaps](http://yonaba.github.com/Binary-Heaps)|1.5.1| Implementation of binary heaps data structure in pure Lua.| +|[strictness](http://yonaba.github.io/strictness)|0.2.0| Tracks accesses and assignments of undefined variables in Lua.| ## History ##