-
Notifications
You must be signed in to change notification settings - Fork 6
/
sherlodoc.opam
48 lines (48 loc) · 1.07 KB
/
sherlodoc.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2"
synopsis: "Search engine for OCaml documentation"
maintainer: ["art.wendling@gmail.com"]
authors: ["Arthur Wendling" "Emile Trotignon"]
license: "MIT"
homepage: "https://github.com/art-w/sherlodoc"
bug-reports: "https://github.com/art-w/sherlodoc/issues"
depends: [
"dune" {>= "3.5"}
"ocaml" {>= "4.0.8"}
"odoc" {>= "2.4.0"}
"base64" {>= "3.5.1"}
"bigstringaf" {>= "0.9.1"}
"js_of_ocaml" {>= "5.6.0"}
"brr" {>= "0.0.6"}
"cmdliner" {>= "1.2.0"}
"decompress" {>= "1.5.3"}
"fpath" {>= "0.7.3"}
"lwt" {>= "5.7.0"}
"menhir" {>= "20230608"}
"ppx_blob" {>= "0.7.2"}
"tyxml" {>= "4.6.0"}
"result" {>= "1.5"}
"odig" {with-test}
"base" {with-test & = "v0.16.3"}
"alcotest" {with-test}
]
depopts: [
"dream" {>= "1.0.0~alpha5"}
"ancient" {>= "0.9.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/art-w/sherlodoc.git"