Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liyishuai/coq-show

The Show class in Coq
https://github.com/liyishuai/coq-show

coq coq-library

Last synced: about 1 month ago
JSON representation

The Show class in Coq

Awesome Lists containing this project

README

        

# coq-show

[![Travis][travis-shield]][travis-link]
[![CI][action-shield]][action-link]
[![CircleCI][circleci-shield]][circleci-link]

[travis-shield]: https://travis-ci.com/liyishuai/coq-show.svg?branch=master
[travis-link]: https://travis-ci.com/liyishuai/coq-show/builds
[action-shield]: https://github.com/liyishuai/coq-show/workflows/CI/badge.svg?branch=master
[action-link]: https://github.com/liyishuai/coq-show/actions?query=workflow%3ACI
[circleci-shield]: https://circleci.com/gh/liyishuai/coq-show.svg?style=svg
[circleci-link]: https://circleci.com/gh/liyishuai/coq-show

The Show class in Coq

## Meta

- Author(s):
- Leonidas Lampropoulos (initial)
- Maxime Dénès (initial)
- Cătălin Hrițcu (initial)
- Benjamin C. Pierce (initial)
- Li-yao Xia
- Yishuai Li
- License: [BSD 3-Clause "New" or "Revised" License](LICENSE)
- Compatible Coq versions: 8.10 or later
- Coq namespace: `Show`

## Building and installation instructions

To instead build and install manually, do:

``` shell
git clone https://github.com/liyishuai/coq-show.git
cd coq-show
make # or make -j
make install
```