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

  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 >= "1.3.3"
  15. cohttp >= "2.4.0" & < "4.0.0"
  16. cohttp-async >= "2.4.0" & < "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. genprint
  33. git < "3.2.0"
  34. goblint-cil >= "1.8.0"
  35. hacl_x25519
  36. hxd = "0.2.0"
  37. imagelib
  38. index >= "1.2.0"
  39. index-bench
  40. integers >= "0.6.0"
  41. jsonrpc < "1.6.0"
  42. kappa-agents >= "4.1.3"
  43. kappa-binaries >= "4.1.3"
  44. kappa-library
  45. lambdapi
  46. lsp < "1.6.0"
  47. lutin < "2.71.10"
  48. mpp >= "0.3.4"
  49. multipart_form < "0.4.1"
  50. nx >= "1.0.0~alpha1"
  51. ocaml-lsp-server < "1.9.0"
  52. ocaml-protoc >= "2.0.1" & < "3.0.0"
  53. ocamlgraph >= "2.0.0" & < "2.2.0"
  54. ocamlgraph_gtk < "2.2.0"
  55. orsetto < "1.1"
  56. oskel
  57. ounit = "2.1.2"
  58. ounit2
  59. owl >= "0.7.0" & < "0.10.0"
  60. owl-base >= "0.7.0" & < "0.10.0"
  61. pacomb
  62. pbrt
  63. piaf < "0.2.0"
  64. piqi >= "0.7.7"
  65. ppx_cstruct >= "5.1.1" & < "6.2.0"
  66. ppx_mysql >= "1.1.1"
  67. ppxlib >= "0.15.0"
  68. prof_spacetime
  69. ptmap >= "2.0.5"
  70. ptset
  71. qcow >= "0.11.0"
  72. redis >= "0.6"
  73. sha >= "1.14"
  74. spelll >= "0.4"
  75. streaming
  76. terminal
  77. vhd-format >= "0.12.2"

Conflicts

None