# -*- 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

github.setup        OCamlPro ocaml-top 1.2.0
revision            2
categories          editors ocaml
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         OCaml interactive editor for education
long_description    {*}${description}
homepage            http://www.typerex.org/${name}.html
checksums           rmd160  febcce3d39ad00ff7794d72d980d45ed9a23301e \
                    sha256  8ad8aab9164681863f4a4d7da5c2dd7691b2ce8e9c34e243dce9115968b9e249 \
                    size    577055
github.tarball_from archive

depends_build-append \
                    port:ocaml-cppo

depends_lib-append  port:lablgtk3 \
                    port:lablgtk3-sourceview3 \
                    port:ocaml-ocp-indent \
                    port:ocaml-ocp-index

ocaml.build_type    dune
dune.packages       ${name}
