package opam-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.