File: dune

package info (click to toggle)
obus 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,480 kB
  • sloc: ml: 14,675; lisp: 52; makefile: 11; xml: 8
file content (11 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
(executable
 (name main)
 (modules main gen_random  progress
  test_serialization test_validation
  test_auth test_communication test_gc)
 (libraries lwt obus)
 (preprocess (pps lwt_ppx)))

(alias
 (name   runtest)
 (action (run ./main.exe)))