(library
 (name iter)
 (public_name iter)
 (wrapped false)
 (modules Iter IterLabels)
 (flags :standard -w +a-4 -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)))
