From 9b8b326ecc403228ce9cf16dda0fceb686dc0a51 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:00:09 +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..1e2b3e9 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "io", + "name": "IO State Savers", + "authors": [ + "Daryle Walker" + ], + "description": "The I/O sub-library of Boost helps segregate the large number of Boost headers. This sub-library should contain various items to use with/for the standard I/O library.", + "documentation": "doc/ios_state.html", + "category": [ + "IO" + ], + "maintainers": [ + "Daryle Walker " + ] +}