File: dune

package info (click to toggle)
ocaml-websocket 2.17-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 344 kB
  • sloc: ml: 1,597; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
(executable
 (name reynir)
 (modules reynir)
 (libraries conduit-lwt-unix websocket-lwt-unix))

(executable
 (name upgrade_connection)
 (modules upgrade_connection)
 (libraries logs.fmt logs.lwt websocket_cohttp_lwt sexplib))