package mirage-bootvar

  1. Overview
  2. Docs
Boot time arguments for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-bootvar-1.0.1.tbz
sha256=12e5efb6dda76a9dc1ee363b9d831e9cea9a98b4d0aeec8527c2b6b5167806ad
sha512=306decf2278ca021c71934c9a99036d7b958698a3fe5b618fa7618e0b89d9e8ea901db0e2ff0ac31bf1a939a22105a9bf6240649b2e63ce6230e75dbf75c3449

doc/mirage-bootvar.parse-argv/Mirage_bootvar_parse_argv/index.html

Module Mirage_bootvar_parse_argvSource

Module to parse a Unix-style argv into a list of strings

Sourceval parse : string -> (string list, string) result

parse t will split the t string into whitespace-separated substrings, taking into account quoting using the backslash character.

OCaml

Innovation. Community. Security.