ocamlpp
ocamlpp copied to clipboard
OCaml bytecode files pretty-printer
Results
2
ocamlpp issues
Sort by
recently updated
recently updated
newest added
The code changes have been tested to work on 4.00, 4.01 (using the backward-compatibility ocamlfind package for `bytes`) and 4.02.
Line 72 of configure, you use (in the cflags) -warn-error,A This means your build is not compatible with future versions of OCaml. Suggested fix: change to -warn-error,a