diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e20d48..7fd149df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Version 86: * Normalize doc build scripts * Use configured doxygen and xsltproc * Fix Deferred Body Type Example Documentation +* Add library metadata -------------------------------------------------------------------------------- diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 00000000..b37a9720 --- /dev/null +++ b/meta/libraries.json @@ -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 " + ] +}