(lang dune 3.21) (using dune_site 0.1) (name odoc) (documentation "https://ocaml.org/p/odoc") (source (github ocaml/odoc)) (license ISC) (authors "Anton Bachin " "Daniel B\195\188nzli " "David Sheets " "Jon Ludlam " "Jules Aguillon " "Leo White " "Lubega Simon " "Paul-Elliot Angl\195\168s d'Auriac " "Thomas Refis " "Arthur Wendling " "Emile Trotignon ") (maintainers "Daniel B\195\188nzli " "Jon Ludlam " "Jules Aguillon " "Paul-Elliot Angl\195\168s d'Auriac ") (cram enable) (package (name odoc) (sites (lib extensions)) (depends base64 (cmdliner :with-doc) (odoc-md :with-doc) (sherlodoc :with-doc) (odoc-driver :with-doc)) ) (package (name odoc-parser) (depends (odoc :with-doc)) ) (package (name odoc-md)) (package (name odoc-driver) (depends (odoc :with-doc) (sherlodoc :with-doc))) (package (name odoc-bench) (allow_empty)) (package (name sherlodoc)) (using mdx 0.3) ; Sherlodoc (using menhir 2.1) (using directory-targets 0.1)