# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           ocaml 1.1

name                ocaml-spawn
github.setup        janestreet spawn 0.15.1 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Spawning system process
long_description    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.

checksums           rmd160  a27c733ea0e8aea3a2889397b8c35fcdb66f79aa \
                    sha256  9afdee314fab6c3fcd689ab6eb5608d6b78078e6dede3953a47debde06c19d50 \
                    size    15861
github.tarball_from archive

depends_test-append port:ocaml-ppx_expect

ocaml.build_type    dune
