package luv

  1. Overview
  2. Docs
Binding to libuv: cross-platform asynchronous I/O

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.6.tar.gz
sha256=35d8092d7a7e8d00a7ab8caf79d99e2073baf1999f5b9274de4d69078ad83685
md5=fb78fd1b179f5c9585e79b5a1c5ff644

doc/luv/Luv/System_info/index.html

Module Luv.System_infoSource

Sourcemodule CPU_info : sig ... end
Sourceval cpu_info : unit -> (CPU_info.t list, Error.t) Result.result
Sourcemodule Uname : sig ... end
Sourceval uname : unit -> (Uname.t, Error.t) Result.result

Retrieves operating system name and version information.

Binds uv_os_uname. See uname(3p).

OCaml

Innovation. Community. Security.