Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.07 KB

developing.md

File metadata and controls

39 lines (26 loc) · 1.07 KB

Development versions

Development for jsCoq 0.12 takes place in the v8.12 branch. A preview build of jsCoq 0.12 is usually available at:

https://x80.org/rhino-coq/v8.12/

jsCoq is easy to develop using the Chrome developer tools; the jsCoq object has a debug flag, and it is possible to compile Coq with debug information by setting the makefile variable JSCOQ_DEBUG=yes.

Previous Coq versions can be accessed at:

Docker

We will provide instructions about Docker here soon.

How to Install/Build

See docs/build.md.

Addons

We will provide improved instructions for addons here soon, using Docker.

Serialization

jsCoq used to support serialization to Json or Sexps for Coq's internal data structures, but this effort has been split to an independent development. See https://github.com/ejgallego/coq-serapi for more information.