Skip to content

Commit

Permalink
Fixing oasis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Canini committed Jan 14, 2014
1 parent 55dbb3e commit fd53717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
7 changes: 0 additions & 7 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ Executable katnetic
netcore,
netcore.async

Executable dehop_test
Path: frenetic
MainIs: dehop_test.ml
Install$: flag(installexec)
BuildDepends:
netcore

Executable netkat_test
Path: frenetic
MainIs: netkat_test.ml
Expand Down
13 changes: 1 addition & 12 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 3068f7ebbacda6b54aaa438a62410a81)
# DO NOT EDIT (digest: 0c5fb28fb1c1d223975619c49b74df51)
# 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 @@ -104,17 +104,6 @@
<frenetic/katnetic.{native,byte}>: package(sexplib)
<frenetic/katnetic.{native,byte}>: package(sexplib.syntax)
<frenetic/katnetic.{native,byte}>: package(str)
# Executable dehop_test
"frenetic/dehop_test.byte": use_netcore
"frenetic/dehop_test.byte": package(packet)
"frenetic/dehop_test.byte": package(cstruct)
"frenetic/dehop_test.byte": package(dprle)
"frenetic/dehop_test.byte": package(ocamlgraph)
"frenetic/dehop_test.byte": package(openflow)
"frenetic/dehop_test.byte": package(topology)
"frenetic/dehop_test.byte": package(sexplib)
"frenetic/dehop_test.byte": package(sexplib.syntax)
"frenetic/dehop_test.byte": package(str)
# Executable netkat_test
"frenetic/netkat_test.byte": use_async
"frenetic/netkat_test.byte": use_netcore
Expand Down
34 changes: 3 additions & 31 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: c108ac5327ccd0f13e83ec8c0daff74d) *)
(* DO NOT EDIT (digest: b1ce403f0cd63fb046e26edfe3da8583) *)
(*
Regenerated by OASIS v0.4.1
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7085,34 +7085,6 @@ let setup_t =
bs_nativeopt = [(OASISExpr.EBool true, [])]
},
{exec_custom = false; exec_main_is = "katnetic.ml"});
Executable
({
cs_name = "dehop_test";
cs_data = PropList.Data.create ();
cs_plugin_data = []
},
{
bs_build = [(OASISExpr.EBool true, true)];
bs_install =
[
(OASISExpr.EBool true, false);
(OASISExpr.EFlag "installexec", true)
];
bs_path = "frenetic";
bs_compiled_object = Byte;
bs_build_depends = [InternalLibrary "netcore"];
bs_build_tools =
[ExternalTool "ocamlbuild"; ExternalTool "ocamldoc"];
bs_c_sources = [];
bs_data_files = [];
bs_ccopt = [(OASISExpr.EBool true, [])];
bs_cclib = [(OASISExpr.EBool true, [])];
bs_dlllib = [(OASISExpr.EBool true, [])];
bs_dllpath = [(OASISExpr.EBool true, [])];
bs_byteopt = [(OASISExpr.EBool true, [])];
bs_nativeopt = [(OASISExpr.EBool true, [])]
},
{exec_custom = false; exec_main_is = "dehop_test.ml"});
Executable
({
cs_name = "netkat_test";
Expand Down Expand Up @@ -7222,14 +7194,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.1";
oasis_digest = Some "jboP1\170 ?\028B\212\\\157s\217l";
oasis_digest = Some "\214\155\r\"(\173\150\189\249\186\148\b\227\221).";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7234 "setup.ml"
# 7206 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit fd53717

Please sign in to comment.