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 (13 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
(library
 (name websocket_async)
  (public_name websocket-async)
  (modules websocket_async)
  (optional)
  (libraries websocket logs-async cohttp-async))

(executable
 (name wscat)
 (public_name wscat-async)
 (package websocket-async)
 (modules wscat)
 (libraries core_unix.command_unix uri.services logs-async-reporter websocket-async))