Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 230 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 230 Bytes

Tim - command line time tracker written in OCaml

Dependencies

  • OCaml (known to compile on versions 4.08.0 and 4.09.1)
  • opam install core.v0.12.4 yojson ANSITerminal ounit

Building

make build

Testing

make test