Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 227 Bytes

Logic library (camellogic)

A little OCaml library written mainly as an exercise.

The project uses dune to manage the build:

  • dune build to build everything.
  • dune runtest to run the tests (written using ounit2).