# -*- 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.17.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
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  a7e6bd08ffe1765ee020ab875669292dbce6202b \
                    sha256  07c7aaae69c910af584e963c4a15323bd6988741843dfd3c8d11994b3e27ce59 \
                    size    18629
github.tarball_from archive

depends_test-append port:ocaml-ppx_expect

ocaml.build_type    dune
