Name: | ocaml-fileutils |
---|---|
Version: | 0.5.2 |
Release: | 29.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1562558 |
License: | LGPLv2 with exceptions |
RPM: | ocaml-fileutils-0.5.2-29.el9.aarch64.rpm |
Source RPM: | ocaml-fileutils-0.5.2-29.el9.src.rpm |
Build Date: | Thu Oct 06 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://forge.ocamlcore.org/projects/ocaml-fileutils/ |
Summary: | OCaml library for common file and filename operations |
Description: | This library is intended to provide a basic interface to the most common file and filename operations. It provides several different filename functions: reduce, make_absolute, make_relative... It also enables you to manipulate real files: cp, mv, rm, touch... It is separated into two modules: SysUtil and SysPath. The first one manipulates real files, the second one is made for manipulating abstract filenames. |