Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 packages from math-comp/hierarchy-builder at 1.6.0 #2732

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <enrico.tassi@inria.fr>"
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 <enrico.tassi@inria.fr>"
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"
]
}
Loading