A collection of useful Rocq tactics.
Compatibility: Rocq versions 8.20 and newer.
You have two options to install sflib:
-
Using a Local Clone:
opam install .
-
From the opam Repository:
opam remote add coq-sflib -k git https://github.com/snu-sf/sf-opam-coq-archive opam install coq-sflib
After installation, build sflib with:
dune build @install
- Use
make
to create_CoqProject
file.