package bistro

  1. Overview
  2. Docs
module Cmd : sig ... end
val wget : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string -> _ Bistro.file
val wget_dyn : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string Bistro.workflow -> _ Bistro.file
val gzip : 'a Bistro.file -> 'a Bistro.gz Bistro.file
val gunzip : 'a Bistro.gz Bistro.file -> 'a Bistro.file
val bunzip2 : 'a Bistro.bz2 Bistro.file -> 'a Bistro.file
val tar_xf : ?strip_components:int -> 'a Bistro.tar Bistro.file -> 'a Bistro.file
val tar_xfz : ?strip_components:int -> 'a Bistro.tar Bistro.gz Bistro.file -> 'a Bistro.file
val tar_xfj : ?strip_components:int -> 'a Bistro.tar Bistro.bz2 Bistro.file -> 'a Bistro.file
val crlf2lf : Bistro.text as 'a Bistro.file -> 'a Bistro.file
val head : n:int -> Bistro.text as 'a Bistro.file -> 'a Bistro.file
OCaml

Innovation. Community. Security.