From bdcc1535d6b5e2c8386f5126d267ab2bfeb9c8cb Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 27 Sep 2015 11:04:06 -0700 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other_libs.md b/docs/other_libs.md index a41e8ce..221fcc5 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -60,6 +60,7 @@ this! But you might like them anyway: - _**parsing** [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/): fast utf8 decoder (MIT license)_ - _**misc** [utf8](https://github.com/sheredom/utf8.h): utf8 string library (zlib license)_ - _**misc** [klib](http://attractivechaos.github.io/klib/) many 2-file libs: hash, sort, b-tree, etc (MIT license)_ +- _**misc** [minilibs](https://github.com/ccxvii/minilibs): two-file regex, binary tree (public domain)_ - **misc** [whereami](https://github.com/gpakosz/whereami): get path/filename of executable or module (WTFPL v2 license) - _**misc** [dbgtools](https://github.com/wc-duck/dbgtools): cross-platform debug util libraries (zlib license)_ - **tests** [pempek_assert.cpp](https://github.com/gpakosz/Assert/tree/master/src): flexible assertions in C++ (WTFPL v2 license) -- GitLab