diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..1bc20a8 --- /dev/null +++ b/meta/libraries.json @@ -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 " + ] +}