summaryrefslogtreecommitdiff
path: root/ocamldoc
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-06-19 15:31:32 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2022-07-18 10:26:57 +0100
commit9025a139187f450e8aa75deedc2a1cf2b8bca0c6 (patch)
treee42917ff85279af526d5e0f042a9dbbc116599b9 /ocamldoc
parentd2f7460817eb9bc7ffc82efe0f8f86152d567dbf (diff)
downloadocaml-9025a139187f450e8aa75deedc2a1cf2b8bca0c6.tar.gz
Standardise order of lines in META.in
Diffstat (limited to 'ocamldoc')
-rw-r--r--ocamldoc/META.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/META.in b/ocamldoc/META.in
index d16a66cdf3..d479509a5c 100644
--- a/ocamldoc/META.in
+++ b/ocamldoc/META.in
@@ -1,5 +1,5 @@
# @configure_input@
-requires = "compiler-libs"
version = "@VERSION@"
description = "ocamldoc plugin interface"
+requires = "compiler-libs"