diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..7ebc3fe --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "interprocess", + "name": "Interprocess", + "authors": [ + "Ion Gazta\u00f1aga" + ], + "description": "Shared memory, memory mapped files, process-shared mutexes, condition variables, containers and allocators.", + "category": [ + "Concurrent" + ], + "maintainers": [ + "Ion Gaztanaga " + ] +}