Description
Provides integer maps implemented as Patricia trees for OCaml. It is useful for efficient maps keyed by integers, especially in compilers, analyzers, solvers, and symbolic algorithms.
Use it when an OCaml project needs this data structure or depends on Ptmap. It is a library dependency and does not run directly.