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-operads.1.1.0 #2691

Merged
merged 1 commit into from
Aug 29, 2023
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
41 changes: 41 additions & 0 deletions released/packages/coq-operads/coq-operads.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "A Coq library defining operads"
description: """
This library formalizes a definition of a symmetric colored operad
and demonstrates the operad of sets as an example.
"""

homepage: "https://github.com/twosixlabs/coq-operads"
dev-repo: "git+https://github.com/twosixlabs/coq-operads.git"
bug-reports: "https://github.com/twosixlabs/coq-operads/issues"
maintainer: "yakir.forman@twosixtech.com"
authors: [
"Zachary Flores"
"Angelo Taranto"
"Eric Bond"
"Yakir Forman"
]

depends: [
"coq" {>= "8.15"}
"coq-hammer" {>= "1.3"}
]

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

url {
src: "https://github.com/twosixlabs/coq-operads/archive/1.1.0.tar.gz"
checksum: "sha256=8c973266b9b517ae4acfa7125a181f03daeb5e043f7e6b931636a187726eabd7"
}

tags: [
"keyword:operad"
"category:Mathematics/Algebra"
"date:2023-08-28"
"logpath:Operads"
]