package apero-time

  1. Overview
  2. Docs
OCaml Time Stamping Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.7.tar.gz
sha256=8a3d441b43fe3cac23026cd83dea448ed7565ed8fc7e1d7cd7369e4967164e98
sha512=6232e9b96a3b8de8ccdf9881c6c07b11b0cf521cf8f42df2e582a7b020e2c209dfb73741d1e8c339c0d907c2f8a27b0f8f48d86177483239865dfb459b8ead01

doc/apero-time/Apero_time/index.html

Module Apero_time

module type Time = sig ... end
include module type of struct include Timestamp end
module Timestamp = Timestamp.Timestamp
module type Clock = sig ... end
include module type of struct include Clock_unix end
module Clock_unix = Clock_unix.Clock_unix
module HLC : sig ... end