mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 06:15:24 +02:00
Add library metadata
This commit is contained in:
@@ -14,6 +14,7 @@ Version 86:
|
|||||||
* Normalize doc build scripts
|
* Normalize doc build scripts
|
||||||
* Use configured doxygen and xsltproc
|
* Use configured doxygen and xsltproc
|
||||||
* Fix Deferred Body Type Example Documentation
|
* Fix Deferred Body Type Example Documentation
|
||||||
|
* Add library metadata
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
15
meta/libraries.json
Normal file
15
meta/libraries.json
Normal 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>"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user