Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 6f42498

Browse files
committed
Fix OASIS version
1 parent f2b6f3f commit 6f42498

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
3+
Version: 0.1.2
44
Synopsis: BitTorrent library and client using Lwt
55
Authors: Nicolas Ojeda Bar <[email protected]>
66
License: MIT

bt/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: e5cd70a8483351f51b426e59f70502e5)
3-
version = "0.1"
2+
# DO NOT EDIT (digest: ef982b72feb9edbef4ffe3fabf33314d)
3+
version = "0.1.2"
44
description = "BitTorrent library and client using Lwt"
55
requires =
66
"lwt uri cohttp cohttp.lwt lwt.unix cryptokit zarith qcheck bitstring bitstring.syntax"

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.2 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: c4b0c371a75383e51e085c0b34a9df08) *)
4+
(* DO NOT EDIT (digest: 2ffb6a0a436ac81ed1e517af47bd804c) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6638,7 +6638,7 @@ let setup_t =
66386638
alpha_features = [];
66396639
beta_features = [];
66406640
name = "bt";
6641-
version = "0.1";
6641+
version = "0.1.2";
66426642
license =
66436643
OASISLicense.DEP5License
66446644
(OASISLicense.DEP5Unit
@@ -6789,7 +6789,7 @@ let setup_t =
67896789
};
67906790
oasis_fn = Some "_oasis";
67916791
oasis_version = "0.4.4";
6792-
oasis_digest = Some "M\127ø\031\145J\007±ÖC\155\\}g$x";
6792+
oasis_digest = Some "\1333vø[`Þ\025\150/'öKd&\132";
67936793
oasis_exec = None;
67946794
oasis_setup_args = [];
67956795
setup_update = false

0 commit comments

Comments
 (0)