iter/src/bigarray/dune
2020-05-13 09:53:44 -04:00

20 lines
484 B
Text

(library
(name iter_bigarray)
(public_name iter.bigarray)
(libraries iter bigarray unix)
(modules IterBigarray IterBigarrayShims_)
(wrapped false)
(optional)
(flags :standard -warn-error -a+8 -safe-string)
(ocamlopt_flags :standard (:include ../flambda.flags)))
(executable
(name mkshims)
(modules mkshims)
(libraries dune.configurator))
(rule
(targets IterBigarrayShims_.ml)
(deps mkshims.exe)
(action (with-stdout-to %{targets} (run ./mkshims.exe))))