Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Sep 29, 2021
1 parent 9f46d94 commit 0baa47a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ Follow the instructions on https://github.com/coq-community/templates to regener



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.
This small library enables the use of the Micromega arithmetic solvers of Coq
for goals stated with the definitions of the Mathematical Components library
by extending the zify tactic. Other than that, the `ssrZ` library provides
some basic MathComp style definitions to reason about the standard integer
type `Z`.

## Meta

Expand Down
8 changes: 5 additions & 3 deletions coq-mathcomp-zify.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ license: "CECILL-B"

synopsis: "Micromega tactics for Mathematical Components"
description: """
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."""
This small library enables the use of the Micromega arithmetic solvers of Coq
for goals stated with the definitions of the Mathematical Components library
by extending the zify tactic. Other than that, the `ssrZ` library provides
some basic MathComp style definitions to reason about the standard integer
type `Z`."""

build: [make "-j%{jobs}%" ]
install: [make "install"]
Expand Down
8 changes: 5 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ synopsis: >-
Micromega tactics for Mathematical Components
description: |-
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.
This small library enables the use of the Micromega arithmetic solvers of Coq
for goals stated with the definitions of the Mathematical Components library
by extending the zify tactic. Other than that, the `ssrZ` library provides
some basic MathComp style definitions to reason about the standard integer
type `Z`.
authors:
- name: Kazuhiko Sakaguchi
Expand Down

0 comments on commit 0baa47a

Please sign in to comment.