SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-reins rpm build for : Fedora 19. For other distributions click ocaml-reins.

Name : ocaml-reins
Version : 0.1a Vendor : Fedora Project
Release : 15.fc19 Date : 2013-02-16 18:43:59
Group : Development/Libraries Source RPM : ocaml-reins-0.1a-15.fc19.src.rpm
Size : 2.22 MB
Packager : Fedora Project
Summary : Library of OCaml persistent data structures
Description :
Reins is a collection of persistent data structures for OCaml.

In addition to providing a large collection of data structures, the
O\'Caml Reins project also includes several features that I hope will
make developing O\'Caml applications easier such as a random testing
framework and a collection of \"standard\" modules.

Current features:

* List data types:
o Single linked lists (compatible with the standard library type)
o O(1) catenable lists
o Acyclic double linked lists
o Random access lists with O(1) hd/cons/tl and O(log i) lookup/update
for i\'th element
* Double ended queues
* Sets/Maps:
o AVL
o Red/Black
o Big-endian Patricia
o Splay
* Heaps:
o Binomial
o Skew Binomial
* Zipper style cursor interfaces
* Persistent, bi-directional cursor based iterators (currently only
for lists and sets)
* All standard types hoisted into the module level (Int, Bool, etc...)
* A collection of functor combinators to minimize boilerplate (e.g.,
constructing compare or to_string functions)
* Quickcheck testing framework
o Each structure provides a gen function that can generate a random
instance of itself
* Completely safe code. No -unsafe or references to Obj.*
* Consistent function signatures. For instance, all fold functions take
the accumulator in the same position.
* All operations use no more than O(log n) stack space (except for a
few operations on splay trees which currently have O(log n) expected
time, but O(n) worst case)

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/19/Everything/i386/os/Packages/o

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ocaml-reins-0.1a-15.fc19.i686.rpm
     Search for other platforms
ocaml-reins-0.1a-15.fc19.sparc.rpm
ocaml-reins-0.1a-15.fc19.alpha.rpm
ocaml-reins-0.1a-15.fc19.ppc.rpm
ocaml-reins-0.1a-15.fc19.ia64.rpm
ocaml-reins-0.1a-15.fc19.s390.rpm

Provides :
ocaml-reins
ocaml-reins(x86-32)
ocaml(Reins)

Requires :
ocaml(Unix) = b6bfdb83f38c665d97fc0f322923311f
ocaml(List) = bd7c662c09e850306a62c12fed5ef5ce
ocaml(Int32) = 265928798c0b8a63fa48cf9ac202f0ce
ocaml(Ratio) = b8c317f84aa07072a3ecac75898ac831
ocaml(Int64) = 0d5ecd8dffcffac43aec2ebe427d3bde
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ocaml(runtime) = 4.00.1
ocaml(Big_int) = 6ea0f5d18abf2406597321a99befa362
ocaml(Printexc) = 1576494623cf9d670883c0a9dde994ae
ocaml(Lazy) = be13470d54bbba2080e16d4f864ec34b
ocaml(Map) = 1be6bb7484ad2000575776b38d423f2f
ocaml(Pervasives) = 4836c254f0eacad92fbf67abc525fdda
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
ocaml(Obj) = ad977b422bbde52cd6cd3b9d04d71db1
ocaml(String) = 54ba2685e6ed154753718e9c8becb28b
ocaml(Buffer) = 3f6c994721573c9f8b5411e6824249f4
ocaml(Hashtbl) = 718cd6ce8bc18371ce22483e362f78b4
ocaml(Complex) = 15f71df7179e85f6cfbdabdfbc9eacaf
ocaml(Nat) = 08c67210c7d2a23c3baf31b40921b560
rpmlib(PayloadIsXz) <= 5.2-1
ocaml(CamlinternalLazy) = 7e4f61f0abc0dc4bb87447429adcf88a
ocaml(Printf) = 10fca44c912c9342cf3d611984d42e34
ocaml(Random) = faeb19c76f37e3c770fedde39bea1972
ocaml(Char) = 2693889a299a12395f3d4a288142de6d
ocaml(Nativeint) = ba4724e629401070e29f0b6863f08b24
ocaml(Sys) = 45d17525db422614c1cc84b2d9f27926


Content of RPM :
/usr/lib/ocaml/reins
/usr/lib/ocaml/reins/META
/usr/lib/ocaml/reins/reins.cma
/usr/lib/ocaml/reins/reins.cmi
/usr/share/doc/ocaml-reins-0.1a
/usr/share/doc/ocaml-reins-0.1a/COPYING
/usr/share/doc/ocaml-reins-0.1a/LGPL-2.1

 
ICM