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