Skip to content

Commit 27dade4

Browse files
committed
oasis: Replace 'False' with 'false'
The former is interpreted as a truthy value by oasis
1 parent b23a15d commit 27dade4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BuildTools:
1313

1414
Flag quickcheck
1515
Description: build the packet.quickcheck library
16-
Default: False
16+
Default: false
1717

1818
Library packet
1919
Path: lib
@@ -44,7 +44,7 @@ Library quickcheck
4444

4545
Executable testtool
4646
Path: test
47-
Install: False
47+
Install: false
4848
Build$: flag(tests) && flag(quickcheck)
4949
MainIs: Test.ml
5050
BuildDepends:

setup.ml

Lines changed: 4 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: 2b297a7276d20798789c6358cd5ac288) *)
4+
(* DO NOT EDIT (digest: 9b08b8c7c1334543fac7a194c0900bf6) *)
55
(*
66
Regenerated by OASIS v0.4.1
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -1176,7 +1176,7 @@ module OASISTypes = struct
11761176
{
11771177
obj_modules: string list;
11781178
obj_findlib_fullname: findlib_name list option;
1179-
}
1179+
}
11801180

11811181

11821182
type executable =
@@ -6265,7 +6265,7 @@ module OCamlbuildPlugin = struct
62656265
{
62666266
plugin_tags: string option;
62676267
extra_args: string list;
6268-
}
6268+
}
62696269

62706270

62716271
let check_ocaml_version version pkg =
@@ -6999,7 +6999,7 @@ let setup_t =
69996999
};
70007000
oasis_fn = Some "_oasis";
70017001
oasis_version = "0.4.1";
7002-
oasis_digest = Some "\244&E\239\131?#/k\139\148\226\000\184\211\175";
7002+
oasis_digest = Some "XHS\225\\\162\198r:\166)5\157,\183\004";
70037003
oasis_exec = None;
70047004
oasis_setup_args = [];
70057005
setup_update = false

0 commit comments

Comments
 (0)