-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdune-project
More file actions
47 lines (38 loc) · 731 Bytes
/
Copy pathdune-project
File metadata and controls
47 lines (38 loc) · 731 Bytes
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
(lang dune 2.0)
(name odoc2docset)
(source
(github jfeser/odoc2docset))
(license MIT)
(authors "Jack Feser <[email protected]>")
(maintainers "Jack Feser <[email protected]>")
(documentation https://jfeser.github.io/odoc2docset/)
(package
(name odoc2docset)
(synopsis "Generates Dash docsets using Odoc")
(description
"Generates Dash docsets for OCaml packages using the Odoc documentation generator.")
(depends
(dune
(>= 2))
(logs
(>= 0.6))
(sqlite3
(>= 4.4))
(lambdasoup
(>= 0.6))
(cmdliner
(>= 1.0))
(fmt
(>= 0.8))
(shell
(>= v0.14))
(stdio
(>= v0.14))
(odoc
(>= 2.0.2))
(odig
(>= 0.0.7))))
(generate_opam_files true)
; Local Variables:
; mode: dune
; End: