From 712764a5e7e56b2ac24bc29328779f4054b71d45 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:00:01 +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..58f37ba --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "intrusive", + "name": "Intrusive", + "authors": [ + "Ion Gazta\u00f1aga" + ], + "description": "Intrusive containers and algorithms.", + "category": [ + "Containers" + ], + "maintainers": [ + "Ion Gaztanaga " + ] +}