-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathherdtools7.opam
31 lines (31 loc) · 1.03 KB
/
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"
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: [make "just-build" "PREFIX=%{prefix}%"]
install: [make "install" "PREFIX=%{prefix}%"]
# @todo Add "build-doc" field
# @todo Add "build-test" field
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7" }
"menhir" {>= "20200123"}
"zarith" {>= "1.13"}
"conf-which"
]
conflicts: ["ocaml-option-bytecode-only"]
url {
src: "https://github.com/herd/herdtools7/archive/refs/tags/7.57.tar.gz"
checksum: [
"md5=94f321f138662ba84f519376b6a9ec44"
"sha512=08c6d99e8bcd1774f40daed2965f286401404dbf42c4871246edd5b64ce4fd89ead1f36d2c6d7bfc534d769888cf61b0c8cd6decca9434272c32cbef1bcd29ba"
]
}