全部搜索项
forky  ] [  sid  ]
[ 源代码: ocaml-spawn  ]

软件包:libspawn-ocaml-dev(0.17.0-1)

libspawn-ocaml-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 ocaml-spawn

维护小组:

外部的资源:

相似软件包:

spawning sub-processes (development)

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 development files.

其他与 libspawn-ocaml-dev 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libspawn-ocaml-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 47.4 kB111.0 kB [文件列表]
arm64 47.1 kB112.0 kB [文件列表]
armhf 41.5 kB82.0 kB [文件列表]
i386 42.5 kB86.0 kB [文件列表]
ppc64el 47.9 kB116.0 kB [文件列表]
riscv64 53.6 kB182.0 kB [文件列表]
s390x 47.0 kB111.0 kB [文件列表]