summaryrefslogtreecommitdiffstats
path: root/tags/o/ocaml-custom-executable.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/o/ocaml-custom-executable.tag')
-rw-r--r--tags/o/ocaml-custom-executable.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/o/ocaml-custom-executable.tag b/tags/o/ocaml-custom-executable.tag
new file mode 100644
index 0000000..c0846c6
--- /dev/null
+++ b/tags/o/ocaml-custom-executable.tag
@@ -0,0 +1,9 @@
+Tag: ocaml-custom-executable
+Severity: warning
+Check: languages/ocaml/custom-executable
+Explanation: This OCaml package ships a byte code executable that was linked
+ with a custom runtime.
+ .
+ Such executables cannot be stripped and require special care. Their usage is
+ deprecated in favour of shared libraries for C stubs with names like
+ <code>dll&ast;.so</code>.