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

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

Conflicts

None

OCaml

Innovation. Community. Security.