Source: ocaml-fileutils Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: debhelper-compat (= 13), ocaml-nox, ocaml-dune, libounit-ocaml-dev, dh-ocaml Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/gildor478/ocaml-fileutils Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-fileutils.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-fileutils Package: libfileutils-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: File manipulation for OCaml This library provides some functions which operate on the file system for the Objective Caml (OCaml) programming language. The aim is to enhance the basic functionality provided by the OCaml standard Filename module. . It provides functions, written in pure OCaml, for manipulating files (mv, cp, mkdir et al) and abstract filename (make_relative, make_absolute et al).