https://github.com/EasyCrypt/easycrypt
Revision d5a04f5a8b8fb4f7d70f8ce688e6da752ac4582c authored by Vincent Laporte on 21 September 2023, 10:04:15 UTC, committed by Pierre-Yves Strub on 21 September 2023, 11:27:48 UTC
Library paths can be specified using the environment variables EC_IDIRS
and EC_RDIRS. They contain each a list of specifications separated by
semicolumns (;).

Each said specification is a path, optionally qualified (when present,
the qualifier is followed by a colon (:)).

Specifications given in the EC_IDIRS variable behave the same as the
ones given in the idirs configuration entry or on the command line
following a -I argument.

Specifications given in the EC_RDIRS variable behave the same as the
ones given in the rdirs configuration entry or on the command line
following a -R argument.
1 parent a9ae1ae
History
Tip revision: d5a04f5a8b8fb4f7d70f8ce688e6da752ac4582c authored by Vincent Laporte on 21 September 2023, 10:04:15 UTC
Read library paths from the EC_IDIRS/EC_RDIRS env. vars.
Tip revision: d5a04f5
File Mode Size
.github
config
examples
scripts
src
theories
.dir-locals.el -rw-r--r-- 285 bytes
.gitignore -rw-r--r-- 118 bytes
AUTHORS -rw-r--r-- 543 bytes
LICENSE -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 8.0 KB
default.nix -rw-r--r-- 1.2 KB
dune -rw-r--r-- 221 bytes
dune-project -rw-r--r-- 450 bytes
easycrypt.opam -rw-r--r-- 1.2 KB
easycrypt.opam.template -rw-r--r-- 915 bytes
easycrypt.png -rw-r--r-- 182.6 KB
shell.nix -rw-r--r-- 264 bytes

README.md

back to top