Skip to content

formalsec/MemoryModels

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published