Skip to content

Commit

Permalink
Merge pull request #2730 from olaure01/ollibs
Browse files Browse the repository at this point in the history
coq-ollibs v2.0.5
  • Loading branch information
silene authored Sep 18, 2023
2 parents 01822fb + 5cf48bf commit d65afc7
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions released/packages/coq-ollibs/coq-ollibs.2.0.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "OL libraries"
description: """
Add-ons for the Coq standard library
"""

homepage: "https://github.com/olaure01/ollibs"
dev-repo: "git+https://github.com/olaure01/ollibs.git"
bug-reports: "https://github.com/olaure01/ollibs/issues"
doc: "https://github.com/olaure01/ollibs/blob/master/README.md"
maintainer: "olivier.laurent@ens-lyon.fr"
authors: [
"Olivier Laurent" "Christophe Lucas"
]
license: "LGPL-3.0-or-later"

depends: [
"coq" { >= "8.18" & < "8.19~" }
]

build: [
["./configure"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]

url {
src: "https://github.com/olaure01/ollibs/archive/v2.0.5.tar.gz"
checksum: "sha256=01c39bea56aecc889b3cb1baf3d9f1437f1a481f72850159d654172e3484cd6a"
}

tags: [
"keyword:standard library"
"keyword:list"
"keyword:permutation"
"keyword:decidable equality"
"keyword:finite multisets"
"category:Miscellaneous/Coq Extensions"
"date:2023-09-17"
"logpath:OLlibs"
]

0 comments on commit d65afc7

Please sign in to comment.