Add metadata file.

This commit is contained in:
Daniel James 2014-08-18 14:59:22 +01:00
parent 64c3fc568c
commit b6c2e9e10b

20
meta/libraries.json Normal file
View File

@ -0,0 +1,20 @@
{
"key": "fusion",
"name": "Fusion",
"authors": [
"Joel de Guzman",
"Dan Marsden",
"Tobias Schwinger"
],
"description": "Library for working with tuples, including various containers, algorithms, etc.",
"documentation": "doc/html/",
"category": [
"Data",
"Metaprogramming"
],
"maintainers": [
"Joel de Guzman <joel -at- boost-consulting.com>",
"Dan Marsden <danmarsden -at- yahoo.co.uk>",
"Tobias Schwinger <tschwinger -at- isonews2.com>"
]
}