this repo has no description
1opam-version: "2.0" 2build: [ 3 ["dune" "subst"] {dev} 4 ["dune" "build" "-p" name "-j" jobs] 5 ["dune" "build" "-p" name "@doc"] {with-doc} 6] 7maintainer: ["Jeffas <dev@jeffas.io>"] 8authors: ["Jeffas"] 9bug-reports: "https://github.com/jeffa5/owork/issues" 10homepage: "https://github.com/jeffa5/owork" 11dev-repo: "git+https://github.com/jeffa5/owork.git" 12synopsis: "A productivity timer for focusing on work" 13description: 14 "Owork is a productivity timer. It provides a server executable which uses a state machine to start different timers for sessions. There are four states: `idle`, `working`, `short break` and `long break`." 15depends: [ 16 "dune" {>= "1.10"} 17 "ocaml" {>= "4.04.0"} 18 "astring" {>= "0.8"} 19 "cmdliner" {>= "1.0" & < "2.0.0"} 20 "duration" {>= "0.1"} 21 "fmt" {>= "0.8"} 22 "logs" {>= "0.6"} 23 "lwt" {>= "4.2"} 24 "lwt_ppx" {>= "1.2"} 25 "ppx_deriving" {>= "4.3"} 26 "ppx_expect" {>= "0.12"} 27] 28url { 29 src: 30 "https://github.com/jeffa5/owork/releases/download/0.1.0/owork-0.1.0.tbz" 31 checksum: [ 32 "sha256=034f5b9513ef2429a112f7ae1fcd7d64b2c276ac48f9d03ea054a10ac575d135" 33 "sha512=beeffd10930fa739b5b1c5d244c28e97003241095096cd44a5605ae135718d9695cd647c7cf43a4b84811f40c193c0e2a8c7242bde9d9addb4a6267e73a1dc24" 34 ] 35}