File: dune

package info (click to toggle)
ocaml-websocket 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ml: 1,611; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(library
 (name websocket_lwt_unix)
 (public_name websocket-lwt-unix)
 (modules websocket_lwt_unix)
 (optional)
 (libraries lwt_log cohttp-lwt-unix websocket))

(library
 (name websocket_cohttp_lwt)
 (public_name websocket-lwt-unix.cohttp)
 (modules websocket_cohttp_lwt)
 (optional)
 (libraries websocket cohttp-lwt-unix))

(executable
 (name wscat)
 (public_name wscat-lwt)
 (package websocket-lwt-unix)
 (modules wscat)
 (libraries conduit-lwt-unix websocket-lwt-unix sexplib))