forked from zj040045/herdtools7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
herdtools7.opam
31 lines (31 loc) · 872 Bytes
/
herdtools7.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
opam-version: "2.0"
name: "herdtools7"
version: "7.56+04~dev"
synopsis: "The herdtools suite for simulating and studying weak memory models"
maintainer: "Luc Maranget <[email protected]>"
authors: [
"Luc Maranget <[email protected]>"
"Jade Alglave <[email protected]>"
]
homepage: "http://diy.inria.fr/"
bug-reports: "http://github.com/herd/herdtools7/issues/"
doc: "http://diy.inria.fr/doc/index.html"
dev-repo: "git+https://github.com/herd/herdtools7.git"
license: "CECILL-B"
build: ["sh" "./dune-build.sh" "%{prefix}%"]
install: ["sh" "./dune-install.sh" "%{prefix}%"]
# @todo Add "build-doc" field
# @todo Add "build-test" field
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7" }
"menhir" {>= "20200123"}
"zarith"
]
depopts: [
"js_of_ocaml-ppx"
]
conflicts: ["ocaml-option-bytecode-only"]
url {
src: "https://github.com/herd/herdtools7/"
}