From dcfac1423f14e79003cdab16714f10915ad52a6f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 14:59:48 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..6345c37 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,12 @@ +{ + "key": "integer", + "name": "Integer", + "description": "The organization of boost integer headers and classes is designed to take advantage of types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header makes the standard integer types safely available in namespace boost without placing any names in namespace std.", + "category": [ + "Math" + ], + "authors": "", + "maintainers": [ + "Daryle Walker " + ] +}