From d7d67ecaf4980f231d0ebe1d97b7fbb8a5e03a43 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Tue, 19 Dec 2023 10:58:57 +0100 Subject: [PATCH] Add paramcoq 1.1.3+coq8.19 --- .../coq-paramcoq.1.1.3+coq8.19/opam | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 extra-dev/packages/coq-paramcoq/coq-paramcoq.1.1.3+coq8.19/opam diff --git a/extra-dev/packages/coq-paramcoq/coq-paramcoq.1.1.3+coq8.19/opam b/extra-dev/packages/coq-paramcoq/coq-paramcoq.1.1.3+coq8.19/opam new file mode 100644 index 0000000000..f28cc492af --- /dev/null +++ b/extra-dev/packages/coq-paramcoq/coq-paramcoq.1.1.3+coq8.19/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" + +maintainer: "Pierre Roux " +homepage: "https://github.com/coq-community/paramcoq" +dev-repo: "git+https://github.com/coq-community/paramcoq.git" +bug-reports: "https://github.com/coq-community/paramcoq/issues" +license: "MIT" + +synopsis: "Plugin for generating parametricity statements to perform refinement proofs" +description: """ +A Coq plugin providing commands for generating parametricity statements. +Typical applications of such statements are in data refinement proofs. +Note that the plugin is still in an experimental state - it is not very user +friendly (lack of good error messages) and still contains bugs. But it +is usable enough to "translate" a large chunk of the standard library.""" + +build: [make "-j%{jobs}%"] +install: [ + [make "install"] + [make "-C" "test-suite" "examples"] {with-test} +] +depends: [ + "coq" {>= "8.19" & < "8.20~" } +] + +tags: [ + "keyword:paramcoq" + "keyword:parametricity" + "keyword:OCaml modules" + "category:Miscellaneous/Coq Extensions" + "logpath:Param" + "date:2023-12-19" +] +authors: [ + "Chantal Keller (Inria, École polytechnique)" + "Marc Lasson (ÉNS de Lyon)" + "Abhishek Anand" + "Pierre Roux" + "Emilio Jesús Gallego Arias" + "Cyril Cohen" + "Matthieu Sozeau" +] +url { + src: "https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.19.tar.gz" + checksum: "sha512=e9f94708ddb1104c4dd1e270dc793353bcf3a0a9cc93a2159d5d96cf793e1d08c7bd812cefc68b469f91404fad71f3c0c17d85033a871d3c2c02f8fdc471b48d" +}