forked from reasonml-community/bsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesy.json
35 lines (35 loc) · 852 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
{
"name": "bsdoc",
"version": "6.0.5",
"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": {
"@opam/camomile": "1.0.2",
"@esy-ocaml/reason": ">= 3.6.0 < 4.0.0",
"@opam/bos": "0.2.0",
"@opam/cmdliner": "1.0.3",
"@opam/dune": "1.11.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": "*"
}
}