= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
ON THIS PAGE
package opam-lib
-
opam-core
-
opam-format
-
opam-solver
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Querying information
Returns the length of the string in terminal chars, ignoring ANSI color sequences from OpamConsole.colorise
Text formatting functions
left indenting. ~visual
can be used to indent eg. ANSI colored strings and should correspond to the visible characters of s
Pads fields in a table with spaces for alignment.
Cut long lines in string according to the terminal width
Convert a list of items to string as a dashed list
Display a pretty list: "x";"y";"z"
-> "x, y and z". "and" can be changed by specifying last
Printing
val print_table : out_channel -> sep:string -> string list list -> unit
Prints a table
ON THIS PAGE