-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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"); | ||
|
@@ -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 ();; |