Пакет ocaml-spawn: Информация
Исходный пакет: ocaml-spawn
Версия: 0.17.0-alt1
Собран: 12 марта 2026 г. 10:32 в задании #404247
Категория: Разработка/ML
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/janestreet/spawn
Лицензия: MIT
О пакете: OCAML SPAWN - spawning system process
Описание:
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 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.Список бинарных RPM-пакетов, собираемых из данного SRPM:
ocaml-spawn (x86_64, i586, aarch64)
ocaml-spawn-debuginfo (x86_64, i586, aarch64)
ocaml-spawn-devel (x86_64, i586, aarch64)
ocaml-spawn (x86_64, i586, aarch64)
ocaml-spawn-debuginfo (x86_64, i586, aarch64)
ocaml-spawn-devel (x86_64, i586, aarch64)
Сопровождающий: Anton Farygin
Последнее изменение
17 января 2025 г. Anton Farygin 0.17.0-alt1
- 0.17.0
13 сентября 2024 г. Anton Farygin 0.15.1-alt1
- first build for ALT Linux