-
Notifications
You must be signed in to change notification settings - Fork 6
/
dune-project
46 lines (35 loc) · 832 Bytes
/
dune-project
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
(lang dune 3.5)
(cram enable)
(using menhir 2.1)
(generate_opam_files true)
(name sherlodoc)
(version 0.2)
(source (github art-w/sherlodoc))
(authors "Arthur Wendling" "Emile Trotignon")
(maintainers "art.wendling@gmail.com")
(license MIT)
(using directory-targets 0.1)
(package
(name sherlodoc)
(synopsis "Search engine for OCaml documentation")
(depends
(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 (and :with-test (= v0.16.3)))
(alcotest :with-test))
(depopts
(dream (>= 1.0.0~alpha5))
(ancient (>= 0.9.1))))