Skip to content

Commit

Permalink
Merge pull request #3254 from coqelpibot/opam-publish-coq-hierarchy-b…
Browse files Browse the repository at this point in the history
…uilder.1.8.0

Package coq-hierarchy-builder.1.8.0
  • Loading branch information
gares authored Dec 14, 2024
2 parents f91818b + 7b3230c commit 319e1aa
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
synopsis:
"High level commands to declare and evolve a hierarchy based on packed classes"
description: """\
Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these
hierarchies evolve without breaking user code. The key concepts are the ones of factory, builder
and abbreviation that let the hierarchy developer describe an actual interface for their library.
Behind that interface the developer can provide appropriate code to ensure retro compatibility."""
maintainer: "Enrico Tassi <[email protected]>"
authors: ["Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi"]
license: "MIT"
tags: "logpath:HB"
homepage: "https://github.com/math-comp/hierarchy-builder"
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues"
depends: [
"coq-elpi" {(>= "2.0") | = "dev"}
]
conflicts: ["coq-hierarchy-builder-shim"]
build: [
[make "build"]
[make "test-suite"] {with-test}
]
install: [make "install"]
dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
url {
src:
"https://github.com/math-comp/hierarchy-builder/releases/download/v1.8.0/hierarchy-builder-1.8.0.tar.gz"
checksum: [
"md5=3635ba1739c95d2635a0822fb52e2fba"
"sha512=f728bbc3c968b83802990d9dc4ff2a98af0a4c240b621cc420ebc60f9d0833817504f89df99d8fc166030c930ad032faf7007beda183c4c4d436d4cd7e27b3b5"
]
}

0 comments on commit 319e1aa

Please sign in to comment.