package timedesc

  1. Overview
  2. Docs
OCaml date time handling library

Install

Dune Dependency

Authors

Maintainers

Sources

desc-v0.2.0.tar.gz
sha256=45e84adeab3ca37b97b167a03961f80b4e3db1ccd778a5258c23216cb809d2a0

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
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 = M.empty
OCaml

Innovation. Community. Security.