-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddaf189
commit 9e5ff37
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
opam-version: "2.0" | ||
version: "2.0.1" | ||
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.19" & < "8.20~"} | ||
"coq-compcert" {>= "3.11"} | ||
"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" | ||
url { | ||
src: "https://github.com/WasmCert/WasmCert-Coq/archive/refs/tags/v2.0.1.tar.gz" | ||
checksum: "sha256=af62a6b3beff4f7b690c742d114a1d3361061664e6295b50a868016928e88a27" | ||
} | ||
tags: [ | ||
"keyword:WebAssembly" | ||
"category:Computer Science/Semantics and Compilation/Semantics" | ||
"Date:2024-10-17" | ||
"logpath:Wasm" | ||
] |