OCaml library for common file and filename operations
https://forge.ocamlcore.org/projects/ocaml-fileutils/
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.
- Sources inherited from project SUSE:SLE-15:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:GA/ocaml-fileutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000513 513 Bytes | |
ocaml-fileutils-0.5.2.tar.xz | 0000064980 63.5 KB | |
ocaml-fileutils.changes | 0000001777 1.74 KB | |
ocaml-fileutils.spec | 0000002931 2.86 KB |
Latest Revision
Frederic Crozat (fcrozat)
committed
(revision 2)
- Use Group: Development/Languages/OCaml - Update to version 0.5.2 Fix non POSIX behavior of cp with links when "recurse:false". Test file existence with Unix.LargeFile.lstat in FileUtilRM. - Wrap specfile conditionals to fix quilt setup - Remove autodeps for pre openSUSE 12.1 releases
Comments 0