package timedesc-tzdb

  1. Overview
  2. Docs
Virtual library for Timedesc time zone database backends

Install

Dune Dependency

Authors

Maintainers

Sources

timedesc-0.9.1.tar.gz
sha256=e147a24cd91075bac0d79ac7f8ffab2a69c7689a4d83fd9cc75bd7e6be255686

doc/src/timedesc-tzdb.none/timedesc_tzdb.ml.html

Source file timedesc_tzdb.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
module M = Map.Make (String)

type entry = {
  is_dst : bool;
  offset : int;
}

type table =
  (int64, Bigarray.int64_elt, Bigarray.c_layout) Bigarray.Array1.t * entry array

let db = None

let compressed = None
OCaml

Innovation. Community. Security.