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" & < "5.0"}
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.2/odoc-2.0.2.tbz"
62 checksum: [
63 "sha256=41fb15e43f49a3b1f436115d1358a0c7a61d38fea9a2b56861af859863629ff0"
64 "sha512=4762ee06d0a58fe22b44f6a0c0dda4890f919e6eaa0bd07706a425c00bd39f4a74e0222f2bd5810e3ea9347596ac6a7e835932a440362c82a22c0e1eb61f2a58"
65 ]
66}
67x-commit-hash: "b266aabde8a1bd8094bd1bca9401748a7195076a"