mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Version updates required for 5.5: - ocaml-merlin to 5.8-505 - ocaml-camlp4 to 5.5+1 - ocaml-js_of_ocaml to 6.4.0 - ocaml-batteries to 3.11.0 Removed ocaml-ppx_tools which is dead upstream and superseded by ppxlib. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
Tcl
# -*- 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.17.0 v
|
|
revision 2
|
|
categories ocaml devel
|
|
maintainers nomaintainer
|
|
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 b777ecbdd5181f146b23b0ea7192364a4337937e \
|
|
sha256 d6f76ca1c3e7fa523da5affe9c1ebb74fe17bec2a2f22c239746b72905bc5f61 \
|
|
size 40642
|
|
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
|
|
|
|
# both install the findlib package 'shell'
|
|
conflicts ocaml-ocamlnet
|
|
|
|
ocaml.build_type dune
|