Skip to content

Commit

Permalink
Regenerate OASIS
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave.scott@citrix.com>
  • Loading branch information
David Scott committed Sep 3, 2015
1 parent 1322a4d commit 90d0df9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _tags
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 7a3b08a8ca9b171c31a256d94267a3ba)
# DO NOT EDIT (digest: 59091d3a878b9b72b98c132652e76c6b)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand Down Expand Up @@ -29,6 +29,7 @@ true: annot, bin_annot
<src/main.{native,byte}>: pkg_re.str
<src/main.{native,byte}>: pkg_sha
<src/main.{native,byte}>: pkg_sha.sha1
<src/main.{native,byte}>: pkg_tapctl
<src/main.{native,byte}>: pkg_tar
<src/main.{native,byte}>: pkg_threads
<src/main.{native,byte}>: pkg_uri
Expand Down
8 changes: 5 additions & 3 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 45d1cd2dfb927113cc84e09fcb72bb7a) *)
(* DO NOT EDIT (digest: e50f69cbe37ee2a3e1670e3ffb230306) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6768,6 +6768,8 @@ let setup_t =
FindlibPackage ("sha", None);
FindlibPackage ("sha.sha1", None);
FindlibPackage ("io-page.unix", None);
FindlibPackage ("threads", None);
FindlibPackage ("tapctl", None);
FindlibPackage ("re.str", None)
];
bs_build_tools = [ExternalTool "ocamlbuild"];
Expand Down Expand Up @@ -6846,14 +6848,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "w\027\174\235\000D\141\152i\132\n\220g\176\001\129";
oasis_digest = Some "\208\149\173|Vep\bn\249hv\015\025\237\215";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6858 "setup.ml"
# 6860 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 90d0df9

Please sign in to comment.