forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathopam
45 lines (45 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
opam-version: "2.0"
maintainer: "Sail Devs <[email protected]>"
authors: [
"Alasdair Armstrong"
"Thomas Bauereiss"
"Brian Campbell"
"Shaked Flur"
"Jonathan French"
"Kathy Gray"
"Robert Norton"
"Christopher Pulte"
"Peter Sewell"
"Mark Wassell"
]
homepage: "http://www.cl.cam.ac.uk/~pes20/sail/"
bug-reports: "https://github.com/rems-project/sail/issues"
license: "BSD3"
dev-repo: "git+https://github.com/rems-project/sail.git"
build: [make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "isail"]
install: [make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "install"]
remove: [
make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "uninstall"
]
depends: [
"ocaml" {>= "4.06.0"}
"ocamlfind"
"ocamlbuild"
"zarith"
"menhir"
"linenoise"
"ott" {>= "0.28"}
"lem" {>= "2018-12-14"}
"linksem" {>= "0.3"}
"omd" {< "1.4"}
"conf-gmp"
"conf-zlib"
]
synopsis:
"Sail is a language for describing the instruction semantics of processors."
description:
"It has been used in several papers, available from http://www.cl.cam.ac.uk/~pes20/sail/."
url {
src: "https://github.com/rems-project/sail/archive/0.7.1.tar.gz"
checksum: "md5=01a107c5fe60dbe130d4bbcc0bfc1dc6"
}