mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
11 lines
246 B
TOML
11 lines
246 B
TOML
#TODO missing script for installation, lacking build instructions
|
|
[source]
|
|
git = "https://github.com/zaphoyd/websocketpp"
|
|
rev = "56123c87598f8b1dd471be83ca841ceae07f95ba"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib",
|
|
]
|