diff --git a/lib/META b/lib/META index 1ed0b53..8bf4225 100644 --- a/lib/META +++ b/lib/META @@ -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" diff --git a/setup.ml b/setup.ml index 008f7c5..9911abc 100644 --- a/setup.ml +++ b/setup.ml @@ -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 @@ -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 @@ -6737,7 +6737,7 @@ let setup_t = maintainers = []; authors = ["Josh Allmann "]; 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"); @@ -6903,8 +6903,7 @@ 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 @@ -6912,6 +6911,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6916 "setup.ml" +# 6915 "setup.ml" (* OASIS_STOP *) let () = setup ();;