Skip to content

Commit

Permalink
Release coq-paco.4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilhur committed Dec 31, 2024
1 parent 770ca7e commit 668ce2f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions released/packages/coq-paco/coq-paco.4.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "[email protected]"
synopsis: "Coq library implementing parameterized coinduction"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <[email protected]>"
"Georg Neis <[email protected]>"
"Derek Dreyer <[email protected]>"
"Viktor Vafeiadis <[email protected]>"
"Minki Cho <[email protected]>"
]
license: "BSD-3-Clause"
build: [make "-C" "src" "all" "-j%{jobs}%"]
install: [make "-C" "src" "-f" "Makefile.coq" "install"]
depends: [
"coq" {>= "8.13" & < "8.21~"}
]
tags: [
"date:2024-12-31"

"category:Computer Science/Programming Languages/Formal Definitions and Theory"
"category:Mathematics/Logic"

"keyword:co-induction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"

"logpath:Paco"
]
url {
http: "https://github.com/snu-sf/paco/archive/v4.2.2.tar.gz"
checksum: "sha512=22914708c3a5880b395edca7c45b58a59f5c3f2d21a2705f4f2391ebe3b6a5c3870b66c96c29582d3b15cb4707f20da79501d39231675bd8f019bbd29314f37d"
}

0 comments on commit 668ce2f

Please sign in to comment.