Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 369 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 369 Bytes

Normalizer

  • Install opam.
  • Bootstrap the OCaml compiler:
opam init
opam switch create ecma-sl 4.14.1
eval $(opam env)
  • Install the library dependencies:
opam update
opam install . --deps-only --with-test
  • Build the application and run the available test suit:
dune build
dune test
dune install