this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Search engine for OCaml documentation" 4maintainer: ["art.wendling@gmail.com"] 5authors: ["Arthur Wendling" "Emile Trotignon"] 6license: "MIT" 7homepage: "https://github.com/art-w/sherlodoc" 8bug-reports: "https://github.com/art-w/sherlodoc/issues" 9depends: [ 10 "dune" {>= "3.5"} 11 "ocaml" {>= "4.0.8"} 12 "odoc" {>= "2.4.0" & < "2.9.0"} 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.7.2"} 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 "dream" {>= "1.0.0~alpha5"} 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 "@runtest" {with-test} 44 "@doc" {with-doc} 45 ] 46] 47dev-repo: "git+https://github.com/art-w/sherlodoc.git" 48url { 49 src: "https://github.com/art-w/sherlodoc/archive/refs/tags/0.2.tar.gz" 50 checksum: [ 51 "md5=a33efefc3c17e3d895d29d18ce2ec9fc" 52 "sha512=ba45f7a941798f62f49ef1d443aa00242b4a46d8cb3918ff347c4538e69ab0b4a322bb48b7d2b41d8fe64443cc2b34573c65f15c04fd7de0f41b8defc8375af1" 53 ] 54}