summaryrefslogtreecommitdiff
path: root/examples/dune
blob: 99609cfb7028d031321b31cbb63579921416cad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(executable
 (name http)
 (modules http)
 (libraries duppy))

(executable
 (name http_domain)
 (modules http_domain)
 (enabled_if
  (<= 5.0.0 %{ocaml_version}))
 (libraries duppy))

(executable
 (name telnet)
 (modules telnet)
 (libraries duppy))