summaryrefslogtreecommitdiff
path: root/devel/ocaml-camlp-streams/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-camlp-streams/pkg-descr')
-rw-r--r--devel/ocaml-camlp-streams/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ocaml-camlp-streams/pkg-descr b/devel/ocaml-camlp-streams/pkg-descr
new file mode 100644
index 000000000000..1d6a9860e668
--- /dev/null
+++ b/devel/ocaml-camlp-streams/pkg-descr
@@ -0,0 +1,10 @@
+OCaml library package providing the `Genlex' and the `Stream'
+modules which used to be part of the standard library of the
+OCaml compiler before its version 5.0.
+
+To ease the transition to OCaml 5, it is recommended for new OCaml
+code to be compiled against this package, even if targetting on OCaml 4.x.
+
+Beware that due to the value-type (in)equality, it is not possible to
+mix values produced by this library and values produced by the OCaml
+4.x standard library equivalent as if they were of the same type.