File: dune

package info (click to toggle)
ocaml-luv 0.5.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,504 kB
  • sloc: ml: 11,130; makefile: 6,223; sh: 4,592; ansic: 1,517; python: 38
file content (40 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
(cram
 (alias runtest-windows)
 (deps
   trivial.exe
   loop.exe
   start.exe
   double_start.exe
   repeated_start_leak.exe
   stop.exe
   again.exe
   close_leak.exe
   double_close.exe
   multithreading.exe
   busywait_deadlock.exe
   exception.exe
   is_active.exe
   is_closing.exe
   ref.exe
 ))

(executables
 (names
   trivial
   loop
   start
   double_start
   repeated_start_leak
   stop
   again
   close_leak
   double_close
   multithreading
   busywait_deadlock
   exception
   is_active
   is_closing
   ref
 )
 (libraries luv unit_helpers)
 (flags -open Unit_helpers))