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

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

Conflicts

None

OCaml

Innovation. Community. Security.