Skip to content
Snippets Groups Projects

Kill guix stuff, it's annoying to keep that in sync.

Merged Robbert Krebbers requested to merge robbert/kill_guix into master
2 files
+ 3
160
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
13
# ReLoC
# ReLoC
This is the Coq developement of [ReLoC](https://cs.ru.nl/~dfrumin/reloc/).
This is the Coq development of [ReLoC](https://cs.ru.nl/~dfrumin/reloc/).
It consists of the formalization of all the logical rules, tactics, and examples.
It consists of the formalization of all the logical rules, tactics, and examples.
## Usage guide
## Usage guide
@@ -17,23 +17,13 @@ Make sure that you have Iris OPAM repository enabled:
@@ -17,23 +17,13 @@ Make sure that you have Iris OPAM repository enabled:
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
Then install the ReLoC developement as usual:
Then install the ReLoC development as usual:
opam install .
opam install .
### Guix
Just run
guix package -f guix.scm
to build and install ReLoC. Alternatively, to get a development environment use e.g.
guix environment -l guix.scm
### Manually
### Manually
Install the developement versions of [Iris](https://gitlab.mpi-sws.org/iris/iris/), [std++](https://gitlab.mpi-sws.org/iris/stdpp), and a [coq86-devel](https://github.com/uds-psl/autosubst/tree/coq86-devel) branch of Autosubst.
Install the development versions of [Iris](https://gitlab.mpi-sws.org/iris/iris/), [std++](https://gitlab.mpi-sws.org/iris/stdpp), and a [coq86-devel](https://github.com/uds-psl/autosubst/tree/coq86-devel) branch of Autosubst.
Run `make` and `make install`.
Run `make` and `make install`.
Loading