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.14.0.1.tar.gz
md5=2c5877f9532f3e1d7a753097f989a27c

Description

Containers is an extension of OCaml's standard library (under BSD license) focused on data structures, combinators and iterators, without dependencies on unix, str or num. 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 sub-libraries for dealing with strings, helpers for unix, threads, and S-expressions.

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 (38)

  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. 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. sequence >= "0.6"