Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.34 KB

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