[Pkg-ocaml-maint-commits] r2178 - in trunk/projects/ocaml-deblib: .
debian
Stefano Zacchiroli
zack at costa.debian.org
Sun Nov 27 17:30:51 UTC 2005
Author: zack
Date: 2005-11-27 17:30:50 +0000 (Sun, 27 Nov 2005)
New Revision: 2178
Modified:
trunk/projects/ocaml-deblib/debian/control
trunk/projects/ocaml-deblib/debian/libdeblib-ocaml-dev.install
trunk/projects/ocaml-deblib/deblib_822Lexer.ml
trunk/projects/ocaml-deblib/deblib_822Parser.ml
Log:
ocaml 3.09 transition
Modified: trunk/projects/ocaml-deblib/debian/control
===================================================================
--- trunk/projects/ocaml-deblib/debian/control 2005-11-27 16:54:11 UTC (rev 2177)
+++ trunk/projects/ocaml-deblib/debian/control 2005-11-27 17:30:50 UTC (rev 2178)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Mike Furr <mfurr at debian.org>, Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.1.0), ocaml-nox (>= 3.08.3), ocaml-findlib, cdbs
+Build-Depends: debhelper (>= 4.1.0), ocaml-nox (>= 3.09.0), ocaml-findlib, cdbs
Standards-Version: 3.6.2
Package: libdeblib-ocaml-dev
Modified: trunk/projects/ocaml-deblib/debian/libdeblib-ocaml-dev.install
===================================================================
--- trunk/projects/ocaml-deblib/debian/libdeblib-ocaml-dev.install 2005-11-27 16:54:11 UTC (rev 2177)
+++ trunk/projects/ocaml-deblib/debian/libdeblib-ocaml-dev.install 2005-11-27 17:30:50 UTC (rev 2178)
@@ -1,6 +1,6 @@
-*.a usr/lib/ocaml/3.08.3/deblib/
-*.cma usr/lib/ocaml/3.08.3/deblib/
-*.cmi usr/lib/ocaml/3.08.3/deblib/
-*.cmxa usr/lib/ocaml/3.08.3/deblib/
-META usr/lib/ocaml/3.08.3/deblib/
-*.mli usr/lib/ocaml/3.08.3/deblib/
+*.a usr/lib/ocaml/3.09.0/deblib/
+*.cma usr/lib/ocaml/3.09.0/deblib/
+*.cmi usr/lib/ocaml/3.09.0/deblib/
+*.cmxa usr/lib/ocaml/3.09.0/deblib/
+META usr/lib/ocaml/3.09.0/deblib/
+*.mli usr/lib/ocaml/3.09.0/deblib/
Modified: trunk/projects/ocaml-deblib/deblib_822Lexer.ml
===================================================================
--- trunk/projects/ocaml-deblib/deblib_822Lexer.ml 2005-11-27 16:54:11 UTC (rev 2177)
+++ trunk/projects/ocaml-deblib/deblib_822Lexer.ml 2005-11-27 17:30:50 UTC (rev 2178)
@@ -5,24 +5,24 @@
# 6 "deblib_822Lexer.ml"
let __ocaml_lex_tables = {
Lexing.lex_base =
- "\000\000\252\255\002\000\004\000\253\255\005\000\007\000\009\000\
- \011\000\012\000\013\000";
+ "\000\000\252\255\253\255\002\000\004\000\006\000\008\000\010\000\
+ \010\000\011\000\013\000";
Lexing.lex_backtrk =
- "\255\255\255\255\004\000\004\000\255\255\001\000\001\000\255\255\
- \255\255\000\000\000\000";
+ "\255\255\255\255\255\255\004\000\004\000\255\255\000\000\255\255\
+ \000\000\001\000\001\000";
Lexing.lex_default =
- "\002\000\000\000\007\000\005\000\000\000\005\000\005\000\007\000\
- \255\255\010\000\010\000";
+ "\004\000\000\000\000\000\009\000\005\000\005\000\008\000\255\255\
+ \008\000\009\000\009\000";
Lexing.lex_trans =
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\003\000\004\000\255\255\255\255\006\000\004\000\255\255\
- \006\000\004\000\008\000\255\255\008\000\009\000\255\255\255\255\
+ \000\000\003\000\002\000\010\000\002\000\255\255\255\255\007\000\
+ \255\255\006\000\255\255\007\000\255\255\255\255\010\000\002\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \003\000\000\000\000\000\000\000\006\000\000\000\000\000\006\000\
- \000\000\000\000\000\000\008\000\009\000\000\000\000\000\000\000\
+ \003\000\000\000\010\000\000\000\000\000\000\000\000\000\000\000\
+ \006\000\000\000\007\000\000\000\000\000\010\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\000\000\000\000\000\000\255\255\000\000\000\000\000\000\
- \000\000\000\000\000\000\009\000\000\000\009\000\000\000\000\000\
+ \000\000\000\000\000\000\000\000\000\000\000\000\255\255\000\000\
+ \006\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
@@ -46,18 +46,18 @@
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \001\000\000\000\255\255\000\000\255\255\255\255\000\000\255\255\
- \000\000\255\255\000\000\000\000\255\255\255\255";
+ \001\000\000\000\255\255\000\000\255\255\000\000\255\255\000\000\
+ \255\255\000\000\255\255\255\255\000\000\255\255";
Lexing.lex_check =
"\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \255\255\000\000\000\000\002\000\002\000\003\000\003\000\005\000\
- \006\000\006\000\007\000\007\000\008\000\009\000\009\000\010\000\
+ \255\255\000\000\000\000\003\000\003\000\004\000\004\000\005\000\
+ \005\000\006\000\006\000\007\000\008\000\009\000\010\000\010\000\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \000\000\255\255\255\255\255\255\003\000\255\255\255\255\006\000\
- \255\255\255\255\255\255\008\000\009\000\255\255\255\255\255\255\
+ \000\000\255\255\003\000\255\255\255\255\255\255\255\255\255\255\
+ \006\000\255\255\007\000\255\255\255\255\010\000\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \255\255\255\255\255\255\255\255\002\000\255\255\255\255\255\255\
- \255\255\255\255\255\255\007\000\255\255\008\000\255\255\255\255\
+ \255\255\255\255\255\255\255\255\255\255\255\255\004\000\255\255\
+ \005\000\255\255\255\255\255\255\007\000\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
@@ -81,26 +81,26 @@
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \000\000\255\255\002\000\255\255\003\000\005\000\255\255\006\000\
- \255\255\007\000\255\255\255\255\009\000\010\000";
+ \000\000\255\255\003\000\255\255\004\000\255\255\005\000\255\255\
+ \006\000\255\255\008\000\009\000\255\255\010\000";
Lexing.lex_base_code =
- "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\002\000\
- \001\000\004\000\005\000";
+ "\000\000\000\000\000\000\000\000\000\000\002\000\004\000\001\000\
+ \005\000\000\000\000\000";
Lexing.lex_backtrk_code =
- "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\014\000\014\000";
+ "\000\000\000\000\000\000\000\000\000\000\000\000\009\000\000\000\
+ \009\000\000\000\000\000";
Lexing.lex_default_code =
- "\000\000\000\000\001\000\000\000\000\000\000\000\000\000\001\000\
- \000\000\021\000\021\000";
+ "\000\000\000\000\000\000\000\000\001\000\001\000\016\000\000\000\
+ \016\000\000\000\000\000";
Lexing.lex_trans_code =
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\000\000\000\000\000\000\000\000\009\000\000\000\000\000\
+ \000\000\000\000\000\000\000\000\000\000\004\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\000\000\000\000\000\000\009\000\000\000\000\000\000\000\
+ \000\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
- \000\000\000\000\000\000\009\000\004\000\000\000\000\000\000\000\
+ \000\000\000\000\000\000\004\000\004\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
@@ -128,13 +128,13 @@
\000\000\000\000\000\000\000\000\000\000\000\000";
Lexing.lex_check_code =
"\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \255\255\002\000\002\000\007\000\007\000\009\000\009\000\010\000\
+ \255\255\004\000\004\000\005\000\005\000\006\000\006\000\008\000\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \255\255\255\255\255\255\255\255\009\000\255\255\255\255\255\255\
+ \255\255\255\255\255\255\255\255\006\000\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \255\255\255\255\002\000\008\000\007\000\255\255\255\255\255\255\
+ \255\255\255\255\004\000\007\000\005\000\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
@@ -159,10 +159,10 @@
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
- \002\000\255\255\007\000\255\255\009\000\010\000";
+ \004\000\255\255\005\000\255\255\006\000\008\000";
Lexing.lex_code =
- "\255\003\255\255\005\255\004\255\255\004\255\005\255\255\000\003\
- \002\005\001\004\255\005\255\255";
+ "\255\003\255\255\005\255\004\255\255\001\005\002\004\000\003\255\
+ \004\255\255";
}
let rec next lexbuf =
Modified: trunk/projects/ocaml-deblib/deblib_822Parser.ml
===================================================================
--- trunk/projects/ocaml-deblib/deblib_822Parser.ml 2005-11-27 16:54:11 UTC (rev 2177)
+++ trunk/projects/ocaml-deblib/deblib_822Parser.ml 2005-11-27 17:30:50 UTC (rev 2178)
@@ -69,29 +69,29 @@
let yyact = [|
(fun _ -> failwith "parser")
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : 'Stanzas) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : 'Stanzas) in
Obj.repr(
# 19 "deblib_822Parser.mly"
(_1)
# 78 "deblib_822Parser.ml"
: (string,string) Hashtbl.t list))
-; (fun parser_env ->
+; (fun __caml_parser_env ->
Obj.repr(
# 22 "deblib_822Parser.mly"
( [] )
# 84 "deblib_822Parser.ml"
: 'Stanzas))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : 'Stanza) in
- let _2 = (peek_val parser_env 0 : 'Stanzas) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : 'Stanza) in
+ let _2 = (Parsing.peek_val __caml_parser_env 0 : 'Stanzas) in
Obj.repr(
# 23 "deblib_822Parser.mly"
( _1 :: _2 )
# 92 "deblib_822Parser.ml"
: 'Stanzas))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : 'Fields) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : 'Fields) in
Obj.repr(
# 27 "deblib_822Parser.mly"
( let old = !tbl in
@@ -100,23 +100,23 @@
)
# 102 "deblib_822Parser.ml"
: 'Stanza))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : 'SingleField) in
- let _2 = (peek_val parser_env 0 : 'Fields) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : 'SingleField) in
+ let _2 = (Parsing.peek_val __caml_parser_env 0 : 'Fields) in
Obj.repr(
# 33 "deblib_822Parser.mly"
()
# 110 "deblib_822Parser.ml"
: 'Fields))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 0 : 'SingleField) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 0 : 'SingleField) in
Obj.repr(
# 34 "deblib_822Parser.mly"
()
# 117 "deblib_822Parser.ml"
: 'Fields))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : string*string) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : string*string) in
Obj.repr(
# 37 "deblib_822Parser.mly"
(
@@ -127,9 +127,9 @@
)
# 129 "deblib_822Parser.ml"
: 'SingleField))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 2 : string*string) in
- let _3 = (peek_val parser_env 0 : 'Rest) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 2 : string*string) in
+ let _3 = (Parsing.peek_val __caml_parser_env 0 : 'Rest) in
Obj.repr(
# 44 "deblib_822Parser.mly"
(
@@ -140,40 +140,40 @@
)
# 142 "deblib_822Parser.ml"
: 'SingleField))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 1 : string) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 1 : string) in
Obj.repr(
# 52 "deblib_822Parser.mly"
( _1 )
# 149 "deblib_822Parser.ml"
: 'Rest))
-; (fun parser_env ->
- let _1 = (peek_val parser_env 2 : string) in
- let _3 = (peek_val parser_env 0 : 'Rest) in
+; (fun __caml_parser_env ->
+ let _1 = (Parsing.peek_val __caml_parser_env 2 : string) in
+ let _3 = (Parsing.peek_val __caml_parser_env 0 : 'Rest) in
Obj.repr(
# 53 "deblib_822Parser.mly"
( _1 ^ _3 )
# 157 "deblib_822Parser.ml"
: 'Rest))
(* Entry main *)
-; (fun parser_env -> raise (YYexit (peek_val parser_env 0)))
+; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0)))
|]
let yytables =
- { actions=yyact;
- transl_const=yytransl_const;
- transl_block=yytransl_block;
- lhs=yylhs;
- len=yylen;
- defred=yydefred;
- dgoto=yydgoto;
- sindex=yysindex;
- rindex=yyrindex;
- gindex=yygindex;
- tablesize=yytablesize;
- table=yytable;
- check=yycheck;
- error_function=parse_error;
- names_const=yynames_const;
- names_block=yynames_block }
+ { Parsing.actions=yyact;
+ Parsing.transl_const=yytransl_const;
+ Parsing.transl_block=yytransl_block;
+ Parsing.lhs=yylhs;
+ Parsing.len=yylen;
+ Parsing.defred=yydefred;
+ Parsing.dgoto=yydgoto;
+ Parsing.sindex=yysindex;
+ Parsing.rindex=yyrindex;
+ Parsing.gindex=yygindex;
+ Parsing.tablesize=yytablesize;
+ Parsing.table=yytable;
+ Parsing.check=yycheck;
+ Parsing.error_function=parse_error;
+ Parsing.names_const=yynames_const;
+ Parsing.names_block=yynames_block }
let main (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) =
- (yyparse yytables 1 lexfun lexbuf : (string,string) Hashtbl.t list)
+ (Parsing.yyparse yytables 1 lexfun lexbuf : (string,string) Hashtbl.t list)
More information about the Pkg-ocaml-maint-commits
mailing list