package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val reset_value : prefix:string -> char -> string -> string list

Remove from a c-separated list of string the one with the given prefix

val cut_value : prefix:string -> char -> string -> string list * string list

split a c-separated list of string in two according to the first occurrences of the string with the given prefix. The list of elements occurring before is returned in reverse order. If there are other elements with the same prefix they are kept in the second list.

val get : string -> string
val getopt : string -> string option
val list : unit -> (string * string) list