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

Commit 6bcabfe

Browse files
committed
Regen OASIS
1 parent 0407d58 commit 6bcabfe

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: bt
3-
Version: 0.1.2
3+
Version: 0.2
44
Synopsis: BitTorrent library and client using Lwt
55
Authors: Nicolas Ojeda Bar <[email protected]>
66
License: MIT
@@ -15,7 +15,7 @@ Library bt
1515
Modules: Bcode, SHA1, Bits, IncompleteMetadata, Metadata, Stats,
1616
Magnet, Peer, Store, Tracker, Util, Torrent, PeerMgr, Choker,
1717
Client, Rate, Addr, Log, Udp, Wire, IO, Handshake, Requester
18-
BuildDepends: lwt, uri, cohttp, cohttp.lwt, lwt.unix, pa_ounit, pa_ounit.syntax,
18+
BuildDepends: lwt, uri, cohttp, cohttp.lwt, lwt.unix,
1919
cryptokit, zarith, qcheck, bitstring, bitstring.syntax
2020

2121
Executable otorrent

_tags

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 0188b23729b58117b664b1f623ebaa7d)
2+
# DO NOT EDIT (digest: 72fe502da4305ef2bfcfbe39a38b43e5)
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
@@ -45,8 +45,6 @@
4545
<bt/*.ml{,i}>: pkg_cryptokit
4646
<bt/*.ml{,i}>: pkg_lwt
4747
<bt/*.ml{,i}>: pkg_lwt.unix
48-
<bt/*.ml{,i}>: pkg_pa_ounit
49-
<bt/*.ml{,i}>: pkg_pa_ounit.syntax
5048
<bt/*.ml{,i}>: pkg_qcheck
5149
<bt/*.ml{,i}>: pkg_uri
5250
<bt/*.ml{,i}>: pkg_zarith
@@ -59,8 +57,6 @@
5957
<otorrent/otorrent.{native,byte}>: pkg_cryptokit
6058
<otorrent/otorrent.{native,byte}>: pkg_lwt
6159
<otorrent/otorrent.{native,byte}>: pkg_lwt.unix
62-
<otorrent/otorrent.{native,byte}>: pkg_pa_ounit
63-
<otorrent/otorrent.{native,byte}>: pkg_pa_ounit.syntax
6460
<otorrent/otorrent.{native,byte}>: pkg_qcheck
6561
<otorrent/otorrent.{native,byte}>: pkg_uri
6662
<otorrent/otorrent.{native,byte}>: pkg_zarith
@@ -73,8 +69,6 @@
7369
<otorrent/*.ml{,i}>: pkg_cryptokit
7470
<otorrent/*.ml{,i}>: pkg_lwt
7571
<otorrent/*.ml{,i}>: pkg_lwt.unix
76-
<otorrent/*.ml{,i}>: pkg_pa_ounit
77-
<otorrent/*.ml{,i}>: pkg_pa_ounit.syntax
7872
<otorrent/*.ml{,i}>: pkg_qcheck
7973
<otorrent/*.ml{,i}>: pkg_uri
8074
<otorrent/*.ml{,i}>: pkg_zarith

bt/META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 961b4053fafaee99a4f05107a599837e)
3-
version = "0.1.2"
2+
# DO NOT EDIT (digest: 14c84914abc9274c946c7e4430370f84)
3+
version = "0.2"
44
description = "BitTorrent library and client using Lwt"
55
requires =
6-
"lwt uri cohttp cohttp.lwt lwt.unix pa_ounit pa_ounit.syntax cryptokit zarith qcheck bitstring bitstring.syntax"
6+
"lwt uri cohttp cohttp.lwt lwt.unix cryptokit zarith qcheck bitstring bitstring.syntax"
77
archive(byte) = "bt.cma"
88
archive(byte, plugin) = "bt.cma"
99
archive(native) = "bt.cmxa"

setup.ml

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

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 9ccc41cddc5f48ed673223aba30ea0e6) *)
4+
(* DO NOT EDIT (digest: 6f1516fe6cf57fe43dbc6edf9e334975) *)
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.2";
6641+
version = "0.2";
66426642
license =
66436643
OASISLicense.DEP5License
66446644
(OASISLicense.DEP5Unit
@@ -6709,8 +6709,6 @@ let setup_t =
67096709
FindlibPackage ("cohttp", None);
67106710
FindlibPackage ("cohttp.lwt", None);
67116711
FindlibPackage ("lwt.unix", None);
6712-
FindlibPackage ("pa_ounit", None);
6713-
FindlibPackage ("pa_ounit.syntax", None);
67146712
FindlibPackage ("cryptokit", None);
67156713
FindlibPackage ("zarith", None);
67166714
FindlibPackage ("qcheck", None);
@@ -6796,14 +6794,14 @@ let setup_t =
67966794
};
67976795
oasis_fn = Some "_oasis";
67986796
oasis_version = "0.4.4";
6799-
oasis_digest = Some "vª³M=¢\n/bÁ{\\.¯£\018";
6797+
oasis_digest = Some "F«Ü¡ën\134E±Yk¾rD\153\152";
68006798
oasis_exec = None;
68016799
oasis_setup_args = [];
68026800
setup_update = false
68036801
};;
68046802

68056803
let setup () = BaseSetup.setup setup_t;;
68066804

6807-
# 6808 "setup.ml"
6805+
# 6806 "setup.ml"
68086806
(* OASIS_STOP *)
68096807
let () = setup ();;

0 commit comments

Comments
 (0)