this repo has no description
1opam-version: "2.0"
2homepage: "http://github.com/ocaml/odoc"
3doc: "https://ocaml.github.io/odoc/"
4bug-reports: "https://github.com/ocaml/odoc/issues"
5license: "ISC"
6
7authors: [
8 "Thomas Refis <trefis@janestreet.com>"
9 "David Sheets <sheets@alum.mit.edu>"
10 "Leo White <leo@lpw25.net>"
11 "Anton Bachin <antonbachin@yahoo.com>"
12 "Jon Ludlam <jon@recoil.org>"
13 "Jules Aguillon <juloo.dsi@gmail.com>"
14 "Lubega Simon <lubegasimon73@gmail.com>"
15]
16maintainer: "Jon Ludlam <jon@recoil.org>"
17dev-repo: "git+https://github.com/ocaml/odoc.git"
18
19synopsis: "OCaml documentation generator"
20description: """
21Odoc is a documentation generator for OCaml. It reads doc comments,
22delimited with `(** ... *)`, and outputs HTML.
23"""
24
25depends: [
26 "odoc-parser" {>= "2.0.0" & < "2.3.0"}
27 "astring"
28 "cmdliner" {>= "1.0.0" & < "2.0.0"}
29 "cppo" {build & >= "1.1.0"}
30 "dune" {>= "3.0.2"}
31 "fpath"
32 "ocaml" {>= "4.02.0" & < "5.1"}
33 "result"
34 "tyxml" {>= "4.3.0"}
35 "fmt"
36
37 "ocamlfind" {with-test}
38 "yojson" {< "2.0.0" & with-test}
39 ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
40 "conf-jq" {with-test}
41
42 "ppx_expect" {with-test}
43 "bos" {with-test}
44 "crunch" {with-test}
45
46 ("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
47 ("ocaml" {< "4.03.0" & with-test} | "mdx" {with-test})
48]
49
50build: [
51 ["dune" "subst"] {dev}
52 ["dune" "build" "-p" name "-j" jobs]
53]
54url {
55 src: "https://github.com/ocaml/odoc/releases/download/2.2.0/odoc-2.2.0.tbz"
56 checksum: [
57 "sha256=6818c971fc0c3eed9d3d143389f80739b1618af70b9fdb443b35bd7f0121740c"
58 "sha512=9f8fc2ee6b25629474e8aa69dd460becab9277261578af0f7b97f7f779cc5f1056d1b5f14ab583b9b94ea097e5df2d6e35040f2a4887021209705486f9d44a22"
59 ]
60}
61x-commit-hash: "103dac4c370aa2ad5aca7ba54f02f8e06adb941b"