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

Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:12:34 +01:00
parent 44c72a10dc
commit 2d7fea5944

14
meta/libraries.json Normal file
View File

@@ -0,0 +1,14 @@
{
"key": "wave",
"name": "Wave",
"authors": [
"Hartmut Kaiser"
],
"description": "The Boost.Wave library is a Standards conformant, and highly configurable implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface.",
"category": [
"String"
],
"maintainers": [
"Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
]
}