opam-version: "2.0"
synopsis: "A simple Pomodoro timer"
maintainer: "m-laniakea@github.com"
license: "GPL-2.0-only"
homepage: "https://github.com/m-laniakea/opomodoro"
bug-reports: "https://github.com/m-laniakea/opomodoro/issues"
depends: [
  "dune" {>= "2.5"}
  "ocaml" {>= "4.08"}
  "lwt" {>= "4.0.0"}
  "ANSITerminal" {>= "0.8.2"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/m-laniakea/opomodoro.git"
url {
  src: "https://github.com/m-laniakea/opomodoro/archive/v0.0.2.tar.gz"
  checksum: [
    "md5=e07a4b627c28b0a53847fc428c40866a"
    "sha512=1d27464776da2ddbc8d2af572227431680182e45b30683d6922b4ae3c68590037f4134a60ae564432504032e85f814fdd169556c614f557cf8d944a29b649182"
  ]
}