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

Commit

Permalink
Regen OASIS
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed May 10, 2014
1 parent 0407d58 commit 6bcabfe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: bt
Version: 0.1.2
Version: 0.2
Synopsis: BitTorrent library and client using Lwt
Authors: Nicolas Ojeda Bar <[email protected]>
License: MIT
Expand All @@ -15,7 +15,7 @@ Library bt
Modules: Bcode, SHA1, Bits, IncompleteMetadata, Metadata, Stats,
Magnet, Peer, Store, Tracker, Util, Torrent, PeerMgr, Choker,
Client, Rate, Addr, Log, Udp, Wire, IO, Handshake, Requester
BuildDepends: lwt, uri, cohttp, cohttp.lwt, lwt.unix, pa_ounit, pa_ounit.syntax,
BuildDepends: lwt, uri, cohttp, cohttp.lwt, lwt.unix,
cryptokit, zarith, qcheck, bitstring, bitstring.syntax

Executable otorrent
Expand Down
8 changes: 1 addition & 7 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 0188b23729b58117b664b1f623ebaa7d)
# DO NOT EDIT (digest: 72fe502da4305ef2bfcfbe39a38b43e5)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand Down Expand Up @@ -45,8 +45,6 @@
<bt/*.ml{,i}>: pkg_cryptokit
<bt/*.ml{,i}>: pkg_lwt
<bt/*.ml{,i}>: pkg_lwt.unix
<bt/*.ml{,i}>: pkg_pa_ounit
<bt/*.ml{,i}>: pkg_pa_ounit.syntax
<bt/*.ml{,i}>: pkg_qcheck
<bt/*.ml{,i}>: pkg_uri
<bt/*.ml{,i}>: pkg_zarith
Expand All @@ -59,8 +57,6 @@
<otorrent/otorrent.{native,byte}>: pkg_cryptokit
<otorrent/otorrent.{native,byte}>: pkg_lwt
<otorrent/otorrent.{native,byte}>: pkg_lwt.unix
<otorrent/otorrent.{native,byte}>: pkg_pa_ounit
<otorrent/otorrent.{native,byte}>: pkg_pa_ounit.syntax
<otorrent/otorrent.{native,byte}>: pkg_qcheck
<otorrent/otorrent.{native,byte}>: pkg_uri
<otorrent/otorrent.{native,byte}>: pkg_zarith
Expand All @@ -73,8 +69,6 @@
<otorrent/*.ml{,i}>: pkg_cryptokit
<otorrent/*.ml{,i}>: pkg_lwt
<otorrent/*.ml{,i}>: pkg_lwt.unix
<otorrent/*.ml{,i}>: pkg_pa_ounit
<otorrent/*.ml{,i}>: pkg_pa_ounit.syntax
<otorrent/*.ml{,i}>: pkg_qcheck
<otorrent/*.ml{,i}>: pkg_uri
<otorrent/*.ml{,i}>: pkg_zarith
Expand Down
6 changes: 3 additions & 3 deletions bt/META
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# OASIS_START
# DO NOT EDIT (digest: 961b4053fafaee99a4f05107a599837e)
version = "0.1.2"
# DO NOT EDIT (digest: 14c84914abc9274c946c7e4430370f84)
version = "0.2"
description = "BitTorrent library and client using Lwt"
requires =
"lwt uri cohttp cohttp.lwt lwt.unix pa_ounit pa_ounit.syntax cryptokit zarith qcheck bitstring bitstring.syntax"
"lwt uri cohttp cohttp.lwt lwt.unix cryptokit zarith qcheck bitstring bitstring.syntax"
archive(byte) = "bt.cma"
archive(byte, plugin) = "bt.cma"
archive(native) = "bt.cmxa"
Expand Down
10 changes: 4 additions & 6 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.2 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 9ccc41cddc5f48ed673223aba30ea0e6) *)
(* DO NOT EDIT (digest: 6f1516fe6cf57fe43dbc6edf9e334975) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6638,7 +6638,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "bt";
version = "0.1.2";
version = "0.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6709,8 +6709,6 @@ let setup_t =
FindlibPackage ("cohttp", None);
FindlibPackage ("cohttp.lwt", None);
FindlibPackage ("lwt.unix", None);
FindlibPackage ("pa_ounit", None);
FindlibPackage ("pa_ounit.syntax", None);
FindlibPackage ("cryptokit", None);
FindlibPackage ("zarith", None);
FindlibPackage ("qcheck", None);
Expand Down Expand Up @@ -6796,14 +6794,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "vª³M=¢\n/bÁ{\\.¯£\018";
oasis_digest = Some "F«Ü¡ën\134E±Yk¾rD\153\152";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6808 "setup.ml"
# 6806 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 6bcabfe

Please sign in to comment.