From a3d97b0730553be8f1186698ae199d6132c9e6e2 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 5 Oct 2023 00:37:24 +0900 Subject: [PATCH] add libenvpp (type-safe environment variable parsing library) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7d6fc7..9a0aa97 100644 --- a/README.md +++ b/README.md @@ -1062,6 +1062,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT] * [libsigc++](https://github.com/libsigcplusplus/libsigcplusplus) - A typesafe callback system for standard C++. [LGPL] [website](https://libsigcplusplus.github.io/libsigcplusplus) * [libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. [BSD] +* [libenvpp](https://github.com/ph3at/libenvpp) - A modern C++ library for type-safe environment variable parsing. [Apache-2.0] * [libevil](https://github.com/avati/libevil) - The Evil License Manager. [GPLv3] * [libnih](https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. [GPL2.1] * [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2]