forked from rems-project/cerberus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cerberus.opam
53 lines (52 loc) · 1.17 KB
/
cerberus.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
opam-version: "2.0"
synopsis: "The Cerberus 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"
]
license: "BSD-2-Clause"
homepage: "https://www.cl.cam.ac.uk/~pes20/cerberus/"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"cerberus-lib"
"ocaml" {>= "4.12.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"}
"ppx_deriving"
"zarith"
]
build: [
["dune" "subst"] {pinned}
# [make "prelude-src"]
["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"