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" 9depends: [ 10 "dune" {>= "3.7"} 11 "ocaml" {>= "4.0.8"} 12 "odoc" {= version} 13 "base64" {>= "3.5.1"} 14 "bigstringaf" {>= "0.9.1"} 15 "js_of_ocaml" {>= "5.6.0"} 16 "brr" {>= "0.0.6"} 17 "cmdliner" {>= "1.2.0"} 18 "decompress" {>= "1.5.3"} 19 "fpath" {>= "0.7.3"} 20 "lwt" {>= "5.7.0"} 21 "menhir" {>= "20230608"} 22 "ppx_blob" {>= "0.9.0"} 23 "tyxml" {>= "4.6.0"} 24 "result" {>= "1.5"} 25 "odig" {with-test} 26 "base" {with-test & = "v0.16.3"} 27 "alcotest" {with-test} 28] 29depopts: [ 30 "ancient" {>= "0.9.1"} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@sherlodoc/runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://github.com/ocaml/odoc.git" 47x-maintenance-intent: ["(latest)"] 48url { 49 src: "https://github.com/ocaml/odoc/releases/download/3.0.0/odoc-3.0.0.tbz" 50 checksum: [ 51 "sha256=ce84fa7e0cc5f3e8a54e6adeb10826152798b602057b9e46c5ae7e5d5206812b" 52 "sha512=9febd413450ca2e3824c9ef7e1c9ae8d8094aa72ed71327a69d8d6b42f6f197b3f3f40d674de0d11fa1242ee0df95c693b5d74467d530704e1339f3a523452f6" 53 ] 54} 55x-commit-hash: "90e679061f68c5e5ee5915e280f63d842f41f300" 56