this repo has no description
1opam-version: "2.0" 2synopsis: "A schedule, time and time slots handling library" 3description: """ 4Daypack-lib is WIP and subject to drastic changes between versions, do not use it for anything serious 5""" 6maintainer: "Darren Ldl <darrenldldev@gmail.com>" 7authors: "Daypack developers" 8license: "MIT" 9homepage: "https://github.com/daypack-dev/daypack-lib" 10bug-reports: "https://github.com/daypack-dev/daypack-lib/issues" 11dev-repo: "git+https://github.com/daypack-dev/daypack-lib" 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "dune" {>= "1.11.0"} 15 "oseq" {< "0.5"} 16 "ptime" 17 "biniou" 18 "yojson" 19 "atdgen" {>= "1.13"} 20 "atdgen-runtime" {>= "1.13"} 21 "bisect_ppx" {dev & >= "2.0.0"} 22 "containers" {< "3.6"} 23 "re" {>= "1.7.2"} 24] 25conflicts: [ 26 "result" {< "1.5"} 27] 28build: [ 29 ["dune" "build" "-p" name "-j" jobs] 30] 31url { 32 src: 33 "https://github.com/daypack-dev/daypack-lib/archive/v0.0.4.tar.gz" 34 checksum: 35 "sha256=8e846eef4fcba032d2a3efede550d22bf4fd7923c1ddfcfbef5dc09b7d0d0fec" 36}