# -*- 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-patdiff
github.setup        janestreet patdiff 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Colored patience diffs with word-level refinement
long_description    Patdiff is an OCaml implementation of Bram Cohenʼs patience diff algorithm, \
                    with a few extra conveniences for comparing code and config files.

checksums           rmd160  aed4c226662123f9496ce43b1d7578c72364887e \
                    sha256  6ad2774361abf60165eb51c339b928f6f221dfdf81ca7d3c552665b3dd6debdd \
                    size    225561
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-core_unix \
                    port:ocaml-expect_test_helpers_core \
                    port:ocaml-patience_diff \
                    port:ocaml-pcre \
                    port:ocaml-ppx_jane \
                    port:ocaml-re

ocaml.build_type    dune
