mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
oasis files
This commit is contained in:
parent
42fd04b244
commit
4c613e5857
4 changed files with 11 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 71885759eab42ad3dd73d2ce208fd28b)
|
# DO NOT EDIT (digest: a52e8eee77cd96d96e004a2de941d978)
|
||||||
core/CCVector
|
core/CCVector
|
||||||
core/CCDeque
|
core/CCDeque
|
||||||
core/CCGen
|
core/CCGen
|
||||||
|
|
@ -25,6 +25,7 @@ core/CCBatch
|
||||||
core/CCOrd
|
core/CCOrd
|
||||||
core/CCRandom
|
core/CCRandom
|
||||||
core/CCLinq
|
core/CCLinq
|
||||||
|
core/CCKTree
|
||||||
string/KMP
|
string/KMP
|
||||||
string/CCString
|
string/CCString
|
||||||
string/Levenshtein
|
string/Levenshtein
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 8d0afff73fae73db9a0364afaa57d4d2)
|
# DO NOT EDIT (digest: 05cc1d6bba13caf723a490805b87184c)
|
||||||
CCVector
|
CCVector
|
||||||
CCDeque
|
CCDeque
|
||||||
CCGen
|
CCGen
|
||||||
|
|
@ -25,4 +25,5 @@ CCBatch
|
||||||
CCOrd
|
CCOrd
|
||||||
CCRandom
|
CCRandom
|
||||||
CCLinq
|
CCLinq
|
||||||
|
CCKTree
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 8d0afff73fae73db9a0364afaa57d4d2)
|
# DO NOT EDIT (digest: 05cc1d6bba13caf723a490805b87184c)
|
||||||
CCVector
|
CCVector
|
||||||
CCDeque
|
CCDeque
|
||||||
CCGen
|
CCGen
|
||||||
|
|
@ -25,4 +25,5 @@ CCBatch
|
||||||
CCOrd
|
CCOrd
|
||||||
CCRandom
|
CCRandom
|
||||||
CCLinq
|
CCLinq
|
||||||
|
CCKTree
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
|
|
|
||||||
9
setup.ml
9
setup.ml
|
|
@ -1,7 +1,7 @@
|
||||||
(* setup.ml generated for the first time by OASIS v0.4.4 *)
|
(* setup.ml generated for the first time by OASIS v0.4.4 *)
|
||||||
|
|
||||||
(* OASIS_START *)
|
(* OASIS_START *)
|
||||||
(* DO NOT EDIT (digest: e9f5fdc049b9e92ec4196c6ae1642243) *)
|
(* DO NOT EDIT (digest: 256b2892d142e42196867db22bbc71be) *)
|
||||||
(*
|
(*
|
||||||
Regenerated by OASIS v0.4.4
|
Regenerated by OASIS v0.4.4
|
||||||
Visit http://oasis.forge.ocamlcore.org for more information and
|
Visit http://oasis.forge.ocamlcore.org for more information and
|
||||||
|
|
@ -7019,7 +7019,8 @@ let setup_t =
|
||||||
"CCBatch";
|
"CCBatch";
|
||||||
"CCOrd";
|
"CCOrd";
|
||||||
"CCRandom";
|
"CCRandom";
|
||||||
"CCLinq"
|
"CCLinq";
|
||||||
|
"CCKTree"
|
||||||
];
|
];
|
||||||
lib_pack = false;
|
lib_pack = false;
|
||||||
lib_internal_modules = [];
|
lib_internal_modules = [];
|
||||||
|
|
@ -7734,7 +7735,7 @@ let setup_t =
|
||||||
};
|
};
|
||||||
oasis_fn = Some "_oasis";
|
oasis_fn = Some "_oasis";
|
||||||
oasis_version = "0.4.4";
|
oasis_version = "0.4.4";
|
||||||
oasis_digest = Some "\017\130L\20257\216\2367yE\018q\163z<";
|
oasis_digest = Some "z\241\133\139\168\2444\199nf\239k+\183l\007";
|
||||||
oasis_exec = None;
|
oasis_exec = None;
|
||||||
oasis_setup_args = [];
|
oasis_setup_args = [];
|
||||||
setup_update = false
|
setup_update = false
|
||||||
|
|
@ -7742,6 +7743,6 @@ let setup_t =
|
||||||
|
|
||||||
let setup () = BaseSetup.setup setup_t;;
|
let setup () = BaseSetup.setup setup_t;;
|
||||||
|
|
||||||
# 7746 "setup.ml"
|
# 7747 "setup.ml"
|
||||||
(* OASIS_STOP *)
|
(* OASIS_STOP *)
|
||||||
let () = setup ();;
|
let () = setup ();;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue