From 6e33072832286365e61f3b35ac6b04ca95ec7355 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 25 Jul 2017 06:54:35 -0700 Subject: [PATCH] Add library metadata --- CHANGELOG.md | 1 + meta/libraries.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 meta/libraries.json 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 " + ] +}