sig
  class netfs :
    ?repl:int ->
    ?verbose:bool -> Plasma_client.plasma_cluster -> Netfs.stream_fs
  val netfs :
    ?repl:int ->
    ?verbose:bool -> Plasma_client.plasma_cluster -> Netfs.stream_fs
end