Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/herdtools7/herdtools7.7.54/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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]>"
"Vincent Jacques <[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"
build: ["sh -x ./dune-build.sh" "%{prefix}%"]
install: ["sh -x ./dune-install.sh" "%{prefix}%"]
# @todo Add "build-doc" field
# @todo Add "build-test" field
depends: [
"ocaml" {>= "4.05.0"}
"dune"
]
url {
src: "https://github.com/herd/herdtools7/archive/7.54.tar.gz"
checksum: [
"md5=ffc58bca7f8c8c5ba1d3c65881d737b4"
"sha512=63ebe937b8a651ec9918a8c4a70a41cba611fa8528a20b246732e0ec1bdb6e852e5936b8860f566d4973a9945cd44d1df6eb87c4e5c7704073565c07c8f75f20"
]
}