Skip to content

Commit 12ae919

Browse files
committed
Ran oasis setup
1 parent 20217d0 commit 12ae919

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

_tags

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: c53dcb3b24d3ca38ca313d3ea6cbeb08)
2+
# DO NOT EDIT (digest: a7c1dc1fdbc77f33d8bd73c38ff713eb)
33
# Ignore VCS directories, you can use the same kind of rule outside
44
# OASIS_START/STOP if you want to exclude directories that contains
55
# useless stuff for the build process
@@ -36,6 +36,8 @@
3636
<quickcheck/*.ml{,i}>: pkg_cstruct
3737
<quickcheck/*.ml{,i}>: pkg_cstruct.syntax
3838
<quickcheck/*.ml{,i}>: pkg_quickcheck
39+
<quickcheck/*.ml{,i}>: pkg_sexplib
40+
<quickcheck/*.ml{,i}>: pkg_sexplib.syntax
3941
<quickcheck/*.ml{,i}>: pkg_str
4042
<quickcheck/*.ml{,i}>: use_packet
4143
# Executable testtool
@@ -45,6 +47,8 @@
4547
"test/Test.byte": pkg_pa_ounit
4648
"test/Test.byte": pkg_pa_ounit.syntax
4749
"test/Test.byte": pkg_quickcheck
50+
"test/Test.byte": pkg_sexplib
51+
"test/Test.byte": pkg_sexplib.syntax
4852
"test/Test.byte": pkg_str
4953
"test/Test.byte": use_packet
5054
"test/Test.byte": use_quickcheck
@@ -54,6 +58,8 @@
5458
<test/*.ml{,i}>: pkg_pa_ounit
5559
<test/*.ml{,i}>: pkg_pa_ounit.syntax
5660
<test/*.ml{,i}>: pkg_quickcheck
61+
<test/*.ml{,i}>: pkg_sexplib
62+
<test/*.ml{,i}>: pkg_sexplib.syntax
5763
<test/*.ml{,i}>: pkg_str
5864
<test/*.ml{,i}>: use_packet
5965
<test/*.ml{,i}>: use_quickcheck

setup.ml

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

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 0417e985e2a2c5c99343ea52c127d006) *)
4+
(* DO NOT EDIT (digest: 7c9f1310338d6bd789fe4935d748645a) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6916,7 +6916,9 @@ let setup_t =
69166916
[
69176917
FindlibPackage ("str", None);
69186918
FindlibPackage ("cstruct", None);
6919-
FindlibPackage ("cstruct.syntax", None)
6919+
FindlibPackage ("cstruct.syntax", None);
6920+
FindlibPackage ("sexplib", None);
6921+
FindlibPackage ("sexplib.syntax", None)
69206922
];
69216923
bs_build_tools =
69226924
[ExternalTool "ocamlbuild"; ExternalTool "ocamldoc"];
@@ -7089,14 +7091,14 @@ let setup_t =
70897091
};
70907092
oasis_fn = Some "_oasis";
70917093
oasis_version = "0.4.4";
7092-
oasis_digest = Some "\189\195\181d8\b3\128\216\190\002V%\172\139\195";
7094+
oasis_digest = Some "\216\170w_9`\002[yJ\134Ic\016\031!";
70937095
oasis_exec = None;
70947096
oasis_setup_args = [];
70957097
setup_update = false
70967098
};;
70977099

70987100
let setup () = BaseSetup.setup setup_t;;
70997101

7100-
# 7101 "setup.ml"
7102+
# 7103 "setup.ml"
71017103
(* OASIS_STOP *)
71027104
let () = setup ();;

0 commit comments

Comments
 (0)