Fri, 26 Apr 2024 11:55:31 UTC | login

Information for RPM ocaml-zarith-1.9.1-11.fc33.riscv64.rpm

ID605711
Nameocaml-zarith
Version1.9.1
Release11.fc33
Epoch
Archriscv64
SummaryOCaml interface to GMP
DescriptionThis library implements arithmetic and logical operations over arbitrary-precision integers. The module is simply named "Z". Its interface is similar to that of the Int32, Int64 and Nativeint modules from the OCaml standard library, with some additional functions. See the file z.mlip for documentation. The implementation uses GMP (the GNU Multiple Precision arithmetic library) to compute over big integers. However, small integers are represented as unboxed Caml integers, to save space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (coded in assembly for some platforms and functions) eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). Additional features include: - a module Q for rationals, built on top of Z (see q.mli) - a compatibility layer Big_int_Z that implements the same API as Big_int, but uses Z internally
Build Time2020-05-08 14:18:26 GMT
Size161.97 KB
6ed9f1ff616e081a7c2412802d9c754e
LicenseLGPLv2 with exceptions
Buildrootf33-build-201922-48098
Provides
ocaml(Big_int_Z) = f356241eb527f69ce84a56635ad4ea09
ocaml(Q) = ece73d1284fd7da98c75c9834dbf0d5c
ocaml(Z) = 2980fc47e3207816c8c55b947f2379f6
ocaml(Zarith_top) = 7472705811cba73fa6c1beb9290a282b
ocaml-zarith = 1.9.1-11.fc33
ocaml-zarith(riscv-64) = 1.9.1-11.fc33
ocamlx(Big_int_Z) = 368b747e4230b80fda92062ee0b7d42e
ocamlx(Q) = 659c1c246599d254559b44316a4dd5f6
ocamlx(Z) = da190490e481205a8dac756d4685298b
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ld-linux-riscv64-lp64d.so.1()(64bit)
ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.27)(64bit)
libgmp.so.10()(64bit)
ocaml(Asttypes) = c2d0429f60b723e8b720213172bf2088
ocaml(Build_path_prefix_map) = 9a4e8d6cd43bb98baac4f1246c1a8145
ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e
ocaml(CamlinternalLazy) = da00c017b07ea33406799e4c0708370b
ocaml(Cmi_format) = 3215d92e1d3562abda64acbe514a7b9b
ocaml(Env) = a217d02704e8b6b19f2f4995a76ca40d
ocaml(Ident) = 9ba7fd8a937947a27d0d0fc9f18d507e
ocaml(Identifiable) = 08645a8ab1e4df8b92613bf5fee575e0
ocaml(Load_path) = 2c6a73d2a3c72a383122a27f9d10a740
ocaml(Location) = bec426b4dd29a880783e698730075a4e
ocaml(Longident) = 9a5c1cb2b32d1fde913a1a3a90db660d
ocaml(Misc) = 3ea3f4876ff13ee448c802e3033d9c19
ocaml(Outcometree) = 4afebd6a83076a52537bfa1405cb2376
ocaml(Parsetree) = 93520523911d4b17f60db7ee6785d775
ocaml(Path) = 363777273dbb0e902f8f8119abc52375
ocaml(Primitive) = ffdffe2aed4c814306c1f7cd2d961bdf
ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac
ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26
ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a
ocaml(Stdlib__digest) = d8be17ae6382c591ca8ee044e48f8e37
ocaml(Stdlib__format) = c5f72e9cf68719087633a822261f096a
ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82
ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e
ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981
ocaml(Stdlib__lazy) = e6ac069e7b39be8704380ec0c236b891
ocaml(Stdlib__lexing) = 14e0df52f231ec459c096819e4a2ae34
ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef
ocaml(Stdlib__map) = a9fd645d93c1483f6c676174cc50cebb
ocaml(Stdlib__obj) = edb3590617df751c36eda305ea5a8df7
ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4
ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3
ocaml(Stdlib__set) = bef88bbfd0cd2c203ca0f106f12ef88a
ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a
ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e
ocaml(Subst) = 1fefd75861b33bd8a0e9f7e585e904c6
ocaml(Toploop) = a06422bc1b1bd6419c45f0bfb66b30a2
ocaml(Type_immediacy) = e167c6dc2004e53e5f7b8c7ea6c2ce66
ocaml(Types) = 90f86f4286f7265833760e70db5f24d7
ocaml(Warnings) = 4ad722ed4194a9c0e8df49ae74ee16ee
ocaml(Z) = 2980fc47e3207816c8c55b947f2379f6
ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125
ocamlx(Stdlib__buffer) = 48182dff6e9f58341f435523ebc3ffb8
ocamlx(Stdlib__callback) = 7f310ba88c7f5a1aa21a0b1072c24a6f
ocamlx(Stdlib__format) = 43403a4b85b4796482a5806bbc16e97c
ocamlx(Stdlib__int64) = 3d964f7e3dcc90bd08d9b4647ca16caa
ocamlx(Stdlib__string) = e91b030dd19dff9da325a8ca7e199786
ocamlx(Z) = da190490e481205a8dac756d4685298b
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 22 of 22
Name ascending sort Size
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/570.00 B
/usr/lib/.build-id/57/69cec9fae7213d1ca96d2b59e01f4e94492b2846.00 B
/usr/lib/.build-id/f80.00 B
/usr/lib/.build-id/f8/ff3cd2984a7d6e436555460fcda346a710106f49.00 B
/usr/lib64/ocaml/stublibs/dllzarith.so44.36 KB
/usr/lib64/ocaml/stublibs/dllzarith.so.owner7.00 B
/usr/lib64/ocaml/zarith0.00 B
/usr/lib64/ocaml/zarith/META416.00 B
/usr/lib64/ocaml/zarith/big_int_Z.cmi6.78 KB
/usr/lib64/ocaml/zarith/big_int_Z.cmti28.37 KB
/usr/lib64/ocaml/zarith/q.cmi7.77 KB
/usr/lib64/ocaml/zarith/q.cmti46.58 KB
/usr/lib64/ocaml/zarith/z.cmi16.09 KB
/usr/lib64/ocaml/zarith/z.cmti98.46 KB
/usr/lib64/ocaml/zarith/zarith.cma110.65 KB
/usr/lib64/ocaml/zarith/zarith.cmxs107.09 KB
/usr/lib64/ocaml/zarith/zarith_top.cma6.18 KB
/usr/share/doc/ocaml-zarith0.00 B
/usr/share/doc/ocaml-zarith/README.md4.65 KB
/usr/share/licenses/ocaml-zarith0.00 B
/usr/share/licenses/ocaml-zarith/LICENSE25.78 KB
Component of
1 through 10 of 10
Buildroot descending sort Created State
f33-build-288616-54137 2020-08-13 14:19:40 expired
f33-build-286543-53544 2020-07-29 11:54:02 expired
f33-build-280055-51694 2020-06-09 10:41:32 expired
f33-build-260205-51067 2020-06-07 21:31:22 expired
f33-build-254068-50780 2020-06-05 21:57:02 expired
f33-build-243264-50732 2020-06-05 02:29:12 expired
f33-build-226384-49478 2020-06-03 17:06:15 expired
f33-build-216880-48451 2020-05-10 07:35:01 expired
f33-build-207994-48356 2020-05-09 12:23:11 expired
f33-build-205808-48302 2020-05-09 07:37:45 expired