summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/beast/meta/libraries.json
blob: 3399a3fc0c6b3725235759e05a909726e3745784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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>"
    ],
    "cxxstd": "11"
}