Port details |
- ocaml-num Legacy library for arbitrary-precision arithmetic
- 1.4 math
=0 1.4Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2022-04-16 07:24:06
- Last Update: 2022-04-16 07:19:46
- Commit Hash: 317aa04
- License: LGPL21
- Description:
- 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.
WWW: https://github.com/ocaml/num
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ocaml-num>0:math/ocaml-num
- To install the port:
- cd /usr/ports/math/ocaml-num/ && make install clean
- To add the package, run one of these commands:
- pkg install math/ocaml-num
- pkg install ocaml-num
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml-num
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1604938929
SHA256 (ocaml-num-v1.4_GH0.tar.gz) = 015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
SIZE (ocaml-num-v1.4_GH0.tar.gz) = 66327
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ocamlc : lang/ocaml
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- ocamlc : lang/ocaml
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Build
-
- devel/cil
- devel/ocaml-sexplib
- math/alt-ergo
- math/coq
- math/orpie
- math/scilab
- net-p2p/mldonkey
- for Run
-
- math/coq
- Configuration Options:
- No options to configure
- Options name:
- math_ocaml-num
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Apr 2022 07:19:46 1.4
|
Alexey Dokuchaev (danfe)  |
OCaml: transient update of the stack to version 4.07.1
This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.
It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.
For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.
PR: 250408, 262781
Exp-run by: antoine |
Number of commits found: 1
|