package mirage-bootvar

  1. Overview
  2. Docs
Boot time arguments for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-bootvar-1.0.0.tbz
sha256=e3e4d9b3fd96fa8fe1f5e0a59e6f8a80b58505a21d3296ed08d396ed9ac905f8
sha512=817017d81b5dc0a16956ff1ef0cdaadf4b7f8572d33ce02683fdcdc95a18b0995599a8c7c3ae555ff1ef097195ebe9417f8fc1e0e23d50216c60eb5e95b7f5a8

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

Module 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.