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" {>= "0.9.0" & < "2.0.0"}
27 "astring"
28 "cmdliner" {>= "1.0.0" & < "2.0.0"}
29 "cppo" {build & >= "1.1.0"}
30 "dune" {>= "2.9.1"}
31 "fpath"
32 "ocaml" {>= "4.02.0" & < "4.14"}
33 "result"
34 "tyxml" {>= "4.3.0"}
35 "fmt"
36 "logs"
37 "re" {>= "1.7.2"}
38
39 "ocaml-migrate-parsetree" {>= "1.0.6"}
40
41 "ocaml-version" {with-test & >= "2.3.0"}
42 "lwt" {with-test}
43 "alcotest" {with-test & >= "0.8.3"}
44 "markup" {with-test & >= "1.0.0"}
45 "ocamlfind" {with-test}
46 "yojson" {with-test}
47 ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
48 "conf-jq" {with-test}
49
50 "bisect_ppx" {dev & = "2.5.0"}
51 "ppx_expect" {with-test}
52 ("ocaml" {< "4.03.0" & with-test} | "mdx" {with-test})
53 "bos" {with-test}
54]
55
56build: [
57 ["dune" "subst"] {dev}
58 ["dune" "build" "-p" name "-j" jobs]
59]
60url {
61 src: "https://github.com/ocaml/odoc/releases/download/2.0.0/odoc-2.0.0.tbz"
62 checksum: [
63 "sha256=8c31eb2aff18b4b90898afa341f4457cc7a29658caacf9cc9594bdc8120cd007"
64 "sha512=8649ae418877a1b85c74369e3c6897a3d38f8f237e37b8fa6050ce8f9edf6faf92427dbf3d915412c86d2fa777bfc901867ffa793b05ecd08e676f280c5fb60a"
65 ]
66}
67x-commit-hash: "34ef06a986a291c8338e62f8de517a1d7ed63e0a"