Skip to content

liyishuai/coq-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8069b6b · Oct 12, 2024

History

49 Commits
Oct 9, 2024
Oct 9, 2024
Oct 12, 2024
Mar 4, 2022
Oct 9, 2024
Mar 20, 2021
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024

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