mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 19:25:30 -05:00
prepare release
This commit is contained in:
parent
dcbee64684
commit
df75fa136a
2 changed files with 7116 additions and 40 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
(* OASIS_START *)
|
(* OASIS_START *)
|
||||||
(* DO NOT EDIT (digest: 958ece46307b808952e439e1cc47a739) *)
|
(* DO NOT EDIT (digest: 8e5b66bc31c43be02dd36f743f1d79a9) *)
|
||||||
module OASISGettext = struct
|
module OASISGettext = struct
|
||||||
(* # 22 "src/oasis/OASISGettext.ml" *)
|
(* # 22 "src/oasis/OASISGettext.ml" *)
|
||||||
|
|
||||||
|
|
@ -39,10 +39,10 @@ module OASISExpr = struct
|
||||||
open OASISGettext
|
open OASISGettext
|
||||||
|
|
||||||
|
|
||||||
type test = string
|
type test = string
|
||||||
|
|
||||||
|
|
||||||
type flag = string
|
type flag = string
|
||||||
|
|
||||||
|
|
||||||
type t =
|
type t =
|
||||||
|
|
@ -52,10 +52,10 @@ module OASISExpr = struct
|
||||||
| EOr of t * t
|
| EOr of t * t
|
||||||
| EFlag of flag
|
| EFlag of flag
|
||||||
| ETest of test * string
|
| ETest of test * string
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
type 'a choices = (t * 'a) list
|
|
||||||
|
type 'a choices = (t * 'a) list
|
||||||
|
|
||||||
|
|
||||||
let eval var_get t =
|
let eval var_get t =
|
||||||
|
|
@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
|
||||||
module OC = Ocamlbuild_pack.Ocaml_compiler
|
module OC = Ocamlbuild_pack.Ocaml_compiler
|
||||||
|
|
||||||
|
|
||||||
type dir = string
|
type dir = string
|
||||||
type file = string
|
type file = string
|
||||||
type name = string
|
type name = string
|
||||||
type tag = string
|
type tag = string
|
||||||
|
|
||||||
|
|
||||||
(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
|
(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
|
||||||
|
|
@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
|
||||||
* directory.
|
* directory.
|
||||||
*)
|
*)
|
||||||
includes: (dir * dir list) list;
|
includes: (dir * dir list) list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
let env_filename =
|
let env_filename =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue