todas as opções
forky  ] [  sid  ]
[ Fonte: ocaml-spawn  ]

Pacote: libspawn-ocaml (0.17.0-1 e outros)

Links para libspawn-ocaml

Screenshot

Recursos de Debian:

Baixe o pacote-fonte ocaml-spawn:

Mantenedores(as):

Fontes externas:

Pacotes similares:

spawning sub-processes (runtime)

Spawn is a small OCaml library exposing only one functionality: spawning sub-process.

It has three main goals:

 1. provide missing features of Unix.create_process such as providing
    a working directory
 2. provide better errors when a system call fails in the
    sub-process. For instance if a command is not found, you get a
    proper [Unix.Unix_error] exception
 3. improve performance by using vfork when available. It is often
    claimed that nowadays fork is as fast as vfork, however in
    practice fork takes time proportional to the process memory while
    vfork is constant time. In application using a lot of memory,
    vfork can be thousands of times faster than fork.

This package contains runtime files.

Outros pacotes relacionados a libspawn-ocaml

  • depende
  • recomenda
  • sugere
  • melhora

Download de libspawn-ocaml

Baixe para todas as arquiteturas disponíveis
Arquitetura Versão Tamanho do pacote Tamanho instalado Arquivos
amd64 0.17.0-1+b1 24.0 kB101.0 kB [lista de arquivos]
arm64 0.17.0-1+b1 23.4 kB177.0 kB [lista de arquivos]
armhf 0.17.0-1+b1 15.6 kB105.0 kB [lista de arquivos]
i386 0.17.0-1+b1 16.8 kB57.0 kB [lista de arquivos]
ppc64el 0.17.0-1+b1 23.8 kB177.0 kB [lista de arquivos]
riscv64 0.17.0-1+b1 23.2 kB93.0 kB [lista de arquivos]
s390x 0.17.0-1+b1 23.9 kB98.0 kB [lista de arquivos]