Skip to content

Commit

Permalink
Merge pull request #3023 from palmskog/math-classes-8.19
Browse files Browse the repository at this point in the history
add coq-math-classes.8.19.0
  • Loading branch information
silene committed Apr 23, 2024
2 parents 5811fba + f9b6930 commit 494cfe3
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions released/packages/coq-math-classes/coq-math-classes.8.19.0/opam
@@ -0,0 +1,49 @@
opam-version: "2.0"
maintainer: "b.a.w.spitters@gmail.com"

homepage: "https://github.com/coq-community/math-classes"
dev-repo: "git+https://github.com/coq-community/math-classes.git"
bug-reports: "https://github.com/coq-community/math-classes/issues"
license: "MIT"

synopsis: "A library of abstract interfaces for mathematical structures in Coq"
description: """
Math classes is a library of abstract interfaces for mathematical
structures, such as:

* Algebraic hierarchy (groups, rings, fields, …)
* Relations, orders, …
* Categories, functors, universal algebra, …
* Numbers: N, Z, Q, …
* Operations, (shift, power, abs, …)

It is heavily based on Coq’s new type classes in order to provide:
structure inference, multiple inheritance/sharing, convenient
algebraic manipulation (e.g. rewriting) and idiomatic use of
notations.
"""

build: [
[ "./configure.sh" ]
[ make "-j%{jobs}%" ]
]
install: [make "install"]
depends: [
"coq" {>= "8.18" & < "8.20~"}
"coq-bignums"
]

tags: [
"logpath:MathClasses"
"date:2024-04-23"
]
authors: [
"Eelis van der Weegen"
"Bas Spitters"
"Robbert Krebbers"
]

url {
src: "https://github.com/coq-community/math-classes/releases/download/8.19.0/8.19.0.tar.gz"
checksum: "sha512=a95487d78319d9476fa78fa77eccaa46cede8529ae9dd12b87d724afecf3db4fde7220f4f4283f2d90a8ac114304254088a44dfbe018273471513553cbba10fa"
}

0 comments on commit 494cfe3

Please sign in to comment.