From 5c72e70cfbe3be0f20d9b311b10f0d3598223662 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:07:58 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 000000000..ce2f2eb18 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "multiprecision", + "name": "Multiprecision", + "authors": [ + "John Maddock", + "Christopher Kormanyos" + ], + "description": "Extended precision arithmetic types for floating point, integer andrational arithmetic.", + "category": [ + "Math" + ], + "maintainers": [ + "John Maddock ", + "christopher Kormanyos " + ] +}