From c3335bfdf7734e2b4c955c6cb8efabca8032271b Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 22 Aug 2015 21:21:55 -0500 Subject: [PATCH] semver @h2non / semver.c --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6dbd7a..2d95899 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial] * [Scintilla](http://scintilla.org/) - A free source code editing component. [MIT] * [SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C. [BSD] +* [semver.c](https://github.com/h2non/semver.c) - A semver parser and render in ANSI C. [MIT] * [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT] * [sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. [PublicDomain] * [SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver. [GPL2/Commercial]