From 5754254947ce2e1ccc2142075e69b75eddae949b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 14:59:55 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/libraries.json 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 " + ] +}