aboutsummaryrefslogtreecommitdiff
path: root/opam
diff options
context:
space:
mode:
Diffstat (limited to 'opam')
-rw-r--r--opam8
1 files changed, 5 insertions, 3 deletions
diff --git a/opam b/opam
index 9622fea..43f5b57 100644
--- a/opam
+++ b/opam
@@ -1,4 +1,4 @@
-opam-version: "1.2"
+opam-version: "2.0"
name: "sail-riscv"
version: "0.4"
maintainer: "Sail Devs <cl-sail-dev@lists.cam.ac.uk>"
@@ -16,9 +16,10 @@ authors: [
homepage: "https://github.com/rems-project/sail-riscv/"
bug-reports: "https://github.com/rems-project/sail-riscv/issues"
license: "BSD3"
-dev-repo: "https://github.com/rems-project/sail-riscv.git"
+dev-repo: "git+https://github.com/rems-project/sail-riscv.git"
build: [make "LEM_DIR=%{lem:share}%" "SAIL_DIR=%{sail:share}%" "SAIL=sail" "opam-build"]
depends: [
+ "ocaml" {>= "4.06.1"}
"ocamlfind"
"ocamlbuild"
"lem"
@@ -27,4 +28,5 @@ depends: [
"conf-gmp"
"conf-zlib"
]
-available: [ocaml-version >= "4.06.1"]
+synopsis:
+ "This package installs a RISC-V emulator (32 and 64 bits) built form the Sail model at https://github.com/rems-project/sail-riscv"