From 430290cc6fcf9202112a87fe3e56b911cacb23a9 Mon Sep 17 00:00:00 2001 From: Paul-Elliot Date: Thu, 19 Oct 2023 10:19:04 +0200 Subject: [PATCH] Advertise that odoc parser has moved to odoc repo Signed-off-by: Paul-Elliot --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9333052d..6e14ab58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # odoc-parser +> :bangbang: Disclaimer: Starting from version `2.3.0`, the odoc parser package +> is now part of [odoc's repo](https://github.com/ocaml/odoc/). + Odoc-parser is a parser for odoc markup, which is an extension of the original markup language parsed by [ocamldoc](https://ocaml.org/releases/4.12/htmlman/ocamldoc.html).