We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d64bc commit fb23b86Copy full SHA for fb23b86
README.md
@@ -3,26 +3,35 @@
3
This is a minimal JavaScript syntax tree carved out of the
4
[JsCert](https://github.com/jscert/jscert) project.
5
6
-## Prerequisites
+## Installation
7
+
8
+JsAst depends on:
9
+- Coq (version 8.11.2) or later
10
-You need the Flocq library for Coq:
11
+### From opam
12
13
```
14
opam repo add coq-released https://coq.inria.fr/opam/released
-opam install coq-flocq
15
+opam install coq-jsast
16
17
-## Installation
18
+### Local with opam
19
-JsAst depends on:
-- Coq (version 8.7)
20
+In this directory:
21
22
+```
23
+opam install .
24
25
26
+### From source
27
28
To compile, do:
29
30
make
31
32
-To install, do:
33
+To install as a Coq user contribution, do:
34
35
make install
36
37
0 commit comments