package conex

  1. Overview
  2. Docs
Establishing trust in community repositories

Install

Dune Dependency

Authors

Maintainers

Sources

conex-v0.11.0.tbz
sha256=9b64ab189a68ebb37daed618ce0c201f082469f4b4efa8cc9099442a169d924b
sha512=30caad9a0a8d45d24933652733349e251c0e8decb6ac4c7de18fc4ae8a621865f8af5b2d02a5c9fcca0cc122e6a443ba91f2f7a350f729633923f9c1b5cf913d

doc/conex.unix/Conex_unix_private_key/index.html

Module Conex_unix_private_keySource

Private key IO on Unix

include Conex_private.FS
Sourceval ids : unit -> Conex_resource.identifier list

ids () is the list of available identifiers.

Sourceval read : (float -> Conex_resource.timestamp option) -> Conex_resource.identifier -> (string * Conex_resource.timestamp, string) result

read id is either the content and creation timestamp of id, or an error.

Sourceval write : Conex_resource.identifier -> string -> (unit, string) result

write id data stores data as id persistently, or errors.

OCaml

Innovation. Community. Security.