diff --git a/packages/coq-waterproof/coq-waterproof.3.1.0+9.1/opam b/packages/coq-waterproof/coq-waterproof.3.1.0+9.1/opam new file mode 100644 index 000000000000..5ff6b1298fb9 --- /dev/null +++ b/packages/coq-waterproof/coq-waterproof.3.1.0+9.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "Jim Portegies " +authors: [ + "Jelle Wemmenhove" + "Pim Otte" + "Balthazar Pathiachvili" + "Dick Arends" + "Cosmin Manea" + "Lulof Pirée" + "Adrian Vrămuleţ" + "Tudor Voicu" + "Jim Portegies " +] + +synopsis: "Coq proofs in a style that resembles non-mechanized mathematical proofs" +description: """ +The Waterproof plugin for the Coq proof assistant allows you to write Coq proofs in a style that resembles handwritten mathematical proofs, designed to help university students with learning how to prove mathematical statements. +""" + +license: "LGPL-3.0-or-later" +homepage: "https://github.com/impermeable/coq-waterproof" +dev-repo: "git+https://github.com/impermeable/coq-waterproof.git" +bug-reports: "https://github.com/impermeable/coq-waterproof/issues" + +depends: [ + "ocaml" {>= "4.09.0"} + "rocq-core" {>= "9.1" & < "9.2"} + "rocq-stdlib" {>= "9"} + "coq" {>= "9.1" & < "9.2"} + "dune" {>= "3.8"} +] + +build: [ + ["dune" "build" "-p" name "-j" jobs "@install"] +] + +available: (arch != "s390x") & (arch != "ppc64") + +conflicts: [ "ocaml-option-bytecode-only" ] + +tags: [ + "keyword:mathematics education" + "category:Mathematics/Education" + "date:2023-11-04" + "logpath:Waterproof" +] +url { + src: + "https://github.com/impermeable/coq-waterproof/archive/refs/tags/3.1.0+9.1.tar.gz" + checksum: [ + "md5=83359b33c0c6e1fb87f938280cd4e0a2" + "sha512=d0b0d674e9b5c731b54779d9b77b61f6142d561b05e8c06f2afd0a62e507afedd7696754d29c31522fee996a1f6c6a5d158b250ab04fd9dd5bd812bb99d3a97f" + ] +}