(library
  (name algo)
  (public_name dose3.algo)
  ; -no-strict-sequence not added until 4.03!
  (flags (:standard \ -strict-sequence) -w -3)
  (modules (:standard \ tests bench))
  (libraries dose3.common ocamlgraph)
  (preprocess (action (run %{bin:cppo} -D "OCAMLGRAPHVERSION 200" -V OCAML:%{ocaml_version} %{input-file}))))
