-
Notifications
You must be signed in to change notification settings - Fork 1
/
islaris.opam
35 lines (31 loc) · 1001 Bytes
/
islaris.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
opam-version: "2.0"
name: "islaris"
maintainer: "Michael Sammler <[email protected]>"
authors: "The Islaris Team"
license: "BSD-3-Clause"
homepage: "https://github.com/rems-project/islaris"
bug-reports: "https://github.com/rems-project/islaris/issues"
dev-repo: "git+https://github.com/rems-project/islaris.git"
synopsis: "Islaris assembly verification tool"
depends: [
"coq" { (= "8.19.0") | (= "dev") }
"coq-lithium" { (= "dev.2024-09-11.0.7945a29d") | (= "dev") }
"coq-stdpp-bitvector"
"coq-stdpp-unstable"
"coq-record-update" { (= "0.3.3") | (= "dev") }
"cmdliner" {>= "1.1.0"}
"pprint"
"integers"
"dune" {= "3.9.1"} # dune updates like to break things so we fix a version
"pprint" {>= "20171003"}
"menhir" {build}
"ott" {>= "0.31" & build}
"isla-lang"
]
pin-depends: [
[ "isla-lang.dev" "git+https://github.com/rems-project/isla-lang.git#bda86c9f0bd28bbaa2481f50ddc986ede342805a" ]
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]