(library
 (name Domain_local_timeout)
 (public_name domain-local-timeout)
 (libraries thread-table psq mtime mtime.clock.os))

(rule
 (targets domain.ml)
 (deps domain.ocaml4.ml)
 (enabled_if
  (< %{ocaml_version} 5.0.0))
 (action
  (progn
   (copy domain.ocaml4.ml domain.ml))))
