SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-spawn rpm build for : OpenSuSE. For other distributions click ocaml-spawn.

Name : ocaml-spawn
Version : 0.15.1 Vendor : obs://build_opensuse_org/devel:languages:ocaml
Release : dlo.120500.3.5 Date : 2024-03-14 21:49:13
Group : Development/Languages/OCaml Source RPM : ocaml-spawn-0.15.1-dlo.120500.3.5.src.rpm
Size : 0.07 MB
Packager : (none)
Summary : Spawning sub-processes
Description :
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/ocaml/SLE_12/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-spawn-0.15.1-dlo.120500.3.5.x86_64.rpm
     

Provides :
ocaml-spawn
ocaml-spawn(x86-64)
spawn.cmxs()(64bit)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.9)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib64/ocaml
/usr/lib64/ocaml/spawn
/usr/lib64/ocaml/spawn/spawn.cmxs
/usr/share/doc/packages/ocaml-spawn
/usr/share/doc/packages/ocaml-spawn/CHANGES.md
/usr/share/doc/packages/ocaml-spawn/LICENSE.md

 
ICM