Skip to content

Commit

Permalink
Merge pull request coq#2896 from coqelpibot/opam-publish-coq-hierarch…
Browse files Browse the repository at this point in the history
…y-builder.1.7.0

Package coq-hierarchy-builder.1.7.0
  • Loading branch information
palmskog authored Jan 11, 2024
2 parents 96dc2fc + bdcc168 commit 0ff9750
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"}
]
conflicts: ["coq-hierarchy-builder-shim"]
build: [
[make "-j%{jobs}%" "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.7.0/hierarchy-builder-1.7.0.tar.gz"
checksum: [
"md5=b4a16a98c2d85ae432d5e3401df96313"
"sha512=51d3824d106c4b32c5973563675181e9f36f551125b662ea11969f32a19a18bc081e0b45e2448808c20ce746bede99726df1a92526bf555a71b59f9080a6ed90"
]
}

0 comments on commit 0ff9750

Please sign in to comment.