[ forky ]
[ sid ]
[ Quellcode: ocaml-spawn ]
Paket: libspawn-ocaml (0.17.0-1)
Links für libspawn-ocaml
Debian-Ressourcen:
Quellcode-Paket ocaml-spawn herunterladen:
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
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.
Andere Pakete mit Bezug zu libspawn-ocaml
|
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU-C-Bibliothek: Laufzeitbibliotheken
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
-
- dep: libstdlib-ocaml-2d5j3 [s390x]
- virtuelles Paket, bereitgestellt durch libstdlib-ocaml
-
- dep: libstdlib-ocaml-m4xw9 [nicht armhf, i386, s390x]
- virtuelles Paket, bereitgestellt durch libstdlib-ocaml
-
- dep: libstdlib-ocaml-ye7o9 [armhf, i386]
- virtuelles Paket, bereitgestellt durch libstdlib-ocaml
-
- dep: ocaml-base-5.3.0
- virtuelles Paket, bereitgestellt durch ocaml-base
libspawn-ocaml herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
amd64 | 24,2 kB | 91,0 kB | [Liste der Dateien] |
arm64 | 23,5 kB | 167,0 kB | [Liste der Dateien] |
armhf | 15,6 kB | 95,0 kB | [Liste der Dateien] |
i386 | 16,8 kB | 47,0 kB | [Liste der Dateien] |
ppc64el | 23,9 kB | 167,0 kB | [Liste der Dateien] |
riscv64 | 23,4 kB | 83,0 kB | [Liste der Dateien] |
s390x | 23,9 kB | 88,0 kB | [Liste der Dateien] |