this repo has no description
1opam-version: "2.0"
2
3homepage: "http://github.com/ocaml/odoc"
4doc: "https://ocaml.github.io/odoc/"
5bug-reports: "https://github.com/ocaml/odoc/issues"
6license: "ISC"
7
8authors: [
9 "Thomas Refis <trefis@janestreet.com>"
10 "David Sheets <sheets@alum.mit.edu>"
11 "Leo White <leo@lpw25.net>"
12 "Anton Bachin <antonbachin@yahoo.com>"
13 "Jon Ludlam <jon@recoil.org>"
14]
15maintainer: "Jon Ludlam <jon@recoil.org>"
16dev-repo: "git+https://github.com/ocaml/odoc.git"
17
18synopsis: "OCaml documentation generator"
19description: """
20Odoc is a documentation generator for OCaml. It reads doc comments,
21delimited with `(** ... *)`, and outputs HTML.
22"""
23
24depends: [
25 "astring"
26 "cmdliner" {>= "1.0.0" & < "2.0.0"}
27 "cppo" {build & >= "1.1.0"}
28 "dune"
29 "fpath"
30 "ocaml" {>= "4.02.0" & < "4.14"}
31 "result"
32 "tyxml" {>= "4.3.0"}
33
34 "alcotest" {dev & >= "0.8.3" & with-test}
35 "markup" {dev & >= "1.0.0" & with-test}
36 "ocamlfind" {dev}
37 "sexplib" {dev & >= "113.33.00" & with-test}
38
39 "bisect_ppx" {dev & >= "1.3.0"}
40]
41
42build: [
43 ["dune" "subst"] {dev}
44 ["dune" "build" "-p" name "-j" jobs]
45]
46url {
47 src: "https://github.com/ocaml/odoc/releases/download/1.5.3/odoc-1.5.3.tbz"
48 checksum: [
49 "sha256=f2b76f811658c4b52cb48ac4ffc2ec37cedd2a805111c7f8ec20f8f36b8bbf45"
50 "sha512=9e069590e0737c94813d25235b5cfe27feb5a0298a17ff9b9ee446c69827c3a0ea3b7da5d05b278639cd1f0202e0d83356707979edfaa2af73876fc000c23c4d"
51 ]
52}
53x-commit-hash: "8de4a36814533b25b461373fe5c0f54db55e5e7c"