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.

System Arch

RPM resource ocaml-spawn

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.

Found 1 sites for ocaml-spawn

Found 4 RPM for ocaml-spawn

PackageSummaryDistributionDownload
ocaml-spawn-0.13.0-4.mga8.aarch64.htmlSpawning sub-processesMageia 8 for aarch64ocaml-spawn-0.13.0-4.mga8.aarch64.rpm
ocaml-spawn-0.13.0-4.mga8.armv7hl.htmlSpawning sub-processesMageia 8 for armv7hlocaml-spawn-0.13.0-4.mga8.armv7hl.rpm
ocaml-spawn-0.13.0-4.mga8.i586.htmlSpawning sub-processesMageia 8 for i586ocaml-spawn-0.13.0-4.mga8.i586.rpm
ocaml-spawn-0.13.0-4.mga8.x86_64.htmlSpawning sub-processesMageia 8 for x86_64ocaml-spawn-0.13.0-4.mga8.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet