package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.14.0.tar.gz
sha256=dea47dfd44f8dd736b6ea0394bad5e9302c65c4c7243e73be2e05fe4381aef4f
md5=a91101aef477f2bd563c24f218ae0bd3

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

Module Unix_extended.QuotaSource

Sourcetype bytes = private Core.Int63.t
Sourceval sexp_of_bytes : bytes -> Ppx_sexp_conv_lib.Sexp.t
Sourceval bytes_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> bytes
Sourcetype inodes = private Core.Int63.t
Sourceval sexp_of_inodes : inodes -> Ppx_sexp_conv_lib.Sexp.t
Sourceval inodes_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> inodes
Sourceval bytes : Core.Int63.t -> bytes
Sourceval inodes : Core.Int63.t -> inodes
Sourcetype 'units limit = {
  1. soft : 'units option;
  2. hard : 'units option;
  3. grace : Core.Time.t option;
}
Sourceval sexp_of_limit : ('units -> Ppx_sexp_conv_lib.Sexp.t) -> 'units limit -> Ppx_sexp_conv_lib.Sexp.t
Sourceval limit_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'units) -> Ppx_sexp_conv_lib.Sexp.t -> 'units limit
Sourcetype 'units usage = private 'units
Sourceval query : [ `User | `Group ] -> id:int -> path:string -> (bytes limit * bytes usage * inodes limit * inodes usage) Core.Or_error.t
Sourceval set : [ `User | `Group ] -> id:int -> path:string -> bytes limit -> inodes limit -> unit Core.Or_error.t
OCaml

Innovation. Community. Security.