You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate code to Rocq 9
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Update dependencies
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* convert LM
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Remove NeuralNetwork stuff
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Update utils for new version of Rocq
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* remove ocaml extraction support
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Remove FHE code
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Remove Floatish and the dependencies on flocq and interval
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Update ProbTheory for new version of Rocq
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* Update CertRL for new version of Rocq
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* progress
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* finish migration
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* update dockerfile and github actions
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* rename source directory coq->rocq
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
* update README
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
---------
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@
8
8
9
9
## Getting Started
10
10
11
-
To compile the Coq code in this repository,
11
+
To compile the [Rocq](https://rocq-prover.org/) (previously known as Coq) code in this repository,[Install Rocq](https://rocq-prover.org/install). For example:
12
12
- first install opam [opam (ocaml package manager)](https://opam.ocaml.org/).
13
-
- Add support for coq ocaml repositories: `opam repo add coq-released --set-default https://coq.inria.fr/opam/released`.
14
-
- If you want to create a local environment (switch), you can run `opam switch create nnsopt 4.07.0`.
15
-
- Next, run `opam install . --deps-only`. This should install all the dependencies needed, including Coq.
13
+
- Add support for rocq ocaml repositories: `opam repo add rocq-released https://rocq-prover.org/opam/released`
14
+
- If you want to create a local environment (switch), you can run `opam switch create formalml 4.14.2`.
15
+
- Next, run `opam install . --deps-only`. This should install all the dependencies needed, including Rocq.
16
16
- Once the prerequisites are installed, run `make` to compile it.
17
17
18
-
Alternatively, the included Docker file can be built using Docker to compile the coq code in a suitable environment.
0 commit comments