./devel/ocaml-spawn, Spawn sub-processes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.1, Package name: ocaml-spawn-0.15.1, Maintainer: jaapb

Spawn is a small library exposing only one function: Spawn.spawn. Its purpose is
to start command in the background. Spawn aims to provide a few missing features
of Unix.create_process such as providing a working directory as well as
improving error reporting and performance.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-dune] [devel/ocaml-ppx_expect]

Required to build:
[pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-05 09:23:10 by Jaap Boender | Files touched by this commit (3)
Log message:
Update devel/ocaml-spawn to version 0.15.1.

Upstream changes are minor bugfixes and addition.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2020-04-03 12:56:10 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated devel/ocaml-spawn to version 0.13.0.

This introduces a breaking change on Windows, and updates the build system
to dune.
   2019-03-25 10:07:07 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-spawn, spawning system processes