package fpath-base

  1. Overview
  2. No Docs
Adds a few functions to Fpath to use alongside Base

Install

dune-project
 Dependency

Authors

Maintainers

Sources

fpath-base-0.4.0.tbz
sha256=1d7c13dd6daf879876b80b72e403ba9334b921d51397ccb3f4e3ab64bebd93f7
sha512=51c9d2236f4707f22d5e09e9134482acf5c11e51b63ef9add4324a768e65ddfcf43fc7e6322fa2ee95e013cc00874ccb29926ad610bd38c5eacdd799dfba9623

Description

[Fpath_base] is an OCaml module designed to be opened to shadow and further extend the four modules from [fpath-sexplib0]: Fpath, [Fsegment], [Absolute_path] and [Relative_path] for a better compatibility with base.

The extended modules export [hashable] and [comparable] interfaces, making them compatible with base-style containers such as [Map], [Set], [Hashtbl], and [Hash_set].

Dependencies (5)

  1. fpath-sexp0 = version
  2. fpath >= "0.7.3"
  3. base >= "v0.17"
  4. ocaml >= "5.2"
  5. dune >= "3.17"

Dev Dependencies (1)

  1. odoc with-doc

Used by (5)

  1. crs < "0.0.20260307"
  2. dunolint < "0.0.20260306"
  3. dunolint-lib < "0.0.20250804"
  4. dunolint-lib-base < "0.0.20260306"
  5. volgo-base < "0.0.22"

Conflicts

None