summaryrefslogtreecommitdiff
path: root/examples/dune
blob: 887559fc82b67a2ca7b7f52850b5d88b2776e1f6 (plain)
1
2
3
4
5
6
7
8
9
(executable
 (name http)
 (modules http)
 (libraries duppy))

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