Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:07:21 +01:00
parent 4fd5cf3d13
commit 68efa1b3ab

14
meta/libraries.json Normal file
View File

@@ -0,0 +1,14 @@
{
"key": "move",
"name": "Move",
"authors": [
"Ion Gazta\u00f1aga"
],
"description": "Portable move semantics for C++03 and C++11 compilers.",
"category": [
"Emulation"
],
"maintainers": [
"Ion Gaztanaga <igaztanaga -at- gmail.com>"
]
}