mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
oasis files
This commit is contained in:
parent
5a29fb198a
commit
5959072b2e
7 changed files with 18 additions and 10 deletions
3
_tags
3
_tags
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 424d94004913edeb907a94dc6eb6cd33)
|
# DO NOT EDIT (digest: b056133745a2be24fb08a6580d55ff77)
|
||||||
# Ignore VCS directories, you can use the same kind of rule outside
|
# Ignore VCS directories, you can use the same kind of rule outside
|
||||||
# OASIS_START/STOP if you want to exclude directories that contains
|
# OASIS_START/STOP if you want to exclude directories that contains
|
||||||
# useless stuff for the build process
|
# useless stuff for the build process
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
"misc/conv.cmx": for-pack(Containers_misc)
|
"misc/conv.cmx": for-pack(Containers_misc)
|
||||||
"misc/bidir.cmx": for-pack(Containers_misc)
|
"misc/bidir.cmx": for-pack(Containers_misc)
|
||||||
"misc/iteratee.cmx": for-pack(Containers_misc)
|
"misc/iteratee.cmx": for-pack(Containers_misc)
|
||||||
|
"misc/bTree.cmx": for-pack(Containers_misc)
|
||||||
"misc/ty.cmx": for-pack(Containers_misc)
|
"misc/ty.cmx": for-pack(Containers_misc)
|
||||||
"misc/tell.cmx": for-pack(Containers_misc)
|
"misc/tell.cmx": for-pack(Containers_misc)
|
||||||
"misc/bencodeStream.cmx": for-pack(Containers_misc)
|
"misc/bencodeStream.cmx": for-pack(Containers_misc)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 8c7d21d48d2995a002238551f1ccbc8a)
|
# DO NOT EDIT (digest: 003d658600739a79dc7efd8dee4190ce)
|
||||||
core/CCVector
|
core/CCVector
|
||||||
core/CCDeque
|
core/CCDeque
|
||||||
core/CCGen
|
core/CCGen
|
||||||
|
|
@ -28,6 +28,7 @@ core/CCLinq
|
||||||
core/CCKTree
|
core/CCKTree
|
||||||
core/CCTrie
|
core/CCTrie
|
||||||
core/CCString
|
core/CCString
|
||||||
|
core/CCHashtbl
|
||||||
string/KMP
|
string/KMP
|
||||||
string/Levenshtein
|
string/Levenshtein
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 1f89029bfd9400c761d71802552f321f)
|
# DO NOT EDIT (digest: 1de551686e91870f31fc6db16438e2c0)
|
||||||
misc/Cache
|
misc/Cache
|
||||||
misc/FHashtbl
|
misc/FHashtbl
|
||||||
misc/FlatHashtbl
|
misc/FlatHashtbl
|
||||||
|
|
@ -30,6 +30,7 @@ misc/Automaton
|
||||||
misc/Conv
|
misc/Conv
|
||||||
misc/Bidir
|
misc/Bidir
|
||||||
misc/Iteratee
|
misc/Iteratee
|
||||||
|
misc/BTree
|
||||||
misc/Ty
|
misc/Ty
|
||||||
misc/Tell
|
misc/Tell
|
||||||
misc/BencodeStream
|
misc/BencodeStream
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: c857b890ad9203b3eac8934dba29f733)
|
# DO NOT EDIT (digest: 97cab0e7fe53378041eec3783d519d27)
|
||||||
CCVector
|
CCVector
|
||||||
CCDeque
|
CCDeque
|
||||||
CCGen
|
CCGen
|
||||||
|
|
@ -28,4 +28,5 @@ CCLinq
|
||||||
CCKTree
|
CCKTree
|
||||||
CCTrie
|
CCTrie
|
||||||
CCString
|
CCString
|
||||||
|
CCHashtbl
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: c857b890ad9203b3eac8934dba29f733)
|
# DO NOT EDIT (digest: 97cab0e7fe53378041eec3783d519d27)
|
||||||
CCVector
|
CCVector
|
||||||
CCDeque
|
CCDeque
|
||||||
CCGen
|
CCGen
|
||||||
|
|
@ -28,4 +28,5 @@ CCLinq
|
||||||
CCKTree
|
CCKTree
|
||||||
CCTrie
|
CCTrie
|
||||||
CCString
|
CCString
|
||||||
|
CCHashtbl
|
||||||
# OASIS_STOP
|
# OASIS_STOP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# OASIS_START
|
# OASIS_START
|
||||||
# DO NOT EDIT (digest: 111de4742258ca90b33c540e554c3882)
|
# DO NOT EDIT (digest: 3b9f2ec4fc5d13ba4a9f0ac8f4d61ce6)
|
||||||
Cache
|
Cache
|
||||||
FHashtbl
|
FHashtbl
|
||||||
FlatHashtbl
|
FlatHashtbl
|
||||||
|
|
@ -30,6 +30,7 @@ Automaton
|
||||||
Conv
|
Conv
|
||||||
Bidir
|
Bidir
|
||||||
Iteratee
|
Iteratee
|
||||||
|
BTree
|
||||||
Ty
|
Ty
|
||||||
Tell
|
Tell
|
||||||
BencodeStream
|
BencodeStream
|
||||||
|
|
|
||||||
10
setup.ml
10
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: c73d6f6d4e34a69eb0b0c010d785ee0b) *)
|
(* DO NOT EDIT (digest: 467cad461ef31a16415d6790bdfffaea) *)
|
||||||
(*
|
(*
|
||||||
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
|
||||||
|
|
@ -7022,7 +7022,8 @@ let setup_t =
|
||||||
"CCLinq";
|
"CCLinq";
|
||||||
"CCKTree";
|
"CCKTree";
|
||||||
"CCTrie";
|
"CCTrie";
|
||||||
"CCString"
|
"CCString";
|
||||||
|
"CCHashtbl"
|
||||||
];
|
];
|
||||||
lib_pack = false;
|
lib_pack = false;
|
||||||
lib_internal_modules = [];
|
lib_internal_modules = [];
|
||||||
|
|
@ -7119,6 +7120,7 @@ let setup_t =
|
||||||
"Conv";
|
"Conv";
|
||||||
"Bidir";
|
"Bidir";
|
||||||
"Iteratee";
|
"Iteratee";
|
||||||
|
"BTree";
|
||||||
"Ty";
|
"Ty";
|
||||||
"Tell";
|
"Tell";
|
||||||
"BencodeStream";
|
"BencodeStream";
|
||||||
|
|
@ -7737,7 +7739,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 "\162G2\226\212I\244\003z\015\011=^\157\217\208";
|
oasis_digest = Some "r\029\246\250i\231\180\245`&\163\247h!\251b";
|
||||||
oasis_exec = None;
|
oasis_exec = None;
|
||||||
oasis_setup_args = [];
|
oasis_setup_args = [];
|
||||||
setup_update = false
|
setup_update = false
|
||||||
|
|
@ -7745,6 +7747,6 @@ let setup_t =
|
||||||
|
|
||||||
let setup () = BaseSetup.setup setup_t;;
|
let setup () = BaseSetup.setup setup_t;;
|
||||||
|
|
||||||
# 7749 "setup.ml"
|
# 7751 "setup.ml"
|
||||||
(* OASIS_STOP *)
|
(* OASIS_STOP *)
|
||||||
let () = setup ();;
|
let () = setup ();;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue