forked from rems-project/cerberus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cerberus-cheri.opam
62 lines (61 loc) · 1.34 KB
/
cerberus-cheri.opam
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
opam-version: "2.0"
synopsis: "The Cerberus CHERI C semantics"
description: "The Cerberus C semantics and related tools."
maintainer: ["Kayvan Memarian <[email protected]>"]
authors: [
"Kayvan Memarian"
"Victor Gomes"
"Justus Matthiesen"
"Peter Sewell"
"Kyndylan Nienhuis"
"Stella Lau"
"Jean Pichon-Pharabod"
"Christopher Pulte"
"Rodolphe Lepigre"
"James Lingard"
"Vadim Zaliva"
]
license: "BSD-2-Clause"
homepage: "https://www.cl.cam.ac.uk/~pes20/cerberus/"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {(>= "3.8.0" & < "3.13.0") | (>= "3.15.0")}
"sha" {>= "1.12"}
"pprint" {>= "20180528"}
"ppx_sexp_conv" {>= "v0.14.3" }
"sexplib" {>= "v0.14.0"}
"z3" {>= "4.8.14"}
"cmdliner" {>= "1.1.0"}
"yojson" {>= "2.0.0"}
"lem" {>= "2020-06-03"}
"menhir" {>= "20211230"}
"result" {>= "1.5"}
"cerberus-lib"
"ounit2"
"ppx_deriving"
"zarith"
"coq" {>= "8.18.0"}
"coq-bbv" {>= "1.3" & <= "1.4"}
"coq-sail-stdpp"
"coq-ext-lib"
"coq-struct-tact"
"coq-cheri-capabilities"
"landmarks"
"landmarks-ppx"
]
build: [
["dune" "subst"] {pinned}
["dune"
"build"
"-p"
name
"--profile=release"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/rems-project/cerberus.git"