package fpath

  1. Overview
  2. Docs
File system paths for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

fpath-0.7.0.tbz
md5=865c9e7057626894f0e5a54f07bf8295

Description

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.

Tags

file system path org:erratique

Published: 23 May 2016

README

Fpath — File system paths for OCaml

v0.7.0

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
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

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.

Sample programs

If you installed Fpath with opam sample programs are located in the directory opam config var fpath:doc.

In the distribution sample programs are located in the test directory of the distribution. They can be built with:

ocamlbuild -use-ocamlfind test/tests.otarget

The resulting binaries are in _build/test.

  • test.native tests the library, nothing should fail.