this repo has no description
at main 22 lines 392 B view raw
1(rule 2 (targets compat.ml) 3 (deps 4 (:x compat.cppo.ml)) 5 (action 6 (chdir 7 %{workspace_root} 8 (run %{bin:cppo} -V OCAML:%{ocaml_version} %{x} -o %{targets})))) 9 10(library 11 (name odoc_document) 12 (public_name odoc.document) 13 (instrumentation 14 (backend landmarks --auto)) 15 (libraries 16 odoc_model 17 odoc_extension_registry 18 fpath 19 astring 20 syntax_highlighter 21 odoc_utils 22 odoc_index))