-
Notifications
You must be signed in to change notification settings - Fork 4
/
libev.json
60 lines (60 loc) · 1.42 KB
/
libev.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "naboris",
"version": "0.1.3",
"description": "Simple http server built on httpaf and lwt.",
"esy": {
"build": [
"dune build -p #{self.name}"
],
"buildInSource": "_build",
"exportedEnv": {
"NABORIS_LIBEV_TEST": {
"val": "true",
"scope": "global"
}
},
"buildEnv": {
"NABORIS_LIBEV_TEST": "true",
"NABORIS_ROOT_PWD": "#{self.root}"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/shawn-mcginty/naboris.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawn-mcginty/naboris/issues"
},
"homepage": "https://github.com/shawn-mcginty/naboris#readme",
"dependencies": {
"@opam/base64": ">=3.4.0",
"@opam/dune": "*",
"@opam/digestif": ">=0.8.0",
"@opam/reason": ">=3.4.0",
"@opam/httpaf": ">=0.6.0",
"@opam/httpaf-lwt-unix": ">=0.6.0",
"@opam/lwt": ">=5.1.1",
"@opam/lwt_ppx": ">=2.0.1",
"@opam/uri": ">=2.2.0"
},
"devDependencies": {
"@opam/alcotest": "~1.0.0",
"@opam/alcotest-lwt": "~1.0.0",
"@opam/cohttp": "*",
"@opam/cohttp-lwt-unix": "*",
"@opam/conf-libev": "*",
"@opam/odoc": "*",
"@opam/merlin": "*",
"esy": "^0.5.6",
"ocaml": "~4.8",
"reason-cli": "*"
},
"peerDependencies": {
"ocaml": ">=4.8.0"
},
"resolutions": {
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb66"
}
}