From db9c613f5707657de5685d6dbe50c06cb6bed5be Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 30 Jun 2022 20:39:09 -0400 Subject: [PATCH] add some basic docs for cbor --- src/cbor/containers_cbor.mli | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/cbor/containers_cbor.mli b/src/cbor/containers_cbor.mli index ff257b90..60068f82 100644 --- a/src/cbor/containers_cbor.mli +++ b/src/cbor/containers_cbor.mli @@ -3,6 +3,13 @@ The type is chosen to be compatible with ocaml-cbor. See {{: https://www.rfc-editor.org/rfc/rfc8949.html} the RFC}. + + {b note} this is experimental. + + {b note} this is only available on OCaml >= 4.08. Below that, the module + is empty. + + @since NEXT_RELEASE *) type t =