forked from darklang/dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
69 lines (69 loc) · 2.15 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "dark",
"version": "0.1.0",
"description": "Dark backend",
"license": "Proprietary",
"esy": {
"_comment": "only get esy to build the deps, not the codebase",
"build": [],
"buildsInSource": "_build"
},
"dependencies": {
"@opam/base64": "2.3.0",
"@opam/cohttp-lwt": "2.4.0",
"@opam/cohttp-lwt-unix": "2.4.0",
"@opam/conf-libev": "4-11",
"@opam/core": "v0.11.3",
"@opam/core_extended": "v0.11.0",
"@opam/cstruct": "3.1.1",
"@opam/cstruct-lwt": "3.1.1",
"@opam/ezgzip": "0.2.3",
"@opam/gcloud": "*",
"@opam/js_of_ocaml": "3.4.0",
"@opam/js_of_ocaml-ppx": "3.4.0",
"@opam/jwt": "*",
"@opam/lwt": "5.1.0",
"@opam/lwt_ppx": "2.0.0",
"@opam/lwt_ssl": "1.1.3",
"@opam/magic-mime": "1.1.2",
"@opam/multipart-form-data": "*",
"@opam/nocrypto": "*",
"@opam/ocurl": "0.9.1",
"@opam/postgresql": "4.5.0",
"@opam/ppx_deriving": "4.4",
"@opam/ppx_deriving_yojson": "3.5.1",
"@opam/re2": "v0.11.0",
"@opam/session": "0.4.1",
"@opam/session-cohttp": "0.4.1",
"@opam/session-cohttp-lwt": "0.4.1",
"@opam/session-postgresql": "0.4.1",
"@opam/session-postgresql-lwt": "0.4.1",
"@opam/sodium": "0.6.0",
"@opam/tablecloth-native": "0.0.6",
"@opam/uuidm": "0.9.7",
"@opam/uunf": "13.0.0",
"@opam/uuseg": "13.0.0",
"@opam/yojson": "1.7.0"
},
"devDependencies": {
"@opam/junit": "2.0.1",
"@opam/junit_alcotest": "2.0.1",
"@opam/alcotest": "0.8.5",
"ocaml": "4.06.1",
"@opam/dune": "*",
"@opam/merlin": "3.3.3",
"@opam/ocp-indent": "1.8.1",
"@opam/ocamlformat": "0.12"
},
"resolutions": {
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb6685b688649045aceac55dc559f6f21b829",
"@opam/jwt": "github:darklang/ocaml-jwt:jwt.opam#1a4b601",
"@opam/gcloud": "github:darklang/ocaml-gcloud:gcloud.opam#3d575fd",
"@opam/nocrypto": "gasche/ocaml-nocrypto:opam#c62c315",
"@opam/multipart-form-data": "github:darklang/multipart-form-data:opam#1530ef5",
"@opam/js_of_ocaml": "3.4.0",
"@opam/js_of_ocaml-ppx": "3.4.0",
"@opam/js_of_ocaml-compiler": "3.4.0",
"@opam/ssl": "0.5.9"
}
}