Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Jun 23, 2017
1 parent 941558c commit f3e22c6
Show file tree
Hide file tree
Showing 3 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: faraday
Version: dev
Version: 0.2.0
Authors: Spiros Eliopoulos <[email protected]>
Maintainers: Spiros Eliopoulos <[email protected]>
Homepage: https://github.com/inhabitedtype/faraday
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 9e3bce218cef899cb8c71404bb9e4802)
version = "dev"
# DO NOT EDIT (digest: 57a102e16586a8b3f3fbd5ddcfabaf65)
version = "0.2.0"
description = "A library for writing fast and memory-efficient serializers."
requires = "bigarray ocplib-endian ocplib-endian.bigstring"
archive(byte) = "faraday.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "faraday.cmxa"
archive(native, plugin) = "faraday.cmxs"
exists_if = "faraday.cma"
package "lwt-unix" (
version = "dev"
version = "0.2.0"
description = "A library for writing fast and memory-efficient serializers."
requires = "faraday.lwt lwt.unix"
archive(byte) = "faraday_lwt_unix.cma"
Expand All @@ -20,7 +20,7 @@ package "lwt-unix" (
)

package "lwt" (
version = "dev"
version = "0.2.0"
description = "A library for writing fast and memory-efficient serializers."
requires = "faraday lwt"
archive(byte) = "faraday_lwt.cma"
Expand All @@ -31,7 +31,7 @@ package "lwt" (
)

package "async" (
version = "dev"
version = "0.2.0"
description = "A library for writing fast and memory-efficient serializers."
requires = "async core faraday threads"
archive(byte) = "faraday_async.cma"
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.6 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 88b40473a6df35ca02c607a23e991cc6) *)
(* DO NOT EDIT (digest: e29071ba143bb1dd598af799cfef5143) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7027,7 +7027,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.02");
version = "dev";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7917,7 +7917,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest = Some "\018/\179\t\1284n:l\161\235\251D\1607\203";
oasis_digest = Some "\159<\1382%\178Z\024{\146\189k\243&E\200";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit f3e22c6

Please sign in to comment.