package containers

  1. Overview
  2. Docs
A modular extension of the OCaml standard library with a focus on data structures.

Install

Dune Dependency

Authors

Maintainers

Sources

0.12.tar.gz
md5=e9052d60aa3456ba5bf2a33e4fa0a435

Description

Containers is a standard library (BSD license) focused on data structures, combinators and iterators, without dependencies on unix. Every module is independent and is prefixed with 'CC' in the global namespace. Some modules extend the stdlib (e.g. CCList provides safe map/fold_right/append, and additional functions on lists).

It also features optional libraries for dealing with strings, helpers for unix, threads, lwt and a misc library full of experimental ideas (not stable, not necessarily usable).

Dependencies (5)

  1. ocamlbuild build
  2. cppo build
  3. base-bytes
  4. ocamlfind build
  5. ocaml >= "4.00.0" & < "4.08.0"

Dev Dependencies

None

Used by (39)

  1. batsat >= "0.7"
  2. bytepdf
  3. calli
  4. daypack-lib < "0.0.6"
  5. deadlock
  6. decoders-bencode < "0.7.0"
  7. decoders-cbor < "0.7.0"
  8. decoders-ezjsonm >= "0.3.0" & < "0.7.0"
  9. decoders-jsonm < "0.7.0"
  10. decoders-msgpck < "0.7.0"
  11. decoders-sexplib < "0.7.0"
  12. decoders-yojson >= "0.5.0" & < "0.7.0"
  13. dscheck
  14. embedded_ocaml_templates
  15. euler < "0.2"
  16. hll >= "2.7"
  17. jose
  18. lua_pattern
  19. mastodon-archive-viewer < "0.4.0"
  20. msat >= "0.8.1" & < "0.8.3"
  21. nanomsg
  22. nosetup
  23. nsq < "0.2.5"
  24. oidc
  25. opam-query < "1.3"
  26. opass >= "2.15"
  27. oseq != "0.4.1"
  28. oth
  29. pds >= "5.38"
  30. prob-cache < "1.1.0"
  31. redis-lwt >= "0.4" & < "0.7"
  32. redis-sync >= "0.4" & < "0.7"
  33. regenerate < "0.2"
  34. revops
  35. snabela
  36. soupault < "2.7.0"
  37. tsort < "2.0.0"
  38. websocket >= "2.0.0" & < "2.7"
  39. yices2_bindings < "0.2"

Conflicts (3)

  1. sequence >= "0.6"
  2. lwt >= "4.0.0"
  3. lwt < "2.4.7"