Skip to content

Commit

Permalink
release: aws.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Feb 18, 2016
1 parent 02b2f35 commit ec3806e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: aws
Version: 0.1.0
Version: 1.0.0
Synopsis: Amazon Web Services SDK
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
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 9b75f60ef7dc897a943b5e80420d5077)
version = "0.1.0"
# DO NOT EDIT (digest: 8c6d649992d2e768ebd58da8ae67e086)
version = "1.0.0"
description = "Amazon Web Services SDK"
requires = "ezxmlm nocrypto calendar uri"
archive(byte) = "aws.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "aws.cmxa"
archive(native, plugin) = "aws.cmxs"
exists_if = "aws.cma"
package "lwt" (
version = "0.1.0"
version = "1.0.0"
description = "Amazon Web Services SDK"
requires = "aws cohttp.lwt-core lwt ssl"
archive(byte) = "aws_lwt.cma"
Expand All @@ -20,7 +20,7 @@ package "lwt" (
)

package "async" (
version = "0.1.0"
version = "1.0.0"
description = "Amazon Web Services SDK"
requires = "aws cohttp.async async async_ssl threads"
archive(byte) = "aws_async.cma"
Expand Down
2 changes: 1 addition & 1 deletion opam/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "aws"
version: "0.1.0"
version: "1.0.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>"
"Daniel Patterson <[email protected]>" ]
Expand Down
6 changes: 3 additions & 3 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: 1a1e3e605e00ff436bc49942447ebb2c) *)
(* DO NOT EDIT (digest: 8fc121e2c341536b382fb4e00ead38b6) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6683,7 +6683,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "aws";
version = "0.1.0";
version = "1.0.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6964,7 +6964,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "Zh@\207\244s\224\208V\170\012\170\168u\164\156";
oasis_digest = Some "\161[r\012\210\237\163|\238\026\179-\194\197\132r";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit ec3806e

Please sign in to comment.