Add library metadata

This commit is contained in:
Vinnie Falco
2017-07-25 06:54:35 -07:00
parent 73871cfb7f
commit 6e33072832
2 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Version 86:
* Normalize doc build scripts
* Use configured doxygen and xsltproc
* Fix Deferred Body Type Example Documentation
* Add library metadata
--------------------------------------------------------------------------------

15
meta/libraries.json Normal file
View File

@@ -0,0 +1,15 @@
{
"key": "beast",
"name": "Beast",
"authors": [
"Vinnie Falco"
],
"description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio",
"category": [
"Concurrent",
"IO"
],
"maintainers": [
"Vinnie Falco <vinnie.falco@gmail.com>"
]
}