opam-version: "2.0"
synopsis: "A schedule, time and time slots handling library"
description: """
Daypack-lib is WIP and subject to drastic changes between versions, do not use it for anything serious
"""
maintainer: "Darren Ldl <darrenldldev@gmail.com>"
authors: "Daypack developers"
license: "MIT"
homepage: "https://github.com/daypack-dev/daypack-lib"
bug-reports: "https://github.com/daypack-dev/daypack-lib/issues"
dev-repo: "git+https://github.com/daypack-dev/daypack-lib"
depends: [
  "ocaml" { >= "4.08.0" }
  "dune" {>="1.11.0"}
  "oseq"
  "ptime"
  "biniou"
  "yojson"
  "atdgen"
  "atdgen-runtime"
  "bisect_ppx" { dev & >= "2.0.0" }
  "containers"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
url {
  src:
    "https://github.com/daypack-dev/daypack-lib/archive/v0.0.1.tar.gz"
  checksum:
    "sha256=29bf9a0b60610aad46530535d2d8149e3405c85c07cf970c9cdda74687a1d83f"
}
