Skip to content

Commit

Permalink
Merge pull request #2735 from JasonGross/coq-rewriter-0.0.9
Browse files Browse the repository at this point in the history
Release coq-rewriter.0.0.9
  • Loading branch information
palmskog committed Sep 22, 2023
2 parents 13c865f + 83d75d8 commit 87190fc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions released/packages/coq-rewriter/coq-rewriter.0.0.9/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "2.0"
authors: [
"Google Inc."
"Massachusetts Institute of Technology"
]
maintainer: "Jason Gross <jgross@mit.edu>"
homepage: "https://github.com/mit-plv/rewriter"
bug-reports: "https://github.com/mit-plv/rewriter/issues"
license: "MIT OR Apache-2.0 OR BSD-1-Clause"
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
synopsis: "Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography"
tags: ["logpath:Rewriter"]
url {
src: "https://github.com/mit-plv/rewriter/archive/refs/tags/v0.0.9.tar.gz"
checksum: "sha512=d46f5cc5086c65f1f5ea28f949a18c2cd5f4299022a0861b4c894f8dd6f5c27c898878d1a810f5b1c99cbfa4f026bec7673d475db3db739d3126ad7c17b15b6e"
}

0 comments on commit 87190fc

Please sign in to comment.