specify lic

This commit is contained in:
jimmyorourke 2024-02-08 20:48:50 -08:00 committed by GitHub
parent 3d5ccbfc2d
commit 6b601e655f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [Nameof](https://github.com/Neargye/nameof) - Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT]
* [Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT]
* [reflect-cpp](https://github.com/getml/reflect-cpp) - Serialization through reflection, including automatic field name retrieval from structs. [MIT]
* [reflecxx](https://github.com/jimmyorourke/reflecxx) - Static reflection framework using libclang. Generates reflection meta-structures for compile-time field traversal, auto-serialization, and more.
* [reflecxx](https://github.com/jimmyorourke/reflecxx) - Static reflection framework using libclang. Generates reflection meta-structures and provides helpers for compile-time field traversal, auto-serialization, and more. [MIT]
* [RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT] [website](http://www.rttr.org)
* [TSMP](https://github.com/fabian-jung/tsmp) - An intrusion and macro-free C++20 library for static reflection. It uses libclang to extract reflection data from your source code and makes it usable via template specialization. [MIT]
* [visit_struct](https://github.com/cbeck88/visit_struct) - A miniature library for struct-field reflection in C++. [Boost]