diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..90d1218 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,11 @@ +{ + "key": "system", + "name": "System", + "authors": [ + "Beman Dawes" + ], + "description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.", + "category": [ + "System" + ] +}