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 (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
(executable
 (name test_lwt)
 (libraries lwt.unix markup-lwt.unix ounit2 test_support))

(rule
 (alias runtest)
 (package markup-lwt)
 (action (run %{exe:test_lwt.exe} -runner sequential)))