2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

Merge pull request #4 from danieljames/metadata

Create metadata file.
This commit is contained in:
Joel de Guzman
2014-08-19 06:08:32 +08:00

17
meta/libraries.json Normal file
View File

@@ -0,0 +1,17 @@
{
"key": "phoenix",
"name": "Phoenix",
"authors": [
"Joel de Guzman",
"Dan Marsden",
"Thomas Heller"
],
"description": "Define small unnamed function objects at the actual call site, and more.",
"category": [
"Function-objects"
],
"maintainers": [
"Joel de Guzman <joel -at- boost-consulting.com>",
"Thomas Heller <thom.heller -at- gmail.com>"
]
}