Skip to content

Commit fd5b9bf

Browse files
committed
Update meta.yml and README
1 parent 2951de1 commit fd5b9bf

File tree

4 files changed

+51
-6
lines changed

4 files changed

+51
-6
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: coq-community/docker-coq-action@v1
2828
with:
29-
opam_file: 'coq-mczify.opam'
29+
opam_file: 'coq-mathcomp-zify.opam'
3030
custom_image: ${{ matrix.image }}
3131

3232
# See also:

README.md

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
1-
# mczify
1+
<!---
2+
This file was generated from `meta.yml`, please do not edit manually.
3+
Follow the instructions on https://github.com/coq-community/templates to regenerate.
4+
--->
5+
# Mczify
6+
7+
[![Docker CI][docker-action-shield]][docker-action-link]
8+
9+
[docker-action-shield]: https://github.com/math-comp/mczify/workflows/Docker%20CI/badge.svg?branch=master
10+
[docker-action-link]: https://github.com/math-comp/mczify/actions?query=workflow:"Docker%20CI"
11+
12+
13+
14+
15+
This small library enables the use of the Micromega tactics for goals stated
16+
with the definitions of the Mathematical Components library by extending the
17+
zify tactic.
18+
19+
## Meta
20+
21+
- Author(s):
22+
- Kazuhiko Sakaguchi (initial)
23+
- License: [CeCILL-B Free Software License Agreement](CeCILL-B)
24+
- Compatible Coq versions: 8.13 or later
25+
- Additional dependencies:
26+
- [MathComp](https://math-comp.github.io) 1.12.0 or later
27+
- Coq namespace: `mathcomp.zify`
28+
- Related publication(s): none
29+
30+
## Building and installation instructions
31+
32+
The easiest way to install the latest released version of Mczify
33+
is via [OPAM](https://opam.ocaml.org/doc/Install.html):
34+
35+
```shell
36+
opam repo add coq-released https://coq.inria.fr/opam/released
37+
opam install coq-mathcomp-zify
38+
```
39+
40+
To instead build and install manually, do:
41+
42+
``` shell
43+
git clone https://github.com/math-comp/mczify.git
44+
cd mczify
45+
make # or make -j <number-of-cores-on-your-machine>
46+
make install
47+
```
48+
249

3-
## Requirements
450

5-
- Coq 8.13 or later, and
6-
- Mathematical Components 1.12.0 or later.
File renamed without changes.

meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
fullname: mczify
2+
fullname: Mczify
33
shortname: mczify
4+
opam_name: coq-mathcomp-zify
45
organization: math-comp
56
action: true
67

0 commit comments

Comments
 (0)