17 lines
283 B
Text
17 lines
283 B
Text
|
|
(executable
|
||
|
|
(name driver)
|
||
|
|
(enabled_if
|
||
|
|
(and
|
||
|
|
(>= %{ocaml_version} "4.09")
|
||
|
|
(< %{ocaml_version} "4.13")))
|
||
|
|
(libraries ppxlib)
|
||
|
|
(preprocess
|
||
|
|
(pps ppxlib.metaquot)))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(enabled_if
|
||
|
|
(and
|
||
|
|
(>= %{ocaml_version} "4.09")
|
||
|
|
(< %{ocaml_version} "4.13")))
|
||
|
|
(deps driver.exe))
|