Skip to content

Repository files navigation

profiler-experiments

Setup for local development

Install opam and use it to install the right OCaml version: opam switch 4.06.0 (don't forget to source your new opam environment via $(opam config env)).

Now install the project dependencies:

opam pin add profiler-experiments -y .

If you want to use the watch-mode, you need to install watchman: https://facebook.github.io/watchman/docs/install.html#installing-on-os-x-via-homebrew

Building / Running

# Builds all build artifacts
make build

# Starts the socket-server (make sure to build first)
make start

# Cleans all build artifacts
make clean

# Uses watchman-make to watch all source files and rebuilds on change
make watch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages