# -*- 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-shell
github.setup        janestreet shell 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Implementation of fork&exec and related functionality.
long_description    Yet another implementation of fork&exec and related functionality. \
                    Functions for invoking executables and for running bash in a subprocess.

checksums           rmd160  e0d4fe47ecfc5b3e91dcca04f414d77a71b54c2f \
                    sha256  c8875d651cbf552ea82fdcfebfed90c858d3d6810fd2748bf01786550878e906 \
                    size    40799
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-core_unix \
                    port:ocaml-jst-config \
                    port:ocaml-ppx_jane \
                    port:ocaml-textutils \
                    port:ocaml-spawn

ocaml.build_type    dune
