Skip to content

Commit

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

2 packages from math-comp/hierarchy-builder at 1.6.0
  • Loading branch information
palmskog authored Sep 20, 2023
2 parents 940a5b1 + 848ea5a commit 0e95709
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
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"
]
}
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"
]
}

0 comments on commit 0e95709

Please sign in to comment.