aboutsummaryrefslogtreecommitdiff
path: root/coq-sail-riscv.opam
blob: a9879f228a663fc0e1fd733e9d8d7dff43b329d8 (plain)
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
opam-version: "2.0"
name: "coq-sail-riscv"
version: "0.5"
maintainer: "Sail Devs <cl-sail-dev@lists.cam.ac.uk>"
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 "ARCH=RV64" "riscv_coq_build"]
  [make "ARCH=RV32" "riscv_coq_build"]
]
install: [make "riscv_coq_install"]
depends: [
  "ocaml" {>= "4.06.1"}
  "ocamlfind"
  "ocamlbuild"
  "sail"
  "coq-sail"
  "conf-gmp"
  "conf-zlib"
]
synopsis:
  "A model of the RISC-V instruction set architecture in Coq, generated from Sail"