Merge pull request #3 from danieljames/feature/add-metadata

Metadata pull request against develop, with version included.
This commit is contained in:
Peter Dimov
2014-02-28 02:03:40 +02:00

17
meta/libraries.json Normal file
View File

@@ -0,0 +1,17 @@
{
"key": "assert",
"boost-version": "1.27.0",
"name": "Assert",
"authors": [
"Peter Dimov"
],
"maintainers": [
"Peter Dimov <pdimov -at- pdimov.com>"
],
"description": "Customizable assert macros.",
"std-proposal": false,
"std-tr1": false,
"category": [
"Correctness"
]
}