Skip to content

Commit

Permalink
Merge pull request #2676 from palmskog/stalmarck-8.18
Browse files Browse the repository at this point in the history
add stalmarck for 8.18 to extra-dev
  • Loading branch information
palmskog committed Aug 20, 2023
2 parents 6eb6ec7 + 12eb691 commit 100f1f4
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: "palmskog@gmail.com"

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.18" & < "8.19"}
"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-08-08"
]
authors: [
"Pierre Letouzey"
"Laurent Théry"
]

url {
src: "https://github.com/coq-community/stalmarck/archive/v8.18.0.tar.gz"
checksum: "sha512=266011f9003db12b21ccdfeb359642c97d7e9557e2b83ab7db1d941f1865298da67446c5b856fa610ce0655724f202a3762337800b34ab12298c9dc54c146ad5"
}
35 changes: 35 additions & 0 deletions extra-dev/packages/coq-stalmarck/coq-stalmarck.8.18.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "palmskog@gmail.com"

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.18" & < "8.19"}
]

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

url {
src: "https://github.com/coq-community/stalmarck/archive/v8.18.0.tar.gz"
checksum: "sha512=266011f9003db12b21ccdfeb359642c97d7e9557e2b83ab7db1d941f1865298da67446c5b856fa610ce0655724f202a3762337800b34ab12298c9dc54c146ad5"
}

0 comments on commit 100f1f4

Please sign in to comment.