package owl-zoo

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Zoo

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.7.2.tbz
sha256=08c63c2c6f4a73143062ae1d2b7a809cdc8ae829a50b5bb1ecd9de6e2e5a5549
sha512=574cc39a186ef89bf73fbd9e42dd555b0d03ac1f70f745bc3f0932c623d217030a6375b6418fe4f262d9bff161ff254df10ba27d8f5fa8783c86e88af0755305

doc/owl-zoo/Owl_zoo_ver/index.html

Module Owl_zoo_ver

val exist : string -> string -> bool

``check_log gid vid`` checks if version `vid` of a gist `gid` exists in the zoo repository.

val update : string -> string -> unit

``update_log gid vid`` adds version `vid` of a gist `gid` to the record of local zoo repository.

val remove : string -> unit

``update_log gid`` removes all versions of a gist `gid` from local zoo repository.

val get_remote_vid : string -> string

``get_remote_vid`` gets the newest version of a gist of given id on Gist server.

val get_timestamp : string -> float

``get_timestamp`` gets the timestamp of the latest version of a gist.

val parse_gist_string : string -> string * string * float * bool

``parse_gist_string`` accepts a full gist name scheme string and returns a gist id, a version id, a float value indicating the time tolerance for this gist, and a bool flag indicating if `pin` is set to true in the gist name.

OCaml

Innovation. Community. Security.