Skip to content

Commit

Permalink
Merge pull request #2737 from arthuraa/extructures-0.4.0
Browse files Browse the repository at this point in the history
Release new version of extructures.
  • Loading branch information
palmskog committed Sep 25, 2023
2 parents 9416748 + dbcef15 commit 3b1a8f3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions released/packages/coq-extructures/coq-extructures.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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: [
"ocaml"
"coq" {(>= "8.17" & < "8.19~")}
"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.4.0.tar.gz"
checksum: "sha512=dba05b2b3efd340ddb1914d74ac1393def8371ee527269d9e867dddc29e348e3e64e840621dbb9a119ea59e1bcc4ed4217bd3a7779efe6656e50afaceff521b2"
}

0 comments on commit 3b1a8f3

Please sign in to comment.