forked from WasmCert/WasmCert-Coq
-
Notifications
You must be signed in to change notification settings - Fork 1
/
coq-wasm.opam
40 lines (40 loc) · 1007 Bytes
/
coq-wasm.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.0.2"
synopsis: "Wasm formalisation in Coq"
description:
"Wasm formalisation in Coq, following the AFP formalisation of Conrad Watt"
maintainer: ["Xiaojia Rao" "Martin Bodin"]
authors: [
"Martin Bodin" "Philippa Gardner" "Jean Pichon" "Xiaojia Rao" "Conrad Watt"
]
license: "MIT"
homepage: "https://github.com/WasmCert/WasmCert-Coq"
bug-reports: "https://github.com/WasmCert/WasmCert-Coq/issues"
depends: [
"dune" {>= "3.0"}
"coq" {>= "8.20" & < "8.21~"}
"coq-compcert" {>= "3.14"}
"coq-ext-lib" {>= "0.11.8"}
"coq-mathcomp-ssreflect" {< "2.0.0~"}
"coq-parseque" {>= "0.2.0"}
"cmdliner" {>= "1.1.0"}
"linenoise" {>= "1.4.0"}
"mdx" {>= "1.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/WasmCert/WasmCert-Coq.git"