Skip to content

liyishuai/coq-json

Coq JSON

Docker CI

From JSON to Coq, and vice versa.

Meta

Building and installation instructions

The easiest way to install the latest released version of Coq JSON is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-json

To instead build and install manually, do:

git clone https://github.com/liyishuai/coq-json.git
cd coq-json
dune build
dune install