opam-version: "2.0"
synopsis: "Cli tool for interacting with Daypack-lib components"
description: """
Telltime relies on Daypack-lib, which is WIP. Do not use either for anything serious.
"""
maintainer: "Darren Ldl <darrenldldev@gmail.com>"
authors: "Daypack developers"
license: "MIT"
homepage: "https://github.com/daypack-dev/telltime"
bug-reports: "https://github.com/daypack-dev/telltime/issues"
dev-repo: "git+https://github.com/daypack-dev/telltime"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "2.6"}
  "ptime"
  "cmdliner"
  "oseq"
  "daypack-lib" {= "0.0.4"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
url {
  src:
    "https://github.com/daypack-dev/telltime/archive/v0.0.1.tar.gz"
  checksum:
    "sha256=44ea36e8cf06f7248ea1a75f8c659ae4a67c38b1d2d7fbb6b48dfefab73bbf92"
}
