forked from ocaml/odoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
37 lines (28 loc) · 898 Bytes
/
dune-project
File metadata and controls
37 lines (28 loc) · 898 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
(lang dune 3.21)
(name odoc)
(documentation "https://ocaml.org/p/odoc")
(source
(github ocaml/odoc))
(license ISC)
(authors
"Anton Bachin <antonbachin@yahoo.com>"
"Daniel B\195\188nzli <daniel.buenzli@erratique.ch>"
"David Sheets <sheets@alum.mit.edu>"
"Jon Ludlam <jon@recoil.org>"
"Jules Aguillon <juloo.dsi@gmail.com>"
"Leo White <leo@lpw25.net>"
"Lubega Simon <lubegasimon73@gmail.com>"
"Paul-Elliot Angl\195\168s d'Auriac <paul-elliot@tarides.com>"
"Thomas Refis <trefis@janestreet.com>"
"Arthur Wendling <art.wendling@gmail.com>"
"Emile Trotignon <emile.trotignon@gmail.com>")
(maintainers
"Daniel B\195\188nzli <daniel.buenzli@erratique.ch>"
"Jon Ludlam <jon@recoil.org>"
"Jules Aguillon <juloo.dsi@gmail.com>"
"Paul-Elliot Angl\195\168s d'Auriac <paul-elliot@tarides.com>")
(cram enable)
(using mdx 0.3)
; Sherlodoc
(using menhir 2.1)
(using directory-targets 0.1)