this repo has no description
1opam-version: "2.0"
2synopsis: "Search engine for OCaml documentation"
3maintainer: ["art.wendling@gmail.com"]
4authors: ["Arthur Wendling" "Emile Trotignon"]
5license: "MIT"
6homepage: "https://github.com/ocaml/odoc"
7doc: "https://ocaml.github.io/odoc/"
8bug-reports: "https://github.com/ocaml/odoc/issues"
9flags: [ avoid-version ]
10depends: [
11 "dune" {>= "3.7"}
12 "ocaml" {>= "4.0.8"}
13 "odoc" {= version}
14 "base64" {>= "3.5.1"}
15 "bigstringaf" {>= "0.9.1"}
16 "js_of_ocaml" {>= "5.6.0"}
17 "brr" {>= "0.0.6"}
18 "cmdliner" {>= "1.2.0"}
19 "decompress" {>= "1.5.3"}
20 "fpath" {>= "0.7.3"}
21 "lwt" {>= "5.7.0"}
22 "menhir" {>= "20230608"}
23 "ppx_blob" {>= "0.9.0"}
24 "tyxml" {>= "4.6.0"}
25 "result" {>= "1.5"}
26 "odig" {with-test}
27 "base" {with-test & = "v0.16.3"}
28 "alcotest" {with-test}
29]
30depopts: [
31 "ancient" {>= "0.9.1"}
32]
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@sherlodoc/runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47dev-repo: "git+https://github.com/ocaml/odoc.git"
48x-maintenance-intent: ["(latest)"]
49url {
50 src:
51 "https://github.com/ocaml/odoc/releases/download/3.0.0_beta1/odoc-3.0.0.beta1.tbz"
52 checksum: [
53 "sha256=237473ccb54db660c0d476529268df4095a437906612f2ab5f01979852ca01ef"
54 "sha512=c758448306f867e90203634b5e4e63b83b4c14ab293f5e0623fb2d3a852b4e944998b174a4b0ea758b098eef588aab92882095e28a59ed6b430677c0497fd70b"
55 ]
56}
57x-commit-hash: "12ad5b5ff2a37d24070553180167d9cdbe631b80"
58