File: dune

package info (click to toggle)
js-of-ocaml 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,372 kB
  • sloc: ml: 70,468; javascript: 8,238; ansic: 319; makefile: 217; lisp: 23; sh: 6; perl: 4
file content (22 lines) | stat: -rw-r--r-- 543 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
(library
 (name toplevel_expect_test)
 (libraries compiler-libs.common compiler-libs.toplevel))

(rule
 (targets toplevel_expect_test.ml)
 (deps
  ../select/select.exe
  toplevel_expect_test.ml-4.04
  toplevel_expect_test.ml-4.05
  toplevel_expect_test.ml-4.08
  toplevel_expect_test.ml-4.09
  toplevel_expect_test.ml-4.10
  toplevel_expect_test.ml-4.11
  toplevel_expect_test.ml-4.12
  toplevel_expect_test.ml-4.13
  toplevel_expect_test.ml-4.14
  toplevel_expect_test.ml-default)
 (action
  (with-stdout-to
   %{targets}
   (run %{deps}))))