Skip to content

Commit

Permalink
Package coq-operads.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir-forman committed Aug 28, 2023
1 parent 5c3f2ba commit 8ed38fd
Showing 1 changed file with 41 additions and 0 deletions.
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: "[email protected]"
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"
]

0 comments on commit 8ed38fd

Please sign in to comment.