package stdlib-shims

  1. Overview
  2. Docs
Backport some of the new stdlib features to older compiler

Install

Dune Dependency

Authors

Maintainers

Sources

stdlib-shims-0.3.0.tbz
sha256=babf72d3917b86f707885f0c5528e36c63fccb698f4b46cf2bab5c7ccdd6d84a
sha512=1151d7edc8923516e9a36995a3f8938d323aaade759ad349ed15d6d8501db61ffbe63277e97c4d86149cf371306ac23df0f581ec7e02611f58335126e1870980

Description

Backport some of the new stdlib features to older compiler, such as the Stdlib module.

This allows projects that require compatibility with older compiler to use these new features in their code.

Tags

stdlib compatibility org:ocaml

Published: 03 Feb 2021

README

stdlib-shims

Compiling against this library allows to replace your uses of Pervasives with Stdlib before 4.08. For example you can use Stdlib.compare instead of Pervasives.compare. It does not however provide the new functions and modules that are being added in Stdlib module.

Installation

To install the project via opam, the standard package manager for OCaml, type:

opam install stdlib-shims

Dependencies (2)

  1. ocaml >= "4.02.3"
  2. dune

Dev Dependencies

None

Used by (74)

  1. alcotest
  2. alt-ergo-lib >= "2.3.2"
  3. alt-ergo-parsers >= "2.3.2"
  4. asn1-combinators = "0.2.5"
  5. bap-recipe
  6. bastet = "1.2.0"
  7. bdd >= "0.5"
  8. bechamel < "0.4.0"
  9. bheap >= "2.0.0"
  10. bitmasks
  11. bitstring >= "3.1.1"
  12. bz2
  13. camllib >= "1.3.3"
  14. cohttp >= "2.4.0" & < "4.0.0"
  15. cohttp-async >= "2.4.0" & < "4.1.2"
  16. conex >= "0.11.0"
  17. ctypes-foreign >= "0.21.1"
  18. devkit >= "1.20210120"
  19. diet >= "0.4"
  20. digestif = "0.9.0"
  21. dose3 >= "6.1"
  22. duff >= "0.3" & < "0.5"
  23. earley >= "3.0.0"
  24. electrod
  25. elpi
  26. ezjs_min
  27. fiat-p256
  28. fileutils >= "0.6.0" & < "0.6.6"
  29. fmt >= "0.8.6" & < "0.9.0"
  30. genprint
  31. git < "3.2.0"
  32. goblint-cil >= "1.8.0"
  33. hacl_x25519
  34. hxd = "0.2.0"
  35. imagelib
  36. index >= "1.2.0"
  37. index-bench
  38. integers >= "0.6.0"
  39. jsonrpc < "1.6.0"
  40. kappa-agents >= "4.1.3"
  41. kappa-binaries >= "4.1.3"
  42. kappa-library
  43. lambdapi
  44. lsp < "1.6.0"
  45. lutin < "2.71.10"
  46. mpp >= "0.3.4"
  47. multipart_form < "0.4.1"
  48. ocaml-lsp-server < "1.9.0"
  49. ocaml-protoc >= "2.0.1" & < "3.0.0"
  50. ocamlgraph >= "2.0.0" & < "2.2.0"
  51. ocamlgraph_gtk < "2.2.0"
  52. orsetto < "1.1"
  53. oskel
  54. ounit = "2.1.2"
  55. ounit2
  56. owl >= "0.7.0" & < "0.10.0"
  57. owl-base >= "0.7.0" & < "0.10.0"
  58. pacomb
  59. pbrt
  60. piaf < "0.2.0"
  61. piqi >= "0.7.7"
  62. ppx_cstruct >= "5.1.1" & < "6.2.0"
  63. ppx_mysql >= "1.1.1"
  64. ppxlib >= "0.15.0"
  65. prof_spacetime
  66. ptmap >= "2.0.5"
  67. ptset
  68. qcow >= "0.11.0"
  69. redis >= "0.6"
  70. sha >= "1.14"
  71. spelll >= "0.4"
  72. streaming
  73. terminal
  74. vhd-format >= "0.12.2"

Conflicts

None

OCaml

Innovation. Community. Security.