# -*- 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-fileutils
github.setup        gildor478 ocaml-fileutils 0.6.4 v

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL-2.1
description         OCaml POSIX-like file library
long_description    Library to provide pure OCaml functions to manipulate  \
                    real file (POSIX like) and filename.

checksums           rmd160  7bbc4ef44856d7cce2dd98cc88d273b70b2f6437 \
                    sha256  70988d3a5ef30658df57cfd235f610693dfddf69448355df5bb1423014f05c1a \
                    size    49115
github.tarball_from archive

depends_build-append \
                    port:ocaml-ounit
depends_lib-append  port:ocaml-seq
depends_test-append port:ocaml-stdlib-shims

ocaml.build_type    dune
