From b0b3c2633d58c2b01d084afd5cc7fb8686079079 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 23 Jan 2016 14:39:54 -0800 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index ae1c2e1..85ac707 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -83,7 +83,7 @@ network | [par_easycurl.h](https://github.com/prideout/par) network | [yocto](https://github.com/tom-seddon/yhs) | **public domain** | | 2 | non-production-use http server network | [happyhttp](http://scumways.com/happyhttp/happyhttp.html) | zlib | | 2 | http client requests network | [mongoose](https://github.com/cesanta/mongoose) | GPLv2 | | 2 | http server -network | [LUrlParser](https://github.com/corporateshark/LUrlParser) | MIT | | 2 | lightweight URL & URI parser RFC 1738, RFC 3986 +network | [LUrlParser](https://github.com/corporateshark/LUrlParser) | MIT | C++ | 2 | lightweight URL & URI parser RFC 1738, RFC 3986 parsing | [SLRE](https://github.com/cesanta/slre) | GPLv2 | |**1**| regular expression matcher parsing | [PicoJSON](https://github.com/kazuho/picojson) | BSD | C++ |**1**| JSON parse/serializer parsing | [mm_json.h](https://github.com/vurtun/mmx) | zlib | |**1**| JSON parser