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