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-ssprove.0.2.0 #3096

Merged
merged 2 commits into from
Jul 11, 2024
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
32 changes: 32 additions & 0 deletions released/packages/coq-ssprove/coq-ssprove.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
synopsis: "A Foundational Framework for Modular Cryptographic Proofs"
maintainer: "[email protected]"
authors: ["SSProve team"]
homepage: "https://github.com/SSProve/ssprove"
bug-reports: "https://github.com/SSProve/ssprove/issues"
dev-repo: "git+https://github.com/SSProve/ssprove.git"
license: "MIT"
depends: [
"coq" {(>= "8.18" & < "8.20~")}
"coq-equations" {(>= "1.3+8.18")}
"coq-mathcomp-ssreflect" {(>= "2.1.0")}
"coq-mathcomp-analysis" {>= "1.0.0"}
"coq-extructures" {(>= "0.4.0" & < "dev")}
"coq-deriving" {(>= "0.2.0" & < "dev")}
]
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
tags: [
"keyword:cryptography"
"logpath:Mon"
"logpath:Relational"
"logpath:Crypt"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@4ever2 @spitters just flagging up that these are very confusing logpaths for a project called SSProve. I highly recommend setting up logpaths in the style of SSProve.Relational, SSProve.Crypt, SSProve.Mon, otherwise we risk confusion and clashes with other packages.

]
url {
src: "https://github.com/SSProve/ssprove/archive/refs/tags/v0.2.0.tar.gz"
checksum: "sha512=84327adc1aa5b46f0b3aea9adacdf21ca00b90758f1fc6248b29e06cb06b865be9879991264239df1bae9a84548a2a622f1040e27623e77cc70a11302a3f8b6c"
}
Loading