freebsd-ports/math/ocaml-num/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
442 B
Plaintext

The Num library implements integer arithmetic and rational arithmetic in
arbitrary precision. It was split off the core OCaml distribution starting
with the 4.06.0 release.
New applications that need arbitrary-precision arithmetic should use the
Zarith library instead of the Num library, and older applications that
already use Num are encouraged to switch to Zarith. Zarith delivers much
better performance than Num and has a nicer API.