2
0
mirror of https://github.com/boostorg/proto.git synced 2026-01-19 04:22:16 +00:00

Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:09:30 +01:00
parent 79076a9273
commit 0e033e1eae

14
meta/libraries.json Normal file
View File

@@ -0,0 +1,14 @@
{
"key": "proto",
"name": "Proto",
"authors": [
"Eric Niebler"
],
"description": "Expression template library and compiler construction toolkit for domain-specific embedded languages.",
"category": [
"Metaprogramming"
],
"maintainers": [
"Eric Niebler <eric -at- boostpro.com>"
]
}