summaryrefslogtreecommitdiffstats
path: root/development/ocaml-num/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/ocaml-num/README')
-rw-r--r--development/ocaml-num/README6
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.