mte/unikernel/duniverse/fpath
2025-11-11 02:07:51 +01:00
..
doc 2025-11-11 02:07:51 +01:00
pkg 2025-11-11 02:07:51 +01:00
src 2025-11-11 02:07:51 +01:00
test 2025-11-11 02:07:51 +01:00
.gitignore 2025-11-11 02:07:51 +01:00
.merlin 2025-11-11 02:07:51 +01:00
.ocp-indent 2025-11-11 02:07:51 +01:00
_tags 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
fpath.opam 2025-11-11 02:07:51 +01:00
LICENSE.md 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00

Fpath — File system paths for OCaml

%%VERSION%%

Fpath is an OCaml module for handling file system paths with POSIX or Windows conventions. Fpath processes paths without accessing the file system and is independent from any system library.

Fpath depends on Astring and is distributed under the ISC license.

Home page: http://erratique.ch/software/fpath

Installation

Fpath can be installed with opam:

opam install fpath

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online and there is a generated version in the doc directory of the distribution.