package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml library

Install

Dune Dependency

Authors

Maintainers

Sources

github-data-4.4.1.tbz
sha256=2e8ea3e84c3a72fbe80ea27f400228f8f3eb82be398b07f8a189a77f39648461
sha512=71e97efa2bb2ddad4f5fa5fb2234c017338dc19f34ba849bc8787fd7eb010560a219b85f6ac017539f31ca7d785d5936c84892ead929c7ac29202dd8d3791d0d

doc/github/Github_s/module-type-Time/index.html

Module type Github_s.Time

A module of this type is required in order to construct a Github module using Github_core.Make.

val now : unit -> float

now () is the current UNIX epoch time in seconds.

val sleep : float -> unit Lwt.t

sleep sec activates after sec seconds have elapsed.

OCaml

Innovation. Community. Security.