module Netcompression:sig..end
Netgzip module can be used
    to register the gzip algorithm, just run
 Netgzip.init() 
    to get this effect.
val register : iana_name:string ->
       ?encoder:(unit -> Netchannels.io_obj_channel) ->
       ?decoder:(unit -> Netchannels.io_obj_channel) -> unit -> unitNetchannels.io_obj_channel.val lookup_encoder : iana_name:string -> unit -> Netchannels.io_obj_channelNot_foundval lookup_decoder : iana_name:string -> unit -> Netchannels.io_obj_channelNot_foundval all_encoders : unit -> string listval all_decoders : unit -> string list