The unpac monorepo manager self-hosting as a monorepo using unpac
OCaml 98.4%
Other 1.6%
80 131 0

Clone this repository

https://tangled.org/anil.recoil.org/unpac-unpac https://tangled.org/did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-unpac
git@git.recoil.org:anil.recoil.org/unpac-unpac git@git.recoil.org:did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-unpac

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Fpath — File system paths for OCaml#

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 can be consulted online or via odig doc fpath.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.