Package: ocp-indent / 1.4.2-1

Metadata

Package Version Patches format
ocp-indent 1.4.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix Makefile.simple syntax error | (download)

Makefile.simple | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix syntax error in makefile.simple
 Introduced in commit ae057b47
remove approx_common from Makefile.simple | (download)

Makefile.simple | 5 1 + 4 - 0 !
src/ocp-indent-lib.mllib | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

 remove approx_common.ml from being generated
 Commit 845d6a68 removed src/approx_common.ml but did not adjust
 Makefile.simple or src/ocp-indent-lib.mllib
let Makefile.simple respect OCAML_HAVE_OCAMLOPT | (download)

Makefile.simple | 28 21 + 7 - 0 !
1 file changed, 21 insertions(+), 7 deletions(-)

 allow to build without ocamlopt
 Some platforms don't have ocamlopt. Allow upstream makefile to not build
 native targets in this case as controlled by the OCAML_HAVE_OCAMLOPT variable.