Skip to content

Commit

Permalink
Merge pull request #2795 from raoxiaojia/coq-wasm.0.1
Browse files Browse the repository at this point in the history
Package coq-wasm.0.1
  • Loading branch information
palmskog authored Oct 24, 2023
2 parents 9dce6bf + a9ba39b commit c26c1db
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions released/packages/coq-wasm/coq-wasm.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
version: "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.16" & <= "8.17.1"}
"coq-compcert" {>= "3.11"}
"coq-mathcomp-ssreflect" {>= "1.16.0" & <= "1.17.0"}
"coq-itree" {>= "3.1.0"}
"coq-parseque" {>= "0.1.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"
]
]
dev-repo: "git+https://github.com/WasmCert/WasmCert-Coq.git"
url {
src: "https://github.com/WasmCert/WasmCert-Coq/archive/refs/tags/0.1.tar.gz"
checksum: "sha256=8b128a9a8f3acaa5ded5f05c12f07fe5828e40d961bc00fedf53a252a67f5890"
}
tags: [
"keyword:WebAssembly"
"category:Computer Science/Semantics and Compilation/Semantics"
"date:2023-10-24"
]

0 comments on commit c26c1db

Please sign in to comment.