Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package coq-pil.1.0.1 #3353

Merged
merged 5 commits into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions released/packages/coq-pil/coq-pil.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Coq library for Propositional Intuitionistic Logic & Pitts Interpolation Library"

homepage: "https://github.com/hferee/rocq-pil"
dev-repo: "git+https://github.com/hferee/rocq-pil.git"
bug-reports: "https://github.com/hferee/rocq-pil/issues"
doc: "https://hferee.github.io/UIML"
maintainer: "[email protected]"
authors: [
"Hugo Férée"
"Sam van Gool"
"Yago Iglesias Vasquez"
]
license: "CECILL-2.1"

depends: [
"coq" {>= "8.20"}
"coq-stdpp" {>= "1.11.0"}
"coq-equations" {}
]

build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]

url {
src: "https://github.com/hferee/rocq-pil/archive/1.0.1.tar.gz"
checksum: "sha256=de73d133b8dd50539ff50208d82df13b0a5d7429f8be9ce27472211a6a0cabac"
}

tags: [
"date:2025-02-14"
"keyword:intuitionistic logic"
"keyword:proof theory"
"keyword:propositional quantifiers"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category:Mathematics/Logic/Foundations"
"category:Mathematics/Logic/Modal logic"
"logpath:ISL"
]