redox/recipes/wip/libs/other/libwebsocketpp/recipe.toml
2026-03-24 18:55:54 -03:00

12 lines
231 B
TOML

#TODO missing script for installation, lacking build instructions
[source]
git = "https://github.com/zaphoyd/websocketpp"
rev = "0.8.2"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"openssl3",
"zlib",
]