File: dune

package info (click to toggle)
ocaml-markup 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,340 kB
  • sloc: ml: 15,131; makefile: 89
file content (19 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(library
 (name performance_common)
 (modules performance_common)
 (libraries unix))

(executable
 (name performance_markup)
 (modules performance_markup)
 (libraries markup performance_common unix))

(executable
 (name performance_nethtml)
 (modules performance_nethtml)
 (libraries threads netstring performance_common))

(executable
 (name performance_xmlm)
 (modules performance_xmlm)
 (libraries unix performance_common xmlm))