package opam-core

  1. Overview
  2. Docs

doc/opam-core/OpamShellCommand/index.html

Module OpamShellCommandSource

Shell command syntax manipulation

Sourceval of_string : string -> string list

of_string s parses s and returns the list of command :: arguments according to the POSIX shell syntax.