Skip to content

Commit

Permalink
regenerate oasis
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 24, 2015
1 parent 2523576 commit 8cd218d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 9d152d2560e713c2454d84c04d50f2bb)
version = "0.17.0"
# DO NOT EDIT (digest: 83cf05ab603ed7321121aed3976a1f00)
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires =
"re.emacs stringext uri uri.services fieldslib sexplib bytes base64"
Expand All @@ -10,7 +10,7 @@ archive(native) = "cohttp.cmxa"
archive(native, plugin) = "cohttp.cmxs"
exists_if = "cohttp.cma"
package "lwt-unix-test" (
version = "0.17.0"
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.lwt unix lwt.unix oUnit"
archive(byte) = "cohttp_lwt_unix_test.cma"
Expand All @@ -21,7 +21,7 @@ package "lwt-unix-test" (
)

package "lwt-core" (
version = "0.17.0"
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "lwt uri cohttp"
archive(byte) = "cohttp_lwt.cma"
Expand All @@ -32,7 +32,7 @@ package "lwt-core" (
)

package "lwt" (
version = "0.17.0"
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.lwt-core unix lwt.unix conduit.lwt-unix magic-mime"
archive(byte) = "cohttp_lwt_unix.cma"
Expand All @@ -43,7 +43,7 @@ package "lwt" (
)

package "js" (
version = "0.17.0"
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.lwt-core js_of_ocaml"
archive(byte) = "cohttp_lwt_xhr.cma"
Expand All @@ -54,7 +54,7 @@ package "js" (
)

package "async" (
version = "0.17.0"
version = "0.17.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "uri cohttp threads async conduit.async magic-mime"
archive(byte) = "cohttp_async.cma"
Expand Down
4 changes: 2 additions & 2 deletions lib/conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*
*)

let user_agent = "ocaml-cohttp/0.17.0"
let version = "0.17.0"
let user_agent = "ocaml-cohttp/0.17.1"
let version = "0.17.1"
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: 23434188060c464296b7840b70f60f63) *)
(* DO NOT EDIT (digest: 7840ff0fea77d9f849727cb97b6cdb3e) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6999,7 +6999,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "cohttp";
version = "0.17.0";
version = "0.17.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8686,7 +8686,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\024AÔÄé Ûc_Ãã\132\131U\019\144";
oasis_digest = Some "\148ëj{\137:Ó`>\\\007\023\006ó";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 8cd218d

Please sign in to comment.