diff options
| author | Jon French | 2018-12-28 15:12:00 +0000 |
|---|---|---|
| committer | Jon French | 2018-12-28 15:12:00 +0000 |
| commit | b59fba68e535f39b6285ec7f4f693107b6e34148 (patch) | |
| tree | 3135513ac4b23f96b41f3d521990f1ce91206c99 /opam | |
| parent | 9f6a95882e1d3d057bcb83d098ba1b63925a4d1f (diff) | |
| parent | 2c887e7d01331d3165120695594eac7a2650ec03 (diff) | |
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'opam')
| -rw-r--r-- | opam | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,6 +1,6 @@ opam-version: "1.2" name: "sail" -version: "0.3" +version: "0.6" maintainer: "Sail Devs <cl-sail-dev@lists.cam.ac.uk>" authors: [ "Alasdair Armstrong" @@ -20,7 +20,9 @@ license: "BSD3" dev-repo: "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"] +remove: [ + make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "uninstall" +] depends: [ "ocamlfind" "ocamlbuild" @@ -28,8 +30,11 @@ depends: [ "menhir" "linenoise" "ott" {>= "0.28"} - "lem" + "lem" {>= "2018-12-14"} "linksem" {>= "0.3"} + "omd" + "conf-gmp" + "conf-zlib" "base64" ] -available: [ocaml-version >= "4.02.3"] +available: [ocaml-version >= "4.06.0"] |
