Skip to content
Jordan W edited this page Dec 19, 2016 · 1 revision

Progress And Milestones

Current status:

jordwalke/esy now has a an yet-incomplete-implementation of pjc called esy. The best way to try esy is to use andreypopp/esy-ocaml-project which showcases a simple OCaml project (lib and executable) built with with solvuu-build. The workflow:

npm install .
npm run build

After exeuting those commands there will be _build directory with built executables.

Esy has few commands implemented:

  • esy — prints environment for the sandbox
  • esy build — builds sandbox
  • esy clean — clean sandbox build artifacts
  • esy shell — executes new shell (/bin/bash) in the sandbox environment
  • esy build-eject — prints the Makefile which contains targets for building the sandbox
Clone this wiki locally