From 0693c80c98402257817592e3ea23c96f2109a536 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 26 Jan 2015 07:08:13 -0800 Subject: [PATCH] Added meta/libraries.json --- meta/libraries.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..43304e2 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,47 @@ +[ + { + "key": "algorithm", + "name": "Algorithm", + "authors": [ + "Marshall Clow" + ], + "description": "A collection of useful generic algorithms.", + "category": [ + "Algorithms" + ], + "maintainers": [ + "Marshall Clow " + ] + }, + { + "key": "algorithm/minmax", + "name": "Min-Max", + "authors": [ + "Hervé Brönnimann" + ], + "description": "Standard library extensions for simultaneous min/max and min/max element computations.", + "documentation": "minmax/", + "category": [ + "Algorithms" + ], + "maintainers": [ + "Marshall Clow " + ] + }, + { + "key": "algorithm/string", + "name": "String Algo", + "authors": [ + "Pavol Droba" + ], + "description": "String algorithms library.", + "documentation": "string/", + "category": [ + "Algorithms", + "String" + ], + "maintainers": [ + "Marshall Clow " + ] + } +] \ No newline at end of file