Skip to content

Alex23087/Failure-SSIL-Analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIS-Project

Dependencies

  • OPAM - OCaml Package Manager
  • Dune - build system

Installing the dependencies

  • bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
  • opam init
  • opam update
  • opam install dune ppx_deriving odoc ppx_inline_test menhirLib sexplib

Building and running

  • make build
  • dune exec lisproject

Testing

  • make test
  • make test-rerun To force running all the tests (even cached ones)

Documentation

  • make doc To only build the documentation
  • make docopen To build and then open the documentation in browser
  • The built documentation can be found at _build/default/_doc/_html/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages