(rule
  (targets flambda.flags)
  (deps (file mkflags.ml))
  (mode fallback)
  (action (run ocaml ./mkflags.ml)))

(library
  (name oseq)
  (public_name oseq)
  (wrapped false)
  (modules OSeq)
  (flags :standard -safe-string -warn-error -a+8)
  (ocamlopt_flags :standard (:include flambda.flags)))
