diff options
author | Nick Smallbone <nick@smallbone.se> | 2022-01-30 10:14:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:15 +0700 |
commit | d8b589c80564a1f9366888a06330d02ec0ccef8a (patch) | |
tree | b514e5bc5d50061e85ffadd40a680f5b4cad8bf6 /development/ocaml-num/README | |
parent | db06a54d47ddb16c31c97b76d6958eece89bb8d5 (diff) | |
download | slackbuilds-d8b589c80564a1f9366888a06330d02ec0ccef8a.tar.gz |
development/ocaml-num: Added (arbitrary precision arithmetic).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ocaml-num/README')
-rw-r--r-- | development/ocaml-num/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/ocaml-num/README b/development/ocaml-num/README new file mode 100644 index 0000000000..c6039f776c --- /dev/null +++ b/development/ocaml-num/README @@ -0,0 +1,6 @@ +Num is an OCaml library for arbitrary-precision arithmetic. +It provides arbitrary-precision integers ("bignums") +and rational numbers. + +Num used to be part of the OCaml standard library, but in +OCaml 4.06 it was moved to a separate package. |