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"}
  "mparser"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
url {
  src:
    "https://github.com/daypack-dev/daypack-lib/releases/download/v0.0.6/manually-archived-v0.0.6.tar.gz"
  checksum:
    "sha256=3035f6753152274c8d3c8e8e7a81fa4361927453aebdf379c8454ece0bc01ea0"
}
