Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
Spawning sub-processes Spawn is a small 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 performances 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.
Package | Summary | Distribution | Download |
ocaml-spawn-0.13.0-4.mga8.aarch64.html | Spawning sub-processes | Mageia 8 for aarch64 | ocaml-spawn-0.13.0-4.mga8.aarch64.rpm |
ocaml-spawn-0.13.0-4.mga8.armv7hl.html | Spawning sub-processes | Mageia 8 for armv7hl | ocaml-spawn-0.13.0-4.mga8.armv7hl.rpm |
ocaml-spawn-0.13.0-4.mga8.i586.html | Spawning sub-processes | Mageia 8 for i586 | ocaml-spawn-0.13.0-4.mga8.i586.rpm |
ocaml-spawn-0.13.0-4.mga8.x86_64.html | Spawning sub-processes | Mageia 8 for x86_64 | ocaml-spawn-0.13.0-4.mga8.x86_64.rpm |
Generated by rpm2html 1.6