add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup
5 lines
216 B
Bash
5 lines
216 B
Bash
eval $(guix shell --search-paths)
|
|
eval $(opam env)
|
|
# OCaml needs this to locate some shims.
|
|
export OCAMLPATH=$OPAM_SWITCH_PREFIX/lib:$OCAMLPATH
|
|
export EMACSLOADPATH="$(opam var share)/emacs/site-lisp:$EMACSLOADPATH"
|