Codebase list ocaml-odoc / upstream/1.5.1+dfsg dune
upstream/1.5.1+dfsg

Tree @upstream/1.5.1+dfsg (Download .tar.gz)

dune @upstream/1.5.1+dfsgraw · 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))))