package opomodoro

  1. Overview
  2. Docs
A simple Pomodoro timer

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.2.tar.gz
md5=e07a4b627c28b0a53847fc428c40866a
sha512=1d27464776da2ddbc8d2af572227431680182e45b30683d6922b4ae3c68590037f4134a60ae564432504032e85f814fdd169556c614f557cf8d944a29b649182

Description

Published: 26 Jul 2020

README

OPomodoro

A simple Pomodoro timer in OCaml.

Usage:

space: pause/un-pause
r: reset
b: begin break
ctrl-c: exit

Running:

dune exec ./opomodoro.exe

Compiling:

dune build @default

Notes:

Currently the countdown is off by a second or two,
because the method used to generate clock ticks is not ideal.

Dependencies (4)

  1. ANSITerminal >= "0.8.2"
  2. lwt >= "4.0.0"
  3. ocaml >= "4.08"
  4. dune >= "2.5"

Dev Dependencies

None

Used by

None

Conflicts

None