summaryrefslogtreecommitdiffstats
path: root/tags/o/ocaml-dangling-cmxs.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/o/ocaml-dangling-cmxs.tag')
-rw-r--r--tags/o/ocaml-dangling-cmxs.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/o/ocaml-dangling-cmxs.tag b/tags/o/ocaml-dangling-cmxs.tag
new file mode 100644
index 0000000..9f48c09
--- /dev/null
+++ b/tags/o/ocaml-dangling-cmxs.tag
@@ -0,0 +1,9 @@
+Tag: ocaml-dangling-cmxs
+Severity: warning
+Check: languages/ocaml/byte-code/plugin
+Explanation: This OCaml package provides a native plugin with a name like
+ <code>*.cmxs</code> but does not ship the associated byte code.
+ .
+ If the plugin is meant to be used inside other plugins, the package should also
+ ship the byte code in a similarly-named file, such as <code>&ast;cma</code> or
+ <code>&ast;.cmo</code>.