Skip to content

Instantly share code, notes, and snippets.

@argent-smith
Last active September 5, 2017 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argent-smith/3597dbbd5092b773f13a669aa9a9653e to your computer and use it in GitHub Desktop.
Save argent-smith/3597dbbd5092b773f13a669aa9a9653e to your computer and use it in GitHub Desktop.
OCaml setup for Unikernel blog
# OPAM configuration
set -gx PATH /Users/paul/.opam/system/bin $PATH
set -gx OCAML_TOPLEVEL_PATH /Users/paul/.opam/system/lib/toplevel
set -gx PERL5LIB /Users/paul/.opam/system/lib/perl5:$PERL5LIB
set -gx MANPATH $MANPATH /Users/paul/.opam/system/man
set -gx OPAMUTF8MSGS 1
set -gx CAML_LD_LIBRARY_PATH /Users/paul/.opam/system/lib/stublibs:/usr/local/lib/ocaml/stublibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment