this repo has no description
1opam-version: "2.0"
2homepage: "https://github.com/ocaml/odoc"
3doc: "https://ocaml.github.io/odoc/"
4bug-reports: "https://github.com/ocaml/odoc/issues"
5license: "ISC"
6flags: [ avoid-version ]
7
8maintainer: [
9 "Daniel Bünzli <daniel.buenzli@erratique.ch>"
10 "Jon Ludlam <jon@recoil.org>"
11 "Jules Aguillon <juloo.dsi@gmail.com>"
12 "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>"
13]
14authors: [
15 "Anton Bachin <antonbachin@yahoo.com>"
16 "Daniel Bünzli <daniel.buenzli@erratique.ch>"
17 "David Sheets <sheets@alum.mit.edu>"
18 "Jon Ludlam <jon@recoil.org>"
19 "Jules Aguillon <juloo.dsi@gmail.com>"
20 "Leo White <leo@lpw25.net>"
21 "Lubega Simon <lubegasimon73@gmail.com>"
22 "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>"
23 "Thomas Refis <trefis@janestreet.com>"
24]
25dev-repo: "git+https://github.com/ocaml/odoc.git"
26
27synopsis: "OCaml Documentation Generator - Driver"
28description: """
29The driver is a sample implementation of a tool to drive odoc to generate
30documentation for installed packages.
31"""
32
33
34depends: [
35 "ocaml" {>= "5.1.0"}
36 "odoc" {= version}
37 "dune" {>= "3.7.0"}
38 "odoc-md"
39 "bos"
40 "fpath"
41 "yojson" {>= "2.0.0"}
42 "ocamlfind"
43 "opam-format" {>= "2.1.0"}
44 "logs"
45 "eio_main"
46 "eio" {>= "1.0"}
47 "progress"
48 "cmdliner" {>= "1.1.0"}
49 "sexplib"
50 "ppx_sexp_conv"
51 "sherlodoc"
52]
53
54build: [
55 ["dune" "subst"] {dev}
56 [
57 "dune"
58 "build"
59 "-p"
60 name
61 "-j"
62 jobs
63 "@install"
64 "@doc" {with-doc}
65 ]
66]
67
68x-maintenance-intent: ["(latest)"]
69url {
70 src:
71 "https://github.com/ocaml/odoc/releases/download/3.0.0_beta1/odoc-3.0.0.beta1.tbz"
72 checksum: [
73 "sha256=237473ccb54db660c0d476529268df4095a437906612f2ab5f01979852ca01ef"
74 "sha512=c758448306f867e90203634b5e4e63b83b4c14ab293f5e0623fb2d3a852b4e944998b174a4b0ea758b098eef588aab92882095e28a59ed6b430677c0497fd70b"
75 ]
76}
77x-commit-hash: "12ad5b5ff2a37d24070553180167d9cdbe631b80"
78