toutes les options
forky  ] [  sid  ]
[ Paquet source : ocaml-spawn  ]

Paquet : libspawn-ocaml (0.17.0-1 et autres)

Liens pour libspawn-ocaml

Screenshot

Ressources Debian :

Télécharger le paquet source ocaml-spawn :

Responsables :

Ressources externes :

Paquets similaires :

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.

Autres paquets associés à libspawn-ocaml

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libspawn-ocaml

Télécharger pour toutes les architectures proposées
Architecture Version Taille du paquet Espace occupé une fois installé Fichiers
amd64 0.17.0-1+b1 24,0 ko101,0 ko [liste des fichiers]
arm64 0.17.0-1+b1 23,4 ko177,0 ko [liste des fichiers]
armhf 0.17.0-1+b1 15,6 ko105,0 ko [liste des fichiers]
i386 0.17.0-1+b1 16,8 ko57,0 ko [liste des fichiers]
ppc64el 0.17.0-1+b1 23,8 ko177,0 ko [liste des fichiers]
riscv64 0.17.0-1+b1 23,2 ko93,0 ko [liste des fichiers]
s390x 0.17.0-1+b1 23,9 ko98,0 ko [liste des fichiers]