opam-version: "2.0" synopsis: "OCaml date time handling library" description: """ Features: - Timestamp and date time handling with platform independent time zone support - Subset of the IANA time zone database is built into this library - Supports Gregorian calendar date, ISO week date, and ISO ordinal date - Supports nanosecond precision - ISO8601 parsing and RFC3339 printing """ maintainer: "Darren Ldl " authors: "Daypack developers" license: "MIT" homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" dev-repo: "git+https://github.com/daypack-dev/timere" depends: [ "ocaml" {>= "4.06.1" & < "5.0"} "bisect_ppx" {dev & >= "2.5.0"} "dune" {>= "2.7.0"} "oseq" {>= "0.3"} "seq" "mparser" {>= "1.3"} "containers" {>= "3.4"} "ptime" "yojson" {>= "1.6.0"} "fmt" {>= "0.8.9"} "fileutils" "crowbar" {with-test} "alcotest" {with-test} "qcheck-alcotest" {with-test} "qcheck" {with-test} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/daypack-dev/timere/releases/download/desc-v0.5.1/desc-v0.5.1.tar.gz" checksum: "sha256=f3116af73648b40a01b4ce685052b64d5c94ece3f3eaf8743195953291003069" }