Coq library of arbitrarily large numbers, providing BigN, BigZ, BigQ that used to be part of the standard library [maintainers=@proux01,@erikmd]
25
stars
230
commits
Rocq Prover
primary language
Mar 31, 2026
updated
This Coq library provides BigN, BigZ, and BigQ that used to be part of the standard library.
BignumsThe easiest way to install the latest released version of Bignums is via OPAM:
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-bignums
To instead build and install manually, do:
git clone https://github.com/coq-community/bignums.git
cd bignums
make # or make -j <number-of-cores-on-your-machine>
make install
Rocq Prover
92.1%
OCaml
7.8%
Coq library of arbitrarily large numbers, providing BigN, BigZ, BigQ that used to be part of the standard library [maintainers=@proux01,@erikmd]
25
stars
230
commits
Rocq Prover
primary language
Mar 31, 2026
updated
This Coq library provides BigN, BigZ, and BigQ that used to be part of the standard library.
BignumsThe easiest way to install the latest released version of Bignums is via OPAM:
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-bignums
To instead build and install manually, do:
git clone https://github.com/coq-community/bignums.git
cd bignums
make # or make -j <number-of-cores-on-your-machine>
make install
Rocq Prover
92.1%
OCaml
7.8%