From 573a174e94a6ee87db9b3ac16edcf70ae2bcf1d1 Mon Sep 17 00:00:00 2001 From: Romain Tetley Date: Mon, 16 Oct 2023 14:14:51 +0200 Subject: [PATCH 1/2] Package coq-unicoq.1.6+8.18 --- .../coq-unicoq/coq-unicoq.1.6+8.18/opam | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam diff --git a/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam b/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam new file mode 100644 index 0000000000..9cd2333337 --- /dev/null +++ b/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "matthieu.sozeau@inria.fr" +authors: [ "Matthieu Sozeau " "Beta Ziliani " ] +dev-repo: "git+https://github.com/unicoq/unicoq.git" +homepage: "https://github.com/unicoq/unicoq" +bug-reports: "https://github.com/unicoq/unicoq/issues" +license: "MIT" +build: [ + ["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"] + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" + "coq" {>= "8.17" & < "8.19~"} +] +synopsis: "An enhanced unification algorithm for Coq" +tags: [ + "logpath:Unicoq" + "date:2023-03-28" +] +url { + src: "https://github.com/unicoq/unicoq/archive/v1.6-8.18.tar.gz" + checksum: "sha512=29b5a7f54b50d0c6de5b08ce865ce65e10d648fbab910728f970e8b88e24319dfd541c51de080b5f416f0220c1d27729787b1960cbfb7b17b48a906f52d709f8" +} From 92a02bf176fa0add3e608b30cbaef2bbc3cab919 Mon Sep 17 00:00:00 2001 From: Romain Tetley Date: Mon, 16 Oct 2023 14:27:35 +0200 Subject: [PATCH 2/2] Update released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam Co-authored-by: Karl Palmskog --- released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam b/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam index 9cd2333337..2145f889fa 100644 --- a/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam +++ b/released/packages/coq-unicoq/coq-unicoq.1.6+8.18/opam @@ -19,7 +19,7 @@ depends: [ synopsis: "An enhanced unification algorithm for Coq" tags: [ "logpath:Unicoq" - "date:2023-03-28" + "date:2023-09-27" ] url { src: "https://github.com/unicoq/unicoq/archive/v1.6-8.18.tar.gz"