SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-ancient rpm build for : Fedora 39. For other distributions click ocaml-ancient.

Name : ocaml-ancient
Version : 0.9.0 Vendor : Fedora Project
Release : 68.fc39 Date : 2023-04-27 17:40:00
Group : Unspecified Source RPM : ocaml-ancient-0.9.0-68.fc39.src.rpm
Size : 0.07 MB
Packager : Fedora Project
Summary : OCaml library for large memory structures and sharing
Description :
Ancient is an OCaml module that allows you to use in-memory data
structures which are larger than available memory and so are kept in
swap. If you try this in normal OCaml code, you\'ll find that the
machine quickly descends into thrashing as the garbage collector
repeatedly iterates over swapped memory structures. This module lets
you break that limitation. Of course the module doesn\'t work by magic.
If your program tries to access these large structures, they still
need to be swapped back in, but it is suitable for large, sparsely
accessed structures.

Secondly, this module allows you to share those structures between
processes. In this mode, the structures are backed by a disk file, and
any process that has read/write access to that disk file can map that
file in and see the structures.

Developers should read the README.txt file included with the
ocaml-ancient-devel package carefully.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/releases/39/Everything/x86_64/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-ancient-0.9.0-68.fc39.x86_64.rpm
     

Provides :
ocaml(Ancient)
ocaml-ancient
ocaml-ancient(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.33)(64bit)
ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15
ocaml(Stdlib) = 79b0e9d3b6f7fed07eb3cc2abb961b91
ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3
ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35
ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c
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)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/860a2e3bfdfb72cc752e2fd6f5c6b9548a3001
/usr/lib64/ocaml/ancient
/usr/lib64/ocaml/ancient/META
/usr/lib64/ocaml/ancient/ancient.cma
/usr/lib64/ocaml/ancient/ancient.cmi
/usr/lib64/ocaml/stublibs/dllancient.so
/usr/lib64/ocaml/stublibs/dllancient.so.owner
/usr/share/doc/ocaml-ancient
/usr/share/doc/ocaml-ancient/COPYING.LIB

 
ICM