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 (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
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))