-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2676 from palmskog/stalmarck-8.18
add stalmarck for 8.18 to extra-dev
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
extra-dev/packages/coq-stalmarck-tactic/coq-stalmarck-tactic.8.18.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
35
extra-dev/packages/coq-stalmarck/coq-stalmarck.8.18.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |