mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
18 lines
377 B
Text
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))))
|