Codebase list ocaml-odoc / lintian-fixes/main dune
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

dune @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
; Note: We disable warning 18 here to support compiler versions < 4.03
; See https://caml.inria.fr/mantis/view.php?id=7135 for details
(env
 (dev
  (flags (:standard -w -18)))
 (release
  (flags (:standard -w -18))))