-
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.
Merge pull request #3248 from arthuraa/extructures-0.5.0
Release Extructures 0.5.0.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
released/packages/coq-extructures/coq-extructures.0.5.0/opam
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,29 @@ | ||
synopsis: "Finite sets, maps, and other data structures with extensional reasoning" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
homepage: "https://github.com/arthuraa/extructures" | ||
dev-repo: "git+https://github.com/arthuraa/extructures.git" | ||
bug-reports: "https://github.com/arthuraa/extructures/issues" | ||
authors: ["Arthur Azevedo de Amorim"] | ||
license: "MIT" | ||
build: [ | ||
[make "-j%{jobs}%"] | ||
] | ||
install: [ | ||
[make "install"] | ||
] | ||
depends: [ | ||
"coq" {(>= "8.17" & < "8.21~")} | ||
"coq-mathcomp-ssreflect" {(>= "2.0.0")} | ||
"coq-deriving" {(>= "0.2.0")} | ||
] | ||
tags: [ | ||
"keyword:finite maps" | ||
"keyword:extensionality" | ||
"category:Computer Science/Data Types and Data Structures" | ||
"logpath:extructures" | ||
] | ||
url { | ||
src: "https://github.com/arthuraa/extructures/archive/v0.5.0.tar.gz" | ||
checksum: "sha512=bedb42e09ace965024d3141e104a2ca04afa76c6753e632b6a42f11784671047c9d40d94d814b405a6e997a51ecc54c84e00de86f2c63e4de068fef9ea44717b" | ||
} |