Skip to content

Commit 82191f8

Browse files
authored
Added meta, a runtime reflection library
Added meta: header-only, non-intrusive and macro-free runtime reflection system written in C++17. MIT license.
1 parent 97e177c commit 82191f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
724724
* [libnih](https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. [GPL2.1]
725725
* [libusb](http://www.libusb.org/) - A universal USB library which allows for portable access to USB devices. [LGPL2]
726726
* [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD]
727+
* [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT]
727728
* [pdqsort](https://github.com/orlp/pdqsort) - Pattern-defeating quicksort. [zlib]
728729
* [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/)
729730
* [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]

0 commit comments

Comments
 (0)