1 { lib, fetchurl, buildDunePackage, stdlib-shims, ounit }:
8 url = "https://github.com/gildor478/ocaml-fileutils/releases/download/v${version}/fileutils-v${version}.tbz";
9 sha256 = "0qhlhc7fzcq0yfg1wyszsi0gyc4w9hyzmfv84aq9wc79i3283xgg";
12 minimumOCamlVersion = "4.03";
15 propagatedBuildInputs = [
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 ];