Skip to content

Commit

Permalink
Merge pull request #2786 from palmskog/coinduction-1.8
Browse files Browse the repository at this point in the history
add coq-coinduction.1.8, adjust Coq bound for coq-coinduction.1.7
  • Loading branch information
palmskog authored Oct 20, 2023
2 parents 2ed9f46 + 02ddc8b commit 8ee4250
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion released/packages/coq-coinduction/coq-coinduction.1.7/opam
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ build: [
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.16"}
"coq" {>= "8.16" & < "8.19~"}
]

tags: [
39 changes: 39 additions & 0 deletions released/packages/coq-coinduction/coq-coinduction.1.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "damien.pous@ens-lyon.fr"

homepage: "https://github.com/damien-pous/coinduction"
dev-repo: "git+https://github.com/damien-pous/coinduction.git"
bug-reports: "https://github.com/damien-pous/coinduction/issues"
license: "LGPL-3.0-or-later"

synopsis: "A library for doing proofs by (enhanced) coinduction"
description: """
Coinductive predicates are greatest fixpoints of monotone functions.
The `companion' makes it possible to enhance the associated coinduction scheme.
This library provides a formalisation on enhancements based on the companion, as well as tactics in making it straightforward to perform proofs by enhanced coinduction.
"""

build: [
[make "-j%{jobs}%" ]
]
install: [make "install"]
depends: [
"coq" {>= "8.16.1" & < "8.19~"}
]

tags: [
"keyword:coinduction"
"keyword:up to techniques"
"keyword:companion"
"keyword:bisimilarity"
"logpath:Coinduction"
"date:2023-10-20"
]
authors: [
"Damien Pous"
]

url {
src: "https://github.com/damien-pous/coinduction/archive/refs/tags/v1.8.tar.gz"
checksum: "sha512=13510afe8db72f43790edaa14c3ce1aa55137c03e4494b6ac1f2e19dea0a24d19ec4493afc2ad7754da5421c0ee4eb60de813d3a341c418805fcf6c0e2fb7084"
}

0 comments on commit 8ee4250

Please sign in to comment.