File tree 1 file changed +45
-0
lines changed
released/packages/coq-wasm/coq-wasm.0.2
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Wasm formalisation in Coq"
3
+ description:
4
+ "Wasm formalisation in Coq, following the AFP formalisation of Conrad Watt"
5
+ maintainer: ["Xiaojia Rao" "Martin Bodin"]
6
+ authors: [
7
+ "Martin Bodin" "Philippa Gardner" "Jean Pichon" "Xiaojia Rao" "Conrad Watt"
8
+ ]
9
+ license: "MIT"
10
+ homepage: "https://github.com/WasmCert/WasmCert-Coq"
11
+ bug-reports: "https://github.com/WasmCert/WasmCert-Coq/issues"
12
+ depends: [
13
+ "dune" {>= "3.0"}
14
+ "coq" {>= "8.16" & < "8.18~"}
15
+ "coq-compcert" {>= "3.11"}
16
+ "coq-mathcomp-ssreflect" {>= "1.16.0" & <= "1.18.0"}
17
+ "coq-itree" {>= "3.1.0"}
18
+ "coq-parseque" {>= "0.2.0"}
19
+ "cmdliner" {>= "1.1.0"}
20
+ "linenoise" {>= "1.4.0"}
21
+ "mdx" {>= "1.9.0"}
22
+ ]
23
+ build: [
24
+ ["dune" "subst"] {dev}
25
+ [
26
+ "dune"
27
+ "build"
28
+ "-p"
29
+ name
30
+ "-j"
31
+ jobs
32
+ "@install"
33
+ ]
34
+ ]
35
+ dev-repo: "git+https://github.com/WasmCert/WasmCert-Coq.git"
36
+ url {
37
+ src: "https://github.com/WasmCert/WasmCert-Coq/archive/refs/tags/0.2.tar.gz"
38
+ checksum: "sha256=9f6cdbf7203d6c7fa02a62cefb5a386405c0e94575f558b77a8a725e58ee6584"
39
+ }
40
+ tags: [
41
+ "keyword:WebAssembly"
42
+ "category:Computer Science/Semantics and Compilation/Semantics"
43
+ "Date:2024-01-22"
44
+ "logpath:Wasm"
45
+ ]
You can’t perform that action at this time.
0 commit comments