Skip to content

Commit

Permalink
Merge pull request #3178 from Lysxia/master
Browse files Browse the repository at this point in the history
Release coq-paco.4.2.1
  • Loading branch information
silene authored Oct 10, 2024
2 parents 500b263 + 14fb647 commit 4875b17
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions released/packages/coq-paco/coq-paco.4.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "minki.cho@sf.snu.ac.kr"
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 <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
"Minki Cho <minki.cho@sf.snu.ac.kr>"
]
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-10-09"

"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.1.tar.gz"
checksum: "sha512=afd04e1c9015cdd792018bd340803a5674e2223f4d292ed38666a042806ff9ad68ba2d2d70ce2d967f0a43d0e1d27a70f310b557c4d6f3e5889a9a4ac1feca91"
}

0 comments on commit 4875b17

Please sign in to comment.