-
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 #2732 from coqelpibot/opam-publish-coq-hierarchy-b…
…uilder-coq-hierarchy-builder-shim.1.6.0 2 packages from math-comp/hierarchy-builder at 1.6.0
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
released/packages/coq-hierarchy-builder-shim/coq-hierarchy-builder-shim.1.6.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,26 @@ | ||
opam-version: "2.0" | ||
synopsis: "Shim package for HB" | ||
description: """\ | ||
This package provide the support constants one can use to compile files | ||
generated by HB.""" | ||
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" {(>= "1.14" & < "1.17~") | = "dev"} | ||
] | ||
conflicts: ["coq-hierarchy-builder"] | ||
build: [make "-C" "shim" "build"] | ||
install: [make "-C" "shim" "install"] | ||
dev-repo: "git+https://github.com/math-comp/hierarchy-builder" | ||
url { | ||
src: | ||
"https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz" | ||
checksum: [ | ||
"md5=9619d2971cc8b47b9ea6ce4b5a927dae" | ||
"sha512=7c43547c79c921366ac688ce1cad1b09aadd141ff79df0d1a972be1c6a3ba52b8ead67f90b228c47b5b92be16d0f4d1485cc6362b4d4ad4319eda56a4893e2ab" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
released/packages/coq-hierarchy-builder/coq-hierarchy-builder.1.6.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" {(>= "1.16" & < "1.20~") | = "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.6.0/hierarchy-builder-1.6.0.tar.gz" | ||
checksum: [ | ||
"md5=9619d2971cc8b47b9ea6ce4b5a927dae" | ||
"sha512=7c43547c79c921366ac688ce1cad1b09aadd141ff79df0d1a972be1c6a3ba52b8ead67f90b228c47b5b92be16d0f4d1485cc6362b4d4ad4319eda56a4893e2ab" | ||
] | ||
} |