| Name: | ocaml-fileutils |
|---|---|
| Version: | 0.6.4 |
| Release: | 12.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 818375 |
| License: | LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception |
| RPM: | ocaml-fileutils-0.6.4-12.el10.aarch64.rpm |
| Source RPM: | ocaml-fileutils-0.6.4-12.el10.src.rpm |
| Build Date: | Fri Jan 31 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://gildor478.github.io/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. |