Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit c0b5cad

Browse files
committed
Prep for v0.1.2
1 parent 81823bc commit c0b5cad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: bt
3-
Version: 0.1.0
3+
Version: 0.1.2
44
Synopsis: BitTorrent DHT library for Lwt
55
Authors: Nicolas Ojeda Bar <[email protected]>
66
License: MIT

setup.ml

Lines changed: 3 additions & 3 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.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 9a6009fc77baa89a3c6eb238477d0787) *)
4+
(* DO NOT EDIT (digest: d7390ba50ff1ff1f4dc53eef03e2d445) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6748,7 +6748,7 @@ let setup_t =
67486748
},
67496749
{
67506750
bs_build = [(OASISExpr.EBool true, true)];
6751-
bs_install = [(OASISExpr.EBool true, false)];
6751+
bs_install = [(OASISExpr.EBool true, true)];
67526752
bs_path = "lib_test";
67536753
bs_compiled_object = Best;
67546754
bs_build_depends = [InternalLibrary "dht"];
@@ -6772,7 +6772,7 @@ let setup_t =
67726772
};
67736773
oasis_fn = Some "_oasis";
67746774
oasis_version = "0.4.4";
6775-
oasis_digest = Some "2Öæû\135V\142j8\023Äæ»ëå\018";
6775+
oasis_digest = Some "å@ÖÂ\025¿\015èáè\157©\025¢é×";
67766776
oasis_exec = None;
67776777
oasis_setup_args = [];
67786778
setup_update = false

0 commit comments

Comments
 (0)