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.1/odoc-2.0.1.tbz"
62 checksum: [
63 "sha256=1fdab1d727133998e1ade2cb615af9893dace313ddc8cf562470b215e36fe481"
64 "sha512=884de376164105b7fd25c1efe3780afe04a8635b17909a40a48ce8dfea299c4ca91a1a4755e2f76e13ec413cd6ab86de1dbc761d59cd5dd8318574c4b89e5334"
65 ]
66}
67x-commit-hash: "30b3aafd271a211d8f7d875a2285dfe3758288da"