From 9ac138b91a7d98bea807b33e8fbabfdd256a3850 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:07:45 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..82b2074 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "multi_array", + "name": "Multi-Array", + "authors": [ + "Ron Garcia" + ], + "description": "Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface.", + "category": [ + "Containers", + "Math" + ], + "maintainers": [ + "Ronald Garcia " + ] +}