~yerinalexey/hare-bigint

Arbitrary precision integers for Hare
README: Fix installation link
Use for-each in from_string
sub: Use zeroi instead of delete(..)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~yerinalexey/hare-bigint
read/write
git@git.sr.ht:~yerinalexey/hare-bigint

You can also use your local clone with git send-email.

#hare-bigint

Arbitrary precision integers for Hare.

#Installation

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-bigint/ add https://git.sr.ht/~yerinalexey/hare-bigint master

#Contributing

Please send patches to ~yerinalexey/public-inbox@lists.sr.ht using git send-email with prefix set to hare-bigint:

$ git config format.subjectPrefix "PATCH hare-bigint"