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
37 "ocamlfind" {with-test}
38 "yojson" {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
45 "bisect_ppx" {dev & > "2.5.0"}
46 ("ocaml" {< "4.03.0" & dev} | "mdx" {dev})
47]
48
49build: [
50 ["dune" "subst"] {dev}
51 ["dune" "build" "-p" name "-j" jobs]
52]
53url {
54 src: "https://github.com/ocaml/odoc/releases/download/2.1.0/odoc-2.1.0.tbz"
55 checksum: [
56 "sha256=65a2523a50ee368164f1f24f75866a6a36cdb0d00039c3006ec824351d4e4967"
57 "sha512=cf4d7e884b94a9b9c4bcb62d4423d7289d7bbbf2642c5eacf9577b76eb835cf6ecc79d2384d36d174d2e9d8f758b5082c0c4bf8f66b5c6db4e9805dc3fc9ee1a"
58 ]
59}
60x-commit-hash: "d654ee2a4ff3e1465dcf92b882c26de71f7a9986"