package stdlib-shims

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

Install

dune-project
 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 (76)

  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. diffast-misc >= "0.3.5.1"
  21. digestif = "0.9.0"
  22. dose3 >= "6.1"
  23. duff >= "0.3" & < "0.5"
  24. earley >= "3.0.0"
  25. electrod
  26. elpi
  27. ezjs_min
  28. fiat-p256
  29. fileutils >= "0.6.0" & < "0.6.6"
  30. fmt >= "0.8.6" & < "0.9.0"
  31. genprint
  32. git < "3.2.0"
  33. goblint-cil >= "1.8.0"
  34. hacl_x25519
  35. hxd = "0.2.0"
  36. imagelib
  37. index >= "1.2.0"
  38. index-bench
  39. integers >= "0.6.0"
  40. jsonrpc < "1.6.0"
  41. kappa-agents >= "4.1.3"
  42. kappa-binaries >= "4.1.3"
  43. kappa-library
  44. lambdapi
  45. lsp < "1.6.0"
  46. lutin < "2.71.10"
  47. mpp >= "0.3.4"
  48. multipart_form < "0.4.1"
  49. nx >= "1.0.0~alpha1"
  50. ocaml-lsp-server < "1.9.0"
  51. ocaml-protoc >= "2.0.1" & < "3.0.0"
  52. ocamlgraph >= "2.0.0" & < "2.2.0"
  53. ocamlgraph_gtk < "2.2.0"
  54. orsetto < "1.1"
  55. oskel
  56. ounit = "2.1.2"
  57. ounit2
  58. owl >= "0.7.0" & < "0.10.0"
  59. owl-base >= "0.7.0" & < "0.10.0"
  60. pacomb
  61. pbrt
  62. piaf < "0.2.0"
  63. piqi >= "0.7.7"
  64. ppx_cstruct >= "5.1.1" & < "6.2.0"
  65. ppx_mysql >= "1.1.1"
  66. ppxlib >= "0.15.0"
  67. prof_spacetime
  68. ptmap >= "2.0.5"
  69. ptset
  70. qcow >= "0.11.0"
  71. redis >= "0.6"
  72. sha >= "1.14"
  73. spelll >= "0.4"
  74. streaming
  75. terminal
  76. vhd-format >= "0.12.2"

Conflicts

None