iter/src/bigarray/dune
2021-11-19 09:52:18 -05:00

18 lines
377 B
Text

(library
(name iter_bigarray)
(public_name iter.bigarray)
(libraries iter bigarray unix)
(modules IterBigarray IterBigarrayShims_)
(wrapped false)
(optional))
(executable
(name mkshims)
(modules mkshims)
(libraries dune.configurator))
(rule
(targets IterBigarrayShims_.ml)
(deps mkshims.exe)
(action (with-stdout-to %{targets} (run ./mkshims.exe))))