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: "Anton Bachin <antonbachin@yahoo.com>"
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.13"}
31 "result"
32 "tyxml" {>= "4.3.0"}
33
34 "alcotest" {dev & >= "0.8.3"}
35 "markup" {dev & >= "1.0.0"}
36 "ocamlfind" {dev}
37 "sexplib" {dev & >= "113.33.00"}
38
39 "bisect_ppx" {dev & >= "1.3.0"}
40]
41
42build: [
43 ["dune" "subst"] {dev}
44 ["dune" "build" "-p" name "-j" jobs]
45]
46x-commit-hash: "c0df8ce2171fa9645a41f371429aa3ddc16de5c1"
47url {
48 src: "https://github.com/ocaml/odoc/releases/download/1.5.2/odoc-1.5.2.tbz"
49 checksum: [
50 "sha256=d24463f2660bc28c72cda001478360158e953721c9e23fb361ec4783113c4871"
51 "sha512=e6c83630325de422f31cda8f88c038d213969f8b98e989593c057658f3956c0855860c9bc38f61b6479929516ca95aee689ddfba3ad8c47d821c4fdf54524cf9"
52 ]
53}