this repo has no description
1opam-version: "2.0" 2synopsis: "Cli tool for interacting with Daypack-lib components" 3description: """ 4Telltime relies on Daypack-lib, which is WIP. Do not use either for anything serious. 5""" 6maintainer: "Darren Ldl <darrenldldev@gmail.com>" 7authors: "Daypack developers" 8license: "MIT" 9homepage: "https://github.com/daypack-dev/telltime" 10bug-reports: "https://github.com/daypack-dev/telltime/issues" 11dev-repo: "git+https://github.com/daypack-dev/telltime" 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "dune" {>= "2.6"} 15 "ptime" 16 "cmdliner" {< "2.0.0"} 17 "oseq" 18 "daypack-lib" {= "0.0.4"} 19] 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22] 23url { 24 src: 25 "https://github.com/daypack-dev/telltime/archive/v0.0.1.tar.gz" 26 checksum: 27 "sha256=44ea36e8cf06f7248ea1a75f8c659ae4a67c38b1d2d7fbb6b48dfefab73bbf92" 28}