Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

2 active mirrors: [fr] [fr2]

RPM resource ocaml-reins

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)

Found 1 sites for ocaml-reins

Found 13 RPM for ocaml-reins

PackageSummaryDistributionDownload
ocaml-reins-0.1a-15.fc19.src.htmlLibrary of OCaml persistent data structuresFedora Rawhide Sourcesocaml-reins-0.1a-15.fc19.src.rpm
ocaml-reins-0.1a-15.fc19.i686.htmlLibrary of OCaml persistent data structuresFedora Rawhide for i386ocaml-reins-0.1a-15.fc19.i686.rpm
ocaml-reins-0.1a-15.fc19.x86_64.htmlLibrary of OCaml persistent data structuresFedora Rawhide for x86_64ocaml-reins-0.1a-15.fc19.x86_64.rpm
ocaml-reins-0.1a-14.fc18.i686.htmlLibrary of OCaml persistent data structuresFedora 18 updates for i386ocaml-reins-0.1a-14.fc18.i686.rpm
ocaml-reins-0.1a-14.fc18.x86_64.htmlLibrary of OCaml persistent data structuresFedora 18 updates for x86_64ocaml-reins-0.1a-14.fc18.x86_64.rpm
ocaml-reins-0.1a-13.fc18.i686.htmlLibrary of OCaml persistent data structuresFedora 18 for i386ocaml-reins-0.1a-13.fc18.i686.rpm
ocaml-reins-0.1a-13.fc18.x86_64.htmlLibrary of OCaml persistent data structuresFedora 18 for x86_64ocaml-reins-0.1a-13.fc18.x86_64.rpm
ocaml-reins-0.1a-11.fc17.x86_64.htmlLibrary of OCaml persistent data structuresFedora 17 for x86_64ocaml-reins-0.1a-11.fc17.x86_64.rpm
ocaml-reins-0.1a-11.fc17.i686.htmlLibrary of OCaml persistent data structuresFedora 17 for i386ocaml-reins-0.1a-11.fc17.i686.rpm
ocaml-reins-0.1a-10.fc15.i686.htmlLibrary of OCaml persistent data structuresFedora 15 for i386ocaml-reins-0.1a-10.fc15.i686.rpm
ocaml-reins-0.1a-10.fc15.x86_64.htmlLibrary of OCaml persistent data structuresFedora 15 for x86_64ocaml-reins-0.1a-10.fc15.x86_64.rpm
ocaml-reins-0.1a-10.fc15.i686.htmlLibrary of OCaml persistent data structuresFedora 16 for i386ocaml-reins-0.1a-10.fc15.i686.rpm
ocaml-reins-0.1a-10.fc15.x86_64.htmlLibrary of OCaml persistent data structuresFedora 16 for x86_64ocaml-reins-0.1a-10.fc15.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet