From b585c3ad19402150640df0d5b05229378e9c8e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Mon, 5 Jun 2023 18:26:55 -0300 Subject: [PATCH] More C/C++ libraries w/ descriptions (#33) --- readme.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 6cfce33..e393357 100644 --- a/readme.md +++ b/readme.md @@ -269,22 +269,24 @@ These C/C++ libraries were packaged to be used with the Zig build and packaging * [andrewrk/SDL](https://github.com/andrewrk/SDL) - Simple Directmedia Layer. * [andrewrk/ffmpeg](https://github.com/andrewrk/ffmpeg) - library only. -* [andrewrk/libgroove](https://github.com/andrewrk/libgroove) -* [andrewrk/libsoundio](https://github.com/andrewrk/libsoundio/tree/zig-pkg) +* [andrewrk/libgroove](https://github.com/andrewrk/libgroove) - streaming audio processing library. +* [andrewrk/libsoundio](https://github.com/andrewrk/libsoundio/tree/zig-pkg) - library for real-time audio input and output. * [kassane/openssl](https://github.com/kassane/openssl) - crypto, providers & ssl libraries only. +* [kassane/wolfssl](https://github.com/kassane/wolfssl) - wolfssl library. * [kassane/libbpf](https://github.com/kassane/libbpf) - BPF CO-RE (Compile Once – Run Everywhere). -* [kassane/winpthreads](https://github.com/kassane/winpthreads-zigbuild) - MinGW pthread library. +* [kassane/winpthreads](https://github.com/kassane/winpthreads-zigbuild) - PThread library for MinGW. ### C++ -* [andrewrk/libchromaprint](https://github.com/andrewrk/libchromaprint) +* [andrewrk/libchromaprint](https://github.com/andrewrk/libchromaprint) - library for generating audio fingerprints used by AcoustID. * [kassane/asio](https://github.com/kassane/asio) - (non-boost) Networking I/O library (w/ event-loop, C++14/17/20). -* [kassane/fmt](https://github.com/kassane/fmt) -* [kassane/hana](https://github.com/kassane/hana) - (boost-hana) Meta-programming library (header-only, C++14/17/20).> +* [kassane/fmt](https://github.com/kassane/fmt) - Modern formatting library. +* [kassane/hana](https://github.com/kassane/hana) - (boost-hana) Meta-programming library (header-only, C++14/17/20). +* [kassane/intrusive](https://github.com/kassane/intrusive) - (boost-intrusive) intrusive containers (header-only, C++03/11/14). * [kassane/catch2](https://github.com/kassane/catch2) - Unit testing library (C++14/17/20). * [kassane/outcome](https://github.com/kassane/outcome) - (non-boost) Error handler (C++14/17/20). * [kassane/json](https://github.com/kassane/json) - jsoncpp ported to Zig packaging. -* [kassane/range](https://github.com/kassane/range-v3) - modern range library (C++14/17/20). +* [kassane/range-v3](https://github.com/kassane/range-v3) - modern range library (C++14/17/20). * [kassane/libzmq](https://github.com/kassane/libzmq) - ZeroMQ core engine in C++ library.