Merge pull request #5 from danieljames/metadata

Create metadata file.
This commit is contained in:
rxg 2014-08-24 23:54:48 -04:00
commit 43ef0fec88

15
meta/libraries.json Normal file
View File

@ -0,0 +1,15 @@
{
"key": "multi_array",
"name": "Multi-Array",
"authors": [
"Ron Garcia"
],
"description": "Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface.",
"category": [
"Containers",
"Math"
],
"maintainers": [
"Ronald Garcia <garcia -at- osl.iu.edu>"
]
}