SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ocaml-ancient
Version : 0.9.0 Vendor : Fedora Project
Release : 39.fc29 Date : 2018-07-14 20:59:09
Group : Unspecified Source RPM : ocaml-ancient-0.9.0-39.fc29.src.rpm
Size : 0.06 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-secondary/releases/29/Everything/i386/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-ancient-0.9.0-39.fc29.i686.rpm
     Search for other platforms
ocaml-ancient-0.9.0-39.fc29.sparc.rpm
ocaml-ancient-0.9.0-39.fc29.alpha.rpm
ocaml-ancient-0.9.0-39.fc29.ppc.rpm
ocaml-ancient-0.9.0-39.fc29.ia64.rpm
ocaml-ancient-0.9.0-39.fc29.s390.rpm

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

Requires :
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
ocaml(CamlinternalFormatBasics) = 7ea79e608e46b41c80c3251773e6fdf3
ocaml(Stdlib) = 2812fae09b173a42800ce3b48328b9cb
ocaml(Stdlib__bigarray) = fde4e26503108d041547c9eef855a5fa
ocaml(Stdlib__complex) = d4688bd6236fccf33550a083ea8e768f
ocaml(Unix) = e5f3d189d40891229c2283728e203e8a
ocaml(runtime) = 4.07.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/40071ee0ba2f5c014f7843f704561eeeb8ae3c
/usr/lib/ocaml/ancient
/usr/lib/ocaml/ancient/META
/usr/lib/ocaml/ancient/ancient.cma
/usr/lib/ocaml/ancient/ancient.cmi
/usr/lib/ocaml/stublibs/dllancient.so
/usr/lib/ocaml/stublibs/dllancient.so.owner
/usr/share/doc/ocaml-ancient
/usr/share/doc/ocaml-ancient/COPYING.LIB

 
ICM