Skip to content

Commit

Permalink
Merge pull request #3248 from arthuraa/extructures-0.5.0
Browse files Browse the repository at this point in the history
Release Extructures 0.5.0.
  • Loading branch information
palmskog authored Dec 10, 2024
2 parents bec5f59 + 60999ef commit b4605c1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions released/packages/coq-extructures/coq-extructures.0.5.0/opam
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"
}

0 comments on commit b4605c1

Please sign in to comment.