-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
6 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,6 +1,50 @@ | ||
# mczify | ||
<!--- | ||
This file was generated from `meta.yml`, please do not edit manually. | ||
Follow the instructions on https://github.com/coq-community/templates to regenerate. | ||
---> | ||
# Mczify | ||
|
||
[![Docker CI][docker-action-shield]][docker-action-link] | ||
|
||
[docker-action-shield]: https://github.com/math-comp/mczify/workflows/Docker%20CI/badge.svg?branch=master | ||
[docker-action-link]: https://github.com/math-comp/mczify/actions?query=workflow:"Docker%20CI" | ||
|
||
|
||
|
||
|
||
This small library enables the use of the Micromega tactics for goals stated | ||
with the definitions of the Mathematical Components library by extending the | ||
zify tactic. | ||
|
||
## Meta | ||
|
||
- Author(s): | ||
- Kazuhiko Sakaguchi (initial) | ||
- License: [CeCILL-B Free Software License Agreement](CeCILL-B) | ||
- Compatible Coq versions: 8.13 or later | ||
- Additional dependencies: | ||
- [MathComp](https://math-comp.github.io) 1.12.0 or later | ||
- Coq namespace: `mathcomp.zify` | ||
- Related publication(s): none | ||
|
||
## Building and installation instructions | ||
|
||
The easiest way to install the latest released version of Mczify | ||
is via [OPAM](https://opam.ocaml.org/doc/Install.html): | ||
|
||
```shell | ||
opam repo add coq-released https://coq.inria.fr/opam/released | ||
opam install coq-mathcomp-zify | ||
``` | ||
|
||
To instead build and install manually, do: | ||
|
||
``` shell | ||
git clone https://github.com/math-comp/mczify.git | ||
cd mczify | ||
make # or make -j <number-of-cores-on-your-machine> | ||
make install | ||
``` | ||
|
||
|
||
## Requirements | ||
|
||
- Coq 8.13 or later, and | ||
- Mathematical Components 1.12.0 or later. |
File renamed without changes.
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