-
Notifications
You must be signed in to change notification settings - Fork 21
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 #92 from coq-community/v8.13+idemfix
Make 8.13 consistent with 8.14
- Loading branch information
Showing
4 changed files
with
68 additions
and
29 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# This file was generated from `meta.yml`, please do not edit manually. | ||
# Follow the instructions on https://github.com/coq-community/templates to regenerate. | ||
|
||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
version: "8.13.dev" | ||
|
@@ -7,14 +10,14 @@ dev-repo: "git+https://github.com/coq-community/aac-tactics.git" | |
bug-reports: "https://github.com/coq-community/aac-tactics/issues" | ||
license: "LGPL-3.0-or-later" | ||
|
||
synopsis: "Coq plugin providing tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators" | ||
synopsis: "Coq tactics for rewriting universally quantified equations, modulo associative (and possibly commutative and idempotent) operators" | ||
description: """ | ||
This Coq plugin provides tactics for rewriting universally quantified | ||
equations, modulo associativity and commutativity of some operator. | ||
The tactics can be applied for custom operators by registering the | ||
operators and their properties as type class instances. Many common | ||
operator instances, such as for Z binary arithmetic and booleans, are | ||
provided with the plugin.""" | ||
This Coq plugin provides tactics for rewriting and proving universally | ||
quantified equations modulo associativity and commutativity of some operator, | ||
with idempotent commutative operators enabling additional simplifications. | ||
The tactics can be applied for custom operators by registering the operators and | ||
their properties as type class instances. Instances for many commonly used operators, | ||
such as for binary integer arithmetic and booleans, are provided with the plugin.""" | ||
|
||
build: ["dune" "build" "-p" name "-j" jobs] | ||
depends: [ | ||
|
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
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