DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibreins-ocaml-dev
Beschreibungdata structure library for OCaml
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.1a-3+b1
Sektionocaml
Prioritätoptional
Installierte Größe2980 Byte
Hängt ab vonocaml-nox-3.11.2
Empfohlene Pakete
PaketbetreuerDebian OCaml Maintainers
Quelleocaml-reins (0.1a-3)
Paketgröße1000536 Byte
Prüfsumme MD5f425b2b148fc0ab27a96a1ea46a35208
Prüfsumme SHA14e1125a5e0422b9f315e9ddfc4acf8abdfd4f4a6
Prüfsumme SHA256a7021c78e3cf73f4383bec523ce91ed8aba50c581760b935dd58d98740de85bd
Link zum Herunterladenlibreins-ocaml-dev_0.1a-3+b1_i386.deb
Ausführliche BeschreibungThe OCaml Reins data structure library consists of the following persistent implementations: * Lists (singly, O(1) catenable, Acyclic doubly linked, random access) * Sets/Maps (AVL, Red/Black, Patricia, Splay) * Heaps (Binomial, Skew-Binomial) . All of the implementations conform to a unified signature for each data type. Also, each data types include zipper style cursor interfaces and persistent, bi-directional cursor based iterators. The library also includes a set of standard modules to hoist the base typs into the module level (Int, Bool, etc...) as well as a collection of functor combinators to minimize boilerplate (e.g., for constructing compare or to_string functions). Finally, a quickcheck-like random testing framework is included and each data type supports the necessary "gen" function to generate a random instance of the type.


Impressum
Linux is a registered trademark of Linus Torvalds