mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 02:58:24 -05:00
11 lines
260 B
JSON
Executable File
11 lines
260 B
JSON
Executable File
{
|
|
"name": "beast",
|
|
"version-string": "0",
|
|
"port-version": 1,
|
|
"description": "HTTP/1 and WebSocket, header-only using Boost.Asio and C++11",
|
|
"homepage": "https://www.boost.org/doc/libs/release/libs/beast/",
|
|
"dependencies": [
|
|
"boost-beast"
|
|
]
|
|
}
|