SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ocaml-ancient
Version : 0.9.0 Vendor : Fedora Project
Release : 50.fc32.1 Date : 2020-02-27 16:34:14
Group : Unspecified Source RPM : ocaml-ancient-0.9.0-50.fc32.1.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: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/32/Everything/x86_64/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-ancient-0.9.0-50.fc32.1.x86_64.rpm
ftp.icm.edu.pl  ocaml-ancient-0.9.0-50.fc32.1.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)
ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf
ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3
ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b
ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645
ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b
ocaml(runtime) = 4.10.0
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/c6
/usr/lib/.build-id/c6/e5087887994ecbf00d8ae2d1c12446db566f21
/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