Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for coq-wasm.2.0.1 #3184

Merged
merged 5 commits into from
Oct 20, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions released/packages/coq-wasm/coq-wasm.2.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
version: "2.0.1"
palmskog marked this conversation as resolved.
Show resolved Hide resolved
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=24e8d079324edb46f06e63662fbd99c61f167504b20316cd9922191db5d01f57"
}
tags: [
"keyword:WebAssembly"
"category:Computer Science/Semantics and Compilation/Semantics"
"Date:2024-10-17"
palmskog marked this conversation as resolved.
Show resolved Hide resolved
"logpath:Wasm"
]
Loading