package bistro

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

Module Bistro_unixSource

Sourcemodule Cmd : sig ... end
Sourceval wget : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string -> _ Bistro.file
Sourceval wget_dyn : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string Bistro.workflow -> _ Bistro.file
Sourceval tar_xf : ?strip_components:int -> 'a Bistro.tar Bistro.file -> 'a Bistro.file
Sourceval tar_xfz : ?strip_components:int -> 'a Bistro.tar Bistro.gz Bistro.file -> 'a Bistro.file
Sourceval tar_xfj : ?strip_components:int -> 'a Bistro.tar Bistro.bz2 Bistro.file -> 'a Bistro.file
Sourceval crlf2lf : Bistro.text as 'a Bistro.file -> 'a Bistro.file
Sourceval head : n:int -> Bistro.text as 'a Bistro.file -> 'a Bistro.file
OCaml

Innovation. Community. Security.