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.10.tar.gz
md5=f67fee01cbb7b78a60f22d3c70e8c113

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.06.0"

Dev Dependencies

None

Used by (38)

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

Conflicts (1)

  1. lwt >= "4.0.0"