summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild')
-rw-r--r--dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild b/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
index 53471d4c6327..eca76b2308f1 100644
--- a/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"