2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

libraries.json

This commit is contained in:
Ruben Perez
2023-10-02 17:17:44 +02:00
parent 6748f7682a
commit d5031c3f69

16
meta/libraries.json Normal file
View File

@@ -0,0 +1,16 @@
{
"key": "redis",
"name": "Redis",
"authors": [
"Marcelo Zimbres"
],
"description": "Redis async client library built on top of Boost.Asio.",
"category": [
"Concurrent",
"IO"
],
"maintainers": [
"Marcelo Zimbres <mzimbres@gmail.com>"
],
"cxxstd": "17"
}