iter/src/dune
2023-05-15 09:18:15 -04:00

12 lines
287 B
Text

(library
(name iter)
(public_name iter)
(wrapped false)
(modules Iter IterLabels)
(flags :standard -w +a -warn-error -a+8 -nolabels))
(env
(_
(flags :standard -w +a -warn-error -a+8 -strict-sequence)
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20)))