-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c3f2ba
commit 8ed38fd
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
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,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" | ||
] |