Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 402 Bytes

MemoryModel

Installation

  1. Install opam.
  2. Bootstrap the OCaml compiler:
opam init
opam switch create memory 4.14.0
eval $(opam env)
  1. Install the library dependencies:
opam update
opam install . --deps-only --with-test
  1. Build the application and run the available test suit:
dune build
dune runtest
dune install