Skip to content

Commit

Permalink
oasis: Run setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Nov 26, 2014
1 parent b03e549 commit 0301882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OASIS_START
# DO NOT EDIT (digest: 2ab906ec0e3fbfff880c15e66ed16659)
version = "0.1"
description = "OCaml implementation of the MQTT protocol"
# DO NOT EDIT (digest: 78b08b07ae328d16b4b541a16257c576)
version = "0.0.1"
description = "MQTT message parser in OCaml"
requires = "lwt lwt.unix oUnit ocplib-endian"
archive(byte) = "mqtt.cma"
archive(byte, plugin) = "mqtt.cma"
Expand Down
11 changes: 5 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: 4f245e3d57a3fb73f34128a2616c4f6c) *)
(* DO NOT EDIT (digest: b301fc664fdb6ba3679d2f357b03809c) *)
(*
Regenerated by OASIS v0.4.2
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6723,7 +6723,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "mqtt";
version = "0.1";
version = "0.0.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand All @@ -6737,7 +6737,7 @@ let setup_t =
maintainers = [];
authors = ["Josh Allmann <[email protected]>"];
homepage = None;
synopsis = "OCaml implementation of the MQTT protocol";
synopsis = "MQTT message parser in OCaml";
description = None;
categories = [];
conf_type = (`Configure, "internal", Some "0.4");
Expand Down Expand Up @@ -6903,15 +6903,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.2";
oasis_digest =
Some "\164\021\200y\198.\014\246\251\228\178\139\234,\005\230";
oasis_digest = Some "\162i]\225J\1748\189\160x\029J#\154X\211";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6916 "setup.ml"
# 6915 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 0301882

Please sign in to comment.