package shcaml

  1. Overview
  2. Docs
type label = ..
val add_label_string : label -> string -> unit
val string_of_label : label -> string
module Fields : sig ... end
exception Field_not_found of label
type t = Fields.t
val line : ?after:string -> ?before:string -> string -> t
val pp : Format.formatter -> t -> unit
val raw : t -> string
val set_raw : string -> t -> t
val show : t -> string
val set_show : string -> t -> t
val select : (t -> string) -> t -> t
type source = [
  1. | `Command of string
  2. | `Directory of string
  3. | `File of string
  4. | `None
  5. | `Other of string
  6. | `Process of Proc.execspec
]
val source : t -> source
val set_source : source -> t -> t
val seq : t -> int
val set_seq : int -> t -> t
val after : t -> string
val set_after : string -> t -> t
val before : t -> string
val set_before : string -> t -> t
module Key_value : sig ... end
module Delim : sig ... end
module Passwd : sig ... end
module Group : sig ... end
module Stat : sig ... end
module Ps : sig ... end
module Fstab : sig ... end
module Mailcap : sig ... end