vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
161 stars 44 forks source link

Unable to build `websocket-lwt-unix` package #137

Closed Merlin04 closed 3 weeks ago

Merlin04 commented 3 weeks ago

I'm trying to build this locally, but getting an error when I run dune build -p websocket-lwt-unix:

> dune build -p websocket-lwt-unix
File "lwt/dune", line 20, characters 29-47:
20 |  (libraries conduit-lwt-unix websocket-lwt-unix))
                                  ^^^^^^^^^^^^^^^^^^
Error: Library "websocket-lwt-unix" in _build/default/lwt is hidden (optional
with unavailable dependencies).
-> required by _build/default/lwt/wscat.exe
-> required by _build/install/default/bin/wscat-lwt
-> required by _build/default/websocket-lwt-unix.install
-> required by alias install
Merlin04 commented 3 weeks ago

Never mind - needed to install websocket first