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 >= "1.0.0"
  2. alt-ergo-lib >= "2.3.2"
  3. alt-ergo-lib-free
  4. alt-ergo-parsers >= "2.3.2"
  5. alt-ergo-parsers-free
  6. asn1-combinators >= "0.2.2" & < "0.2.6"
  7. bap-recipe
  8. bastet = "1.2.0"
  9. bechamel < "0.4.0"
  10. bheap >= "2.0.0"
  11. bitmasks >= "1.2.0"
  12. bitstring >= "3.1.1"
  13. bogue = "20200630"
  14. camllib >= "1.3.3"
  15. carton < "0.2.0"
  16. carton-lwt < "0.2.0"
  17. cohttp >= "2.3.0" & < "4.0.0"
  18. cohttp-async >= "2.3.0" & < "3.0.0"
  19. conduit = "3.0.0"
  20. conex >= "0.11.0"
  21. ctypes-foreign >= "0.21.1"
  22. devkit >= "1.20210120"
  23. diet >= "0.4"
  24. digestif >= "0.8.0" & < "1.1.2"
  25. dose3 >= "6.1"
  26. duff >= "0.3" & < "0.5"
  27. earley >= "3.0.0"
  28. electrod >= "0.2.3"
  29. elpi >= "1.14.0"
  30. ezjs_min
  31. fiat-p256 >= "0.2.1"
  32. fileutils >= "0.6.0"
  33. fmt >= "0.8.6" & < "0.8.10"
  34. genprint
  35. git >= "2.1.1" & < "3.2.0"
  36. git-unix >= "3.0.0" & < "3.2.0"
  37. goblint-cil >= "1.8.0"
  38. hacl_x25519 >= "0.1.1"
  39. hxd = "0.2.0"
  40. icalendar >= "0.1.3" & < "0.1.5"
  41. imagelib >= "20200929"
  42. index >= "1.2.0"
  43. index-bench
  44. integers >= "0.6.0"
  45. ipaddr >= "5.0.0" & < "5.3.1"
  46. jsonrpc < "1.6.0"
  47. kappa-library
  48. lambdapi >= "2.0.0"
  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"
  58. ocamlgraph_gtk
  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
  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 >= "0.3.0"
  73. ptmap >= "2.0.5"
  74. ptset >= "1.0.1"
  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