package smaws-lib

  1. Overview
  2. Docs

Module Smaws_Lib.IniSource

Sourceval hash : Str.regexp
Sourceval section_marker : Str.regexp
Sourceval value_marker : Str.regexp
Sourceexception InvalidFormat of string
Sourceval load_ini : [> Eio__.Fs.dir_ty ] Eio.Path.t -> (string * (string * string) list) list