A simple Pomodoro timer in OCaml.
opam install opomodoro
Launch with: opomodoro
space
: pause/un-pause
r
: reset
b
: begin break
ctrl-c
: exit
dune exec ./opomodoro.exe
dune build @default
Currently the countdown is off by a second or two,
because the method used to generate clock ticks is not ideal.