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 Ubuntu Archiv lucid (universe)
Version0.1a-3build1
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe2980 Byte
Hängt ab vonocaml-nox-3.11.2
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleocaml-reins
Paketgröße995728 Byte
Prüfsumme MD5dfb13740f2bd84fc999851ec508666f9
Prüfsumme SHA152b0cf0cabdcec5b8bd2053de14a4acfcd980fb6
Prüfsumme SHA2561dfb82070991ecdd294e1683eff8e12c2497ed517c87a0920b2e34b0ccc1702b
Link zum Herunterladenlibreins-ocaml-dev_0.1a-3build1_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