# -*- 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-patience_diff
github.setup        janestreet patience_diff 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Tool and library implementing patience diff
long_description    Diff library using Bram Cohenʼs patience diff algorithm.

checksums           rmd160  61603e73ea6a73c6c38cec1bd2a6938608eb0439 \
                    sha256  4af5d390fb7bffe1bc0f874ee6f71ce549273afc6c6ee3b27688ff0ef8456f5a \
                    size    22756
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-core \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
