1 { lib, fetchurl, ocaml, buildDunePackage, seq, stdlib-shims, ounit2 }:
8 url = "https://github.com/gildor478/ocaml-fileutils/releases/download/v${version}/fileutils-${version}.tbz";
9 hash = "sha256-enu2vGo2tuvawrTkap6bENNmxaLUQXpfHWih+7oKRF8=";
12 minimalOCamlVersion = "4.03";
14 propagatedBuildInputs = [
22 doCheck = lib.versionAtLeast ocaml.version "4.08";
25 description = "OCaml API to manipulate real files (POSIX like) and filenames";
26 homepage = "https://github.com/gildor478/ocaml-fileutils";
27 license = licenses.lgpl21Plus;
28 maintainers = with maintainers; [ vbgl ];