Skip to content

Commit

Permalink
Merge pull request #2873 from palmskog/add-stalmarck-8.19
Browse files Browse the repository at this point in the history
add coq-stalmarck.8.19.0 and coq-stalmarck-tactic.8.19.0
  • Loading branch information
palmskog authored Dec 23, 2023
2 parents 0e533dd + 6abfa0d commit 5136033
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "[email protected]"

homepage: "https://github.com/coq-community/stalmarck"
dev-repo: "git+https://github.com/coq-community/stalmarck.git"
bug-reports: "https://github.com/coq-community/stalmarck/issues"
license: "LGPL-2.1-or-later"

synopsis: "Coq tactic and verified tool for proving tautologies using Stålmarck's algorithm"

build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.09.0"}
"dune" {>= "2.8"}
"coq" {>= "8.19" & < "8.20"}
"coq-stalmarck" {= version}
]

tags: [
"category:Miscellaneous/Coq Extensions"
"category:Miscellaneous/Extracted Programs/Decision procedures"
"keyword:boolean formula"
"keyword:tautology checker"
"keyword:tactics"
"logpath:Stalmarck.Tactic"
"date:2023-12-23"
]
authors: [
"Pierre Letouzey"
"Laurent Théry"
]

url {
src: "https://github.com/coq-community/stalmarck/releases/download/v8.19.0/stalmarck-8.19.0.tar.gz"
checksum: "sha512=b7b408366a326a699aaa10e61793cee76238830f9356015ba1fe263727003a5c6237d3471f1d5a3ee3aeeb791b0ad5a531ec78ee93febd1e9d2100f509ff9641"
}
35 changes: 35 additions & 0 deletions extra-dev/packages/coq-stalmarck/coq-stalmarck.8.19.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "[email protected]"

homepage: "https://github.com/coq-community/stalmarck"
dev-repo: "git+https://github.com/coq-community/stalmarck.git"
bug-reports: "https://github.com/coq-community/stalmarck/issues"
license: "LGPL-2.1-or-later"

synopsis: "Verified implementation of Stålmarck's algorithm for proving tautologies in Coq"
description: """
A two-level approach to prove tautologies using Stålmarck's
algorithm in Coq."""

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

tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:boolean formula"
"keyword:tautology checker"
"logpath:Stalmarck.Algorithm"
"date:2023-12-23"
]
authors: [
"Pierre Letouzey"
"Laurent Théry"
]

url {
src: "https://github.com/coq-community/stalmarck/releases/download/v8.19.0/stalmarck-8.19.0.tar.gz"
checksum: "sha512=b7b408366a326a699aaa10e61793cee76238830f9356015ba1fe263727003a5c6237d3471f1d5a3ee3aeeb791b0ad5a531ec78ee93febd1e9d2100f509ff9641"
}

0 comments on commit 5136033

Please sign in to comment.