opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/timezone" bug-reports: "https://github.com/janestreet/timezone/issues" dev-repo: "git+https://github.com/janestreet/timezone.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/timezone/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "core_kernel" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} ] synopsis: "Time-zone handling" description: " Timezone handles parsing timezone data and create [Timezone.t] that can later be used to manipulate time in core_kernel or core. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/timezone-v0.13.0.tar.gz" checksum: [ "sha256=0067c9b2e8af1c0770e52ab713d5d802673e6de28387459469c3741ebd7514bc" "md5=ef4d2ba9efb9a4599dc432af3f876bba" ] }