Skip to content

Commit

Permalink
release for coq-wasm.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaojia committed Oct 17, 2024
1 parent ddaf189 commit 9e5ff37
Showing 1 changed file with 49 additions and 0 deletions.
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"
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"
]

0 comments on commit 9e5ff37

Please sign in to comment.