package gmp
The GNU Multiple Precision Arithmetic Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
gmp-6.3.0.tbz
sha256=eaa668ebbe1319673ad385b52a9a35d7ee31a8ad67f7677461893e373aeb4b95
sha512=f604c08ff981ac9d67fecde26c652422b66dbd14ed87de40c0db03da87e05ef4c18f041f2bd636f183328ff9e8e823c18f7e32a105a6c7dd21fb16325b5e9037
doc/CHANGES.html
6.3.0
- Upgrade to GMP 6.3.0 and add a patch for GCC 15 (@dinosaure, #25)
- Fix the CI (@dinosaure, #26)
6.2.1-5
- Fix the cross-compilation for
aarch64
(@dinosaure, @shym, #22) - Fix the compilation on OpenBSD (@kit-ty-kate, #22)
6.2.1-4
- Build system: when used in a monorepo, do not invoke
opam
to figure out the level of parallelism. Instead, usesysctl
to obtain the number of cores and provide1
as a default value. (@RyanGibb, #18)
6.2.1-3
- CI: test cross-compilation with ocaml-solo5 instead of ocaml-freestanding (@TheLortex, #16)
- Use sed -i -e to fix compilation on FreeBSD (@hannesm, #15)
6.2.1-2
- Fix cross-compilation (@TheLortex, #12)
- Fix MacOS build (@TheLortex, #11)
6.2.1
Initial release