File: dune

package info (click to toggle)
ocaml-optint 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ml: 687; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(executable
 (name fuzz)
 (modules fuzz)
 (libraries fmt crowbar optint))

(alias
 (name runtest)
 (deps (:fuzz fuzz.exe))
 (action (run %{fuzz})))

(executable
 (name fuzz_int63)
 (modules fuzz_int63)
 (libraries monolith optint))

(alias
 (name monolith)
 (deps (:fuzz fuzz_int63.exe))
 (action (run %{fuzz})))