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

https://github.com/appliedfm/vstyle-tools

A formatter/linter for Coq source
https://github.com/appliedfm/vstyle-tools

appliedfm coq formatter

Last synced: 11 months ago
JSON representation

A formatter/linter for Coq source

Awesome Lists containing this project

README

          

# vstyle-tools

**This project is under development and not ready for use.**

A formatter/linter for Coq source.

https://vstyle.readthedocs.io

# Installing

```console
$ opam install src/coq-vstyle.opam
$ coqformat --help
```

# Building & running

```console
$ cd src
/src$ dune build
/src$ dune exec ./coqformat.exe -- --help
```

# Example

```console
$ cd src
/src$ dune exec ./coqformat.exe -- ../examples/Foo.v
```

# Formatting the source

```console
$ cd src
/src$ dune build @fmt --auto-promote
```