# -*- 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-utop
github.setup        ocaml-community utop 2.15.0
revision            0
categories          ocaml devel editors
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             BSD
description         Universal toplevel (i.e. REPL) for OCaml
long_description    utop is an improved toplevel (i.e. Read-Eval-Print Loop) for OCaml. It can run in a terminal or in Emacs. \
                    It supports line editing, history, real-time and context sensitive completion, colors and more.

checksums           rmd160  6095c2ee01ee635d691b269efe58f6ada20200dd \
                    sha256  7659dea0a7f7a5b16e30024ee681445179f8c0f87630e5cdae554280dacd6fac \
                    size    418750
github.tarball_from archive

depends_lib-append  port:ocaml-cppo \
                    port:ocaml-findlib \
                    port:ocaml-lambda-term \
                    port:ocaml-logs \
                    port:ocaml-lwt \
                    port:ocaml-lwt_react \
                    port:ocaml-react \
                    port:ocaml-zed \
                    port:ocaml-xdg

ocaml.build_type    dune

depends_test-append port:ocaml-alcotest

test.run            yes
