Skip to content

Commit

Permalink
Merge pull request #5 from inhabitedtype/typo
Browse files Browse the repository at this point in the history
typo: fix typo in oasis file
  • Loading branch information
seliopou committed Feb 18, 2016
2 parents 60dfe5b + 0129ff9 commit 02b2f35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OASISFormat: 0.4
Name: aws
Version: 0.1.0
Synopsis: Amazon Web Services SDK
Description: ocaml-aws is an Amazon Web Services SDK for OCaml. Its soruce distribution
Description: ocaml-aws is an Amazon Web Services SDK for OCaml. Its source distribution
includes a core runtime API and a code generation tool that generates
individual libraries from [botocore][] service descriptions.
Maintainers: Spiros Eliopoulos <[email protected]>
Expand Down
13 changes: 9 additions & 4 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.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d8aa90f0337e0c2461a65c105f9abace) *)
(* DO NOT EDIT (digest: 1a1e3e605e00ff436bc49942447ebb2c) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6702,7 +6702,12 @@ let setup_t =
];
homepage = Some "https://github.com/inhabitedtype/ocaml-aws";
synopsis = "Amazon Web Services SDK";
description = None;
description =
Some
[
OASISText.Para
"ocaml-aws is an Amazon Web Services SDK for OCaml. Its source distribution includes a core runtime API and a code generation tool that generates individual libraries from [botocore][] service descriptions."
];
categories = [];
conf_type = (`Configure, "internal", Some "0.4");
conf_custom =
Expand Down Expand Up @@ -6959,14 +6964,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "C&+\178\205\151\181}\006YV\000K\224\024\191";
oasis_digest = Some "Zh@\207\244s\224\208V\170\012\170\168u\164\156";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6971 "setup.ml"
# 6976 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 02b2f35

Please sign in to comment.