Skip to content

Commit 1481fc4

Browse files
committed
Fixed package name
Change-Id: Ia0a75c9781c2c490e46f8248f912f51d59067ff3
1 parent f226161 commit 1481fc4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

_oasis

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OASISFormat: 0.4
2-
Name: bap-types
2+
Name: bap-traces
33
Version: 0.1
4-
Synopsis: BAP Core Types
4+
Synopsis: BAP Trace Format
55
Authors: Matthew Maurer
66
License: BSD-3-clause
77
Plugins: META (0.4), DevFiles (0.4)
@@ -12,3 +12,4 @@ Library "bap-traces"
1212
Modules: Trace_container, Frame_piqi, Frame_piqi_ext
1313
InternalModules: Arch_bfd
1414
BuildDepends: core_kernel, piqirun.pb, piqirun.ext, piqilib
15+
DataFiles: *.piqi

setup.ml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 54d426ec05cbde2c72ac2ac5c6d85f14) *)
4+
(* DO NOT EDIT (digest: ae394ae311e40ff27da524bdc3132b03) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6644,7 +6644,7 @@ let setup_t =
66446644
findlib_version = None;
66456645
alpha_features = [];
66466646
beta_features = [];
6647-
name = "bap-types";
6647+
name = "bap-tracer";
66486648
version = "0.1";
66496649
license =
66506650
OASISLicense.DEP5License
@@ -6659,7 +6659,7 @@ let setup_t =
66596659
maintainers = [];
66606660
authors = ["Matthew Maurer"];
66616661
homepage = None;
6662-
synopsis = "BAP Core Types";
6662+
synopsis = "BAP Trace Format";
66636663
description = None;
66646664
categories = [];
66656665
conf_type = (`Configure, "internal", Some "0.4");
@@ -6718,7 +6718,7 @@ let setup_t =
67186718
];
67196719
bs_build_tools = [ExternalTool "ocamlbuild"];
67206720
bs_c_sources = [];
6721-
bs_data_files = [];
6721+
bs_data_files = [("*.piqi", None)];
67226722
bs_ccopt = [(OASISExpr.EBool true, [])];
67236723
bs_cclib = [(OASISExpr.EBool true, [])];
67246724
bs_dlllib = [(OASISExpr.EBool true, [])];
@@ -6744,15 +6744,16 @@ let setup_t =
67446744
};
67456745
oasis_fn = Some "_oasis";
67466746
oasis_version = "0.4.5";
6747-
oasis_digest = Some "\159p\211\197\134n3\222\1297}\b\191\233\221V";
6747+
oasis_digest =
6748+
Some "n\185Q\019s\025\216R\237\200\135\237\175\179\149\177";
67486749
oasis_exec = None;
67496750
oasis_setup_args = [];
67506751
setup_update = false
67516752
};;
67526753

67536754
let setup () = BaseSetup.setup setup_t;;
67546755

6755-
# 6756 "setup.ml"
6756+
# 6757 "setup.ml"
67566757
(* OASIS_STOP *)
67576758

67586759
let def_piqic (() : unit) : unit =

0 commit comments

Comments
 (0)