From 9d6204b4c3907a1c8434f71cfd3b8461d3a99b56 Mon Sep 17 00:00:00 2001 From: Guillaume Racicot Date: Mon, 22 May 2017 22:38:12 -0400 Subject: [PATCH] Added Kangaru library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d169014..92d747c 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library. [Commercial] * [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications. * [HTTP Parser](https://github.com/nodejs/http-parser) :zap: - A http request/response parser for C. [MIT] +* [Kangaru](https://github.com/gracicot/kangaru) - A dependency injection container for C++11 and C++14. [MIT] * [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT] * [libsigc++](http://libsigc.sourceforge.net/) - A typesafe callback system for standard C++. [LGPL] * [libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. [BSD]