-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlib.json
39 lines (39 loc) · 1.36 KB
/
lib.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
{
"version": "0.1.8",
"name": "@reason-native-web/cookie",
"license": "BSD-3-clause",
"homepage": "https://github.com/reason-native-web/ocaml-cookie",
"bugs": {
"url": "https://github.com/reason-native-web/ocaml-cookie/issues"
},
"esy": {
"build": "dune build --only-packages=cookie --root=. --profile=release -j 4",
"buildDev": "dune build --root=. @default @runtest --no-buffer",
"install": "esy-installer #{self.target_dir / 'default' / 'cookie.install'}"
},
"scripts": {
"test": "dune runtest --no-buffer --force",
"test:watch": "dune runtest --no-buffer --watch",
"fmt": "dune build @fmt --auto-promote --root .",
"docs": "dune build @doc --only-packages=cookie --root .",
"docs:open": "open #{self.target_dir / 'default' / '_doc' / '_html' / 'cookie' / 'index.html'}",
"docs:path": "esy echo #{self.target_dir / 'default' / '_doc' / '_html'}"
},
"dependencies": {
"@opam/astring": "^0.8.3",
"@opam/dune": ">=1.5.0",
"@opam/ptime": "0.8.5",
"@opam/uri": "3.1.0",
"ocaml": ">=4.8.0"
},
"devDependencies": {
"ocaml": "~4.9.0",
"@opam/alcotest": "*",
"@opam/bisect_ppx": "aantron/bisect_ppx:bisect_ppx.opam#61399f61ea830425adaca039eb827447258f1365",
"@opam/merlin": "*",
"@opam/ocamlformat": "*",
"@opam/odoc": "*",
"@opam/junit": "*",
"@opam/junit_alcotest": "*"
}
}