-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3254 from coqelpibot/opam-publish-coq-hierarchy-b…
…uilder.1.8.0 Package coq-hierarchy-builder.1.8.0
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
released/packages/coq-hierarchy-builder/coq-hierarchy-builder.1.8.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |