We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460118f commit f3ba707Copy full SHA for f3ba707
README.md
@@ -27,6 +27,7 @@ target("templates_test")
27
| [templates](https://github.com/mcpplibs/templates) | A template of modern C++ `modules` libraries | [templates_test](tests/t/templates) | |
28
| [cmdline](https://github.com/mcpplibs/cmdline) | A simple command-line parsing library/framework for modern C++ | [cmdline_test](tests/c/cmdline) | |
29
| [llmapi](https://github.com/mcpplibs/llmapi) | Modern C++ LLM API client with openai-compatible support | [llmapi_test](tests/l/llmapi) | |
30
+| [mcpplibs-capi-lua](https://github.com/mcpplibs/lua) | C++23 module bindings for Lua 5.4 C API | [lua_test](tests/l/lua) | |
31
32
## Other
33
0 commit comments