mirror of
https://github.com/c-cube/iter.git
synced 2025-12-07 03:35:32 -05:00
20 lines
372 B
Text
20 lines
372 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))))
|