# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
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  bbb18aa37e6445515ba977f82cb430f2ec70369b \
                    sha256  f4f2b060ea39870e238f5be744e84d1d8030864a02f8fc2368866e4d3d7e1b72 \
                    size    237574
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
