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 (36 lines) | stat: -rw-r--r-- 552 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
(cram
 (alias runtest-windows)
 (deps
   trivial.exe
   configure.exe
   configure_invalid.exe
   default.exe
   run_empty_default.exe
   run_empty_once.exe
   run_empty_nowait.exe
   alive.exe
   stop.exe
   backend_fd.exe
   backend_timeout.exe
   now.exe
   update_time.exe
 ))

(executables
 (names
   trivial
   configure
   configure_invalid
   default
   run_empty_default
   run_empty_once
   run_empty_nowait
   alive
   stop
   backend_fd
   backend_timeout
   now
   update_time
 )
 (libraries luv unit_helpers)
 (flags -open Unit_helpers))