-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathesy.json
44 lines (44 loc) · 886 Bytes
/
esy.json
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
{
"name": "bsdoc",
"version": "6.0.4-alpha",
"keywords": [
"BuckleScript",
"Odoc-driver",
"documentation",
"generation"
],
"author": "Leandro Ostera <[email protected]>",
"license": "MIT",
"esy": {
"build": "dune build -p #{self.name}",
"buildsInSource": "_build",
"release": {
"bin": [
"bsdoc"
],
"includePackages": [
"root",
"@opam/odoc"
]
}
},
"scripts": {
"test": "esy x bsdoc --version",
"doc": "esy dune build @doc"
},
"dependencies": {
"@esy-ocaml/reason": ">= 3.6.0 < 4.0.0",
"@opam/bos": "0.2.0",
"@opam/cmdliner": "1.0.3",
"@opam/dune": "1.9.0",
"@opam/fmt": "0.8.6",
"@opam/logs": "0.6.3",
"@opam/odoc": "1.4.1",
"ocaml": "~4.6.1",
"refmterr": "*"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/utop": "*"
}
}