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.14.0"} "core" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/timezone/archive/322c1f5ac53ffe34b061b0f11a47f868227ba9e6.tar.gz" checksum: "sha256=5265951e0e0ed837afe189c7786558e54ebef8010ed8e0431120e0177a0e8099" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]