(rule (targets cmi.ml) (deps (:x cmi.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets cmi.ml) (deps (:x cmi.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets cmi.mli) (deps (:x cmi.cppo.mli)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets cmi.mli) (deps (:x cmi.cppo.mli)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets cmti.ml) (deps (:x cmti.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets cmti.ml) (deps (:x cmti.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets cmt.ml) (deps (:x cmt.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets cmt.ml) (deps (:x cmt.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets doc_attr.ml) (deps (:x doc_attr.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets doc_attr.ml) (deps (:x doc_attr.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets ident_env.ml) (deps (:x ident_env.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets ident_env.ml) (deps (:x ident_env.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets implementation.ml) (deps (:x implementation.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets implementation.ml) (deps (:x implementation.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets odoc_loader.ml) (deps (:x odoc_loader.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets odoc_loader.ml) (deps (:x odoc_loader.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (rule (targets typedtree_traverse.ml) (deps (:x typedtree_traverse.cppo.ml)) (enabled_if (not %{ocaml-config:ox})) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets}))) (rule (targets typedtree_traverse.ml) (deps (:x typedtree_traverse.cppo.ml)) (enabled_if %{ocaml-config:ox}) (action (run %{bin:cppo} -V OCAML:%{ocaml_version} -D OXCAML %{x} -o %{targets}))) (library (name odoc_loader) (public_name odoc.loader) (libraries odoc_model odoc-parser syntax_highlighter odoc_document odoc_utils compiler-libs.optcomp))