package spawn

  1. Overview
  2. Docs
Spawning sub-processes

Install

Dune Dependency

Authors

Maintainers

Sources

spawn-v0.14.0.tbz
sha256=1a7b473dad236fad11573137dbb3f6d8d35340eb9d1612c178dc4459f6007d94
sha512=2f78b00d831bcb9343d5b28155110efd60597cd5097f2cee033360a34ceba8f32074aa5c7feba94edb3abf44453551a64156feaf4f64ddc3a69c48530921d89c

CHANGES.md.html

v0.14.0

  • Do not use vfork by default on OSX as it seems broken (#20, @jeremiedimino)

  • Fix compilation under msvc (#21, @nojb)

v0.13.0

  • Breaking change on Windows: to match the Unix behavior, prog is interpreted as relative to the directory specified by the cwd argument (#13)

  • Switch to dune (#12)

  • Switch to MIT+DCO (#11)

v0.12.0

  • Breaking change: make environments abstract so that we can later optimize them without further breaking changes (#3)

v0.11.1

  • Fix linking errors due to missing -lphtread (#1)

v0.9.0

Initial release