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-free >= "2.4.3"
  3. alt-ergo-lib >= "2.3.2"
  4. alt-ergo-parsers >= "2.3.2"
  5. asn1-combinators = "0.2.5"
  6. bap-recipe
  7. bastet = "1.2.0"
  8. bdd >= "0.5"
  9. bechamel < "0.4.0"
  10. bheap >= "2.0.0"
  11. bitmasks
  12. bitstring >= "3.1.1"
  13. bz2
  14. camllib
  15. cohttp >= "2.4.0" & < "4.0.0"
  16. cohttp-async < "4.1.2"
  17. conex >= "0.11.0" & < "1.0.0"
  18. ctypes-foreign >= "0.21.1" & < "0.24.0"
  19. devkit >= "1.20210120"
  20. diet >= "0.4"
  21. diffast-misc = "0.3.5.1"
  22. digestif = "0.9.0"
  23. dose3 >= "6.1"
  24. duff >= "0.3" & < "0.5"
  25. earley >= "3.0.0"
  26. electrod
  27. elpi
  28. ezjs_min
  29. fiat-p256
  30. fileutils >= "0.6.0" & < "0.6.6"
  31. fmt >= "0.8.6" & < "0.9.0"
  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" & < "1.0.0~alpha3"
  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
  66. ppxlib >= "0.15.0"
  67. prof_spacetime
  68. ptmap >= "2.0.5"
  69. ptset
  70. qcow
  71. redis >= "0.6"
  72. sha >= "1.14"
  73. spelll >= "0.4"
  74. streaming
  75. terminal
  76. vhd-format >= "0.12.2"

Conflicts

None