Description
A Haskell interface to GMP, the GNU Multiple Precision arithmetic library. It lets Haskell code use arbitrary-precision integer and numeric operations backed by GMP.
Developers use it in math-heavy software, cryptography-adjacent code, compilers, and exact arithmetic tools. Native library behavior and version compatibility should be considered when packaging or deploying.