forked from z5146542/CHERI-C-Gillian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
50 lines (50 loc) · 1.39 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
{
"name": "gillian-instantiation-template",
"version": "0.0.0",
"private": true,
"description": "Template to use if you want to instantiate Gillian",
"author": {
"name": "Sacha-Elie Ayoun",
"url": "https://www.doc.ic.ac.uk/~sja3417"
},
"homepage": "GillianPlatform.github.io",
"license": "BSD-3-Clause",
"esy": {
"build": "dune build -p instantiation @install",
"buildsInSource": "_build",
"exportedEnv": {
"INSTANTIATION_RUNTIME_PATH": {
"scope": "global",
"val": "#{self.share}/instantiation"
}
}
},
"scripts": {
"watch": "dune build @install --watch",
"format-check": "dune build @fmt",
"format": "dune build @fmt --auto-promote",
"test": "dune test -j 4",
"clean": "dune clean"
},
"dependencies": {
"@opam/cmdliner": "^1.0.4",
"@opam/dune": "^3.0",
"@opam/fmt": "^0.8.8",
"@opam/ppx_deriving_yojson": "*",
"@opam/ppxlib": ">=0.18.0",
"@opam/printbox": "0.5",
"@opam/yojson": "^1.7.0",
"gillian": "GillianPlatform/gillian:gillian.json#ecc96d8feabbe6d18ba756f8e3b930054df74eb4",
"ocaml": "^4.14.x"
},
"devDependencies": {
"ocaml": "4.14.x",
"@opam/ocaml-lsp-server": "*",
"@opam/odoc": "*",
"@opam/ocamlformat": "*",
"@opam/utop": "*"
},
"resolutions": {
"@opam/conf-sqlite3": "ManasJayanth/esy-sqlite:esy.json#28dfc73a8eda790213a8359ad708231069ed7079"
}
}