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 " + ] +}