opam-version: "2.0" name: "sail-riscv" version: "0.5" maintainer: "Sail Devs " authors: [ "Alasdair Armstrong" "Thomas Bauereiss" "Brian Campbell" "Shaked Flur" "Jonathan French" "Prashanth Mundkur" "Robert Norton" "Christopher Pulte" "Peter Sewell" ] homepage: "https://github.com/rems-project/sail-riscv/" bug-reports: "https://github.com/rems-project/sail-riscv/issues" license: "BSD3" 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" "sail" {>= "0.9"} "linksem" {>= "0.3"} "conf-gmp" "conf-zlib" ] 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"