mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Add library metadata
This commit is contained in:
@@ -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
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