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.2.0/desc-v0.2.0.tar.gz" checksum: "sha256=45e84adeab3ca37b97b167a03961f80b4e3db1ccd778a5258c23216cb809d2a0" }