package shell

  1. Overview
  2. Docs
Yet another implementation of fork&exec and related functionality

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.12.0.tar.gz
sha256=ec30eaec1b95543bdad774f378f2d90e5f271a1c734c1a4e8f5c1ac0872b5116
md5=db24c0f66777493987436aed423aec76

doc/shell.unix_extended/Unix_extended/Extended_passwd/index.html

Module Unix_extended.Extended_passwd

val of_passwd_line : string -> Core.Unix.Passwd.t option

of_passwd_line parse a passwd-like line

val of_passwd_line_exn : string -> Core.Unix.Passwd.t

of_passwd_line_exn parse a passwd-like line

val of_passwd_file : string -> Core.Unix.Passwd.t list option

of_passwd_file parse a passwd-like file

val of_passwd_file_exn : string -> Core.Unix.Passwd.t list

of_passwd_file_exn parse a passwd-like file

OCaml

Innovation. Community. Security.