forked from herd/herdtools7
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathherdtools7.opam
More file actions
24 lines (24 loc) · 753 Bytes
/
herdtools7.opam
File metadata and controls
24 lines (24 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
opam-version: "2.0"
name: "herdtools7"
version: "7.56+02~dev"
synopsis: "The herdtools suite for simulating and studying weak memory models"
description: ""
maintainer: "Luc Maranget <Luc.Maranget@inria.fr>"
authors: [
"Luc Maranget <Luc.Maranget@inria.fr>"
"Jade Alglave <j.alglave@ucl.ac.uk>"
]
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"
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.05.0"}
"dune" {>= "1.4" }
"ocamlfind" { build }
"menhir" {>= "20180530"}
]