[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, fixes/system-ocamlsexp, updated. upstream/0.1.8.deb-27-gea09507
Eugeniy Meshcheryakov
eugen at debian.org
Sun Aug 9 19:01:01 UTC 2009
The following commit has been merged in the fixes/system-ocamlsexp branch:
commit ea09507d8a812a00b575fcd8bc1b030b226c4195
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Sun Aug 9 20:49:59 2009 +0200
More sexplib fixes
diff --git a/parsing_c/Makefile b/parsing_c/Makefile
index 17c85dd..3274ca7 100644
--- a/parsing_c/Makefile
+++ b/parsing_c/Makefile
@@ -62,8 +62,8 @@ SYSLIBS= str.cma unix.cma num.cma
#for profiling: -p -inline 0 with OCAMLOPT
OCAMLCFLAGS ?= -g -dtypes
-OCAMLC=ocamlc$(OPTBIN) $(OCAMLCFLAGS) $(INCLUDES)
-OCAMLOPT=ocamlopt$(OPTBIN) $(OPTFLAGS) $(INCLUDES)
+OCAMLC=ocamlc$(OPTBIN) $(OCAMLCFLAGS) $(INCLUDES) -I $(shell ocamlfind query sexplib)
+OCAMLOPT=ocamlopt$(OPTBIN) $(OPTFLAGS) $(INCLUDES) -I $(shell ocamlfind query sexplib)
OCAMLLEX=ocamllex$(OPTBIN) #-ml
OCAMLYACC=ocamlyacc -v
OCAMLDEP=ocamldep$(OPTBIN) $(INCLUDES)
diff --git a/parsing_c/sexp_ast_c.ml b/parsing_c/sexp_ast_c.ml
index 4c6f2aa..a7a1425 100644
--- a/parsing_c/sexp_ast_c.ml
+++ b/parsing_c/sexp_ast_c.ml
@@ -1,5 +1,6 @@
(* generated by ocamltarzan with: camlp4o -o /tmp/yyy.ml -I pa/ pa_type_conv.cmo pa_sexp_conv.cmo pr_o.cmo /tmp/xxx.ml *)
open Ast_c
+open Sexplib
(*
let sexp_of_program x =
--
Debian packaging for coccinelle
More information about the Pkg-ocaml-maint-commits
mailing list