File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ homepage: "http://github.com/ocaml/odoc"
4
+ doc: "https://ocaml.github.io/odoc/"
5
+ bug-reports: "https://github.com/ocaml/odoc/issues"
6
+ license: "ISC"
7
+
8
+ authors: [
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
+ ]
15
+ maintainer: "Anton Bachin <antonbachin@yahoo.com>"
16
+ dev-repo: "git+https://github.com/ocaml/odoc.git"
17
+
18
+ synopsis: "OCaml documentation generator"
19
+ description: """
20
+ Odoc is a documentation generator for OCaml. It reads doc comments,
21
+ delimited with `(** ... *)`, and outputs HTML.
22
+ """
23
+
24
+ depends: [
25
+ "astring"
26
+ "cmdliner"
27
+ "cppo" {build}
28
+ "dune"
29
+ "fpath"
30
+ "ocaml" {>= "4.02.0"}
31
+ "result"
32
+ "tyxml" {>= "4.3.0"}
33
+
34
+ "alcotest" {dev & >= "0.8.3"}
35
+ "markup" {dev & >= "0.8.0"}
36
+ "ocamlfind" {dev}
37
+ "sexplib" {dev & >= "113.33.00"}
38
+
39
+ "bisect_ppx" {with-test & >= "1.3.0"}
40
+ ]
41
+
42
+ build: [
43
+ ["dune" "subst"] {pinned}
44
+ ["dune" "build" "-p" name "-j" jobs]
45
+ ]
46
+ url {
47
+ src: "https://github.com/ocaml/odoc/releases/download/1.5.0/odoc-1.5.0.tbz"
48
+ checksum: [
49
+ "sha256=857759be968070bfda208add3ae2c2bc87826ca2bfc39cebab1cc1e13db7a140"
50
+ "sha512=9573230f6ebd7f95d44a5e34f6de68f6b1b530cc7987402f84532e339498dde702082517066c4db428a334510af625db8055ecd03d91b57dd599fd5b3ac53f49"
51
+ ]
52
+ }
You can’t perform that action at this time.
0 commit comments