Skip to content

Commit

Permalink
Merge pull request #2878 from palmskog/fix-chapar-8.19
Browse files Browse the repository at this point in the history
add coq-chapar.8.17.0, adjust Coq bound for coq-chapar.8.16.0
  • Loading branch information
palmskog authored Dec 28, 2023
2 parents 5da722f + 9c26273 commit ad37a71
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion released/packages/coq-chapar/coq-chapar.8.16.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ of client programs."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.14"}
"coq" {>= "8.14" & < "8.19"}
]

tags: [
Expand Down
40 changes: 40 additions & 0 deletions released/packages/coq-chapar/coq-chapar.8.17.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "[email protected]"

homepage: "https://github.com/coq-community/chapar"
dev-repo: "git+https://github.com/coq-community/chapar.git"
bug-reports: "https://github.com/coq-community/chapar/issues"
license: "MIT"

synopsis: "A framework for verification of causal consistency for distributed key-value stores and their clients in Coq"
description: """
A framework for modular verification of causal consistency for replicated key-value
store implementations and their client programs in Coq. Includes proofs of the causal consistency
of two key-value store implementations and a simple automatic model checker for the correctness
of client programs."""

build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.14"}
]

tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:causal consistency"
"keyword:key-value stores"
"keyword:distributed algorithms"
"keyword:program verification"
"logpath:Chapar"
"date:2023-12-28"
]
authors: [
"Mohsen Lesani"
"Christian J. Bell"
"Adam Chlipala"
]

url {
src: "https://github.com/coq-community/chapar/releases/download/v8.17.0/chapar-8.17.0.tar.gz"
checksum: "sha512=3063a748bcb601f4dad385cce11a9fa385c079eb567abe22dafa8adb9e3d860cc85995cfcf5382228dd335390c4f3bb6ecc2f65c31c2fb830581ffda6d600b6c"
}

0 comments on commit ad37a71

Please sign in to comment.