Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/coq-waterproof/coq-waterproof.3.0.0+8.17/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")

conflicts: [ "ocaml-option-bytecode-only" ]

x-maintained: false

tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
Expand Down
2 changes: 2 additions & 0 deletions packages/coq-waterproof/coq-waterproof.3.0.0+8.18/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")

conflicts: [ "ocaml-option-bytecode-only" ]

x-maintained: false

tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
Expand Down
2 changes: 2 additions & 0 deletions packages/coq-waterproof/coq-waterproof.3.0.0+8.19.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")

conflicts: [ "ocaml-option-bytecode-only" ]

x-maintained: false

tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
Expand Down
2 changes: 2 additions & 0 deletions packages/coq-waterproof/coq-waterproof.3.0.0+9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ build: [

available: (arch != "s390x") & (arch != "ppc64")

x-maintained: false

tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
Expand Down
53 changes: 53 additions & 0 deletions packages/coq-waterproof/coq-waterproof.3.1.0+9.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
maintainer: "Jim Portegies <[email protected]>"
authors: [
"Jelle Wemmenhove"
"Pim Otte"
"Balthazar Pathiachvili"
"Dick Arends"
"Cosmin Manea"
"Lulof Pirée"
"Adrian Vrămuleţ"
"Tudor Voicu"
"Jim Portegies <[email protected]>"
]

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-prover" {>= "9.0" & < "9.1" | = "dev"}
"coq" {>= "9.0" & < "9.1" | = "dev"}
"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.0.tar.gz"
checksum: [
"md5=7cfe30aceb61e154ed905e048bdf2cb7"
"sha512=006bf05727d2aa21cebe332ff5a027fdd8843c574753fd5b8d0486e4df7bd447a4f538c3c92736011734c29c601d3a77c2f1a1ee5b3645a7666766ed32907777"
]
}
Loading