opam-version: "2.0" homepage: "https://github.com/ocaml/odoc" doc: "https://ocaml.github.io/odoc/" bug-reports: "https://github.com/ocaml/odoc/issues" license: "ISC" maintainer: [ "Daniel Bünzli " "Jon Ludlam " "Jules Aguillon " "Paul-Elliot Anglès d'Auriac " ] authors: [ "Anton Bachin " "Daniel Bünzli " "David Sheets " "Jon Ludlam " "Jules Aguillon " "Leo White " "Lubega Simon " "Paul-Elliot Anglès d'Auriac " "Thomas Refis " ] dev-repo: "git+https://github.com/ocaml/odoc.git" synopsis: "OCaml Documentation Generator - Driver" description: """ The driver is a sample implementation of a tool to drive odoc to generate documentation for installed packages. """ depends: [ "ocaml" {>= "5.1.0"} "odoc" {= version} "dune" {>= "3.7.0"} "odoc-md" "bos" "fpath" "yojson" {>= "2.0.0"} "ocamlfind" "opam-format" {>= "2.1.0"} "logs" "eio_main" "eio" {>= "1.0"} "progress" "cmdliner" {>= "1.1.0"} "sexplib" "ppx_sexp_conv" "sherlodoc" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-maintenance-intent: ["(latest)"] url { src: "https://github.com/ocaml/odoc/releases/download/3.0.0/odoc-3.0.0.tbz" checksum: [ "sha256=ce84fa7e0cc5f3e8a54e6adeb10826152798b602057b9e46c5ae7e5d5206812b" "sha512=9febd413450ca2e3824c9ef7e1c9ae8d8094aa72ed71327a69d8d6b42f6f197b3f3f40d674de0d11fa1242ee0df95c693b5d74467d530704e1339f3a523452f6" ] } x-commit-hash: "90e679061f68c5e5ee5915e280f63d842f41f300"