# -*- 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.6 v
revision            0

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  429ec32ea1c4a24d63fc675f04750ac1b2eb6674 \
                    sha256  592036194ad46ae5b8f9d8060c5eb2dfec2d0cdf84b92857b866de3cc9357ecb \
                    size    49932
github.tarball_from archive

depends_test-append port:ocaml-ounit

ocaml.build_type    dune
