summaryrefslogtreecommitdiffstats
path: root/tags/o/ocaml-dangling-cmx.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/o/ocaml-dangling-cmx.tag')
-rw-r--r--tags/o/ocaml-dangling-cmx.tag8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/o/ocaml-dangling-cmx.tag b/tags/o/ocaml-dangling-cmx.tag
new file mode 100644
index 0000000..b6dca9a
--- /dev/null
+++ b/tags/o/ocaml-dangling-cmx.tag
@@ -0,0 +1,8 @@
+Tag: ocaml-dangling-cmx
+Severity: error
+Check: languages/ocaml/byte-code/compiled
+Explanation: This OCaml package ships a <code>&ast;.cmx</code> byte code module
+ without the associated implementation.
+ .
+ The implementation is shipped in a <code>&ast;.o</code> object file, which can be
+ a member in a <code>&ast;.a</code> static library in the same directory.