lustrec/src/utils/dune @ 75c459f4
1 |
; (include_subdirs no) |
---|---|
2 |
|
3 |
(rule |
4 |
(target ocaml_utils.ml) |
5 |
(deps ocaml_utils.ml.lt403) |
6 |
(action (copy %{deps} %{target})) |
7 |
(enabled_if (< %{ocaml_version} 4.0.3))) |
8 |
(rule |
9 |
(target ocaml_utils.ml) |
10 |
(deps ocaml_utils.ml.ge403) |
11 |
(action (copy %{deps} %{target})) |
12 |
(enabled_if (>= %{ocaml_version} 4.0.3))) |
13 |
|
14 |
; (library |
15 |
; (name utils) |
16 |
; (package lustrec) |
17 |
; (wrapped false) |
18 |
; (libraries ocamlgraph unix)) |