File: dune

package info (click to toggle)
ocaml-cohttp 6.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: ml: 13,107; makefile: 20; sh: 18; javascript: 18
file content (26 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(executables
 (names
  server1
  server2
  client1
  docker_client
  client_timeout
  client_tls
  client_proxy)
 (libraries
  cohttp-eio
  cmdliner
  eio_main
  eio.unix
  fmt
  unix
  logs.fmt
  logs.threaded
  tls-eio
  ca-certs
  mirage-crypto-rng.unix))

(alias
 (name runtest)
 (package cohttp-eio)
 (deps server1.exe))