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 Mar 2, 2016
1 parent 13a5a06 commit 0beec33
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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: session
Version: 0.1.0
Version: 0.2.0
Synopsis: A session manager for your everyday needs
Description: ocaml-session is an session manager that handles cookie headers
and backend storage for HTTP servers. The library supports CoHTTP and
Expand Down
18 changes: 9 additions & 9 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 352b89ede1144e92a1c0ce3d8eb8eb1b)
version = "0.1.0"
# DO NOT EDIT (digest: eca34ddcaf6091f478095798fc8d3b60)
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "nocrypto result"
archive(byte) = "session.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "session.cmxa"
archive(native, plugin) = "session.cmxs"
exists_if = "session.cma"
package "webmachine" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "webmachine result session.cohttp"
archive(byte) = "session_webmachine.cma"
Expand All @@ -20,7 +20,7 @@ package "webmachine" (
)

package "postgresql-lwt" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "lwt postgresql result session.postgresql threads"
archive(byte) = "session_postgresql_lwt.cma"
Expand All @@ -31,7 +31,7 @@ package "postgresql-lwt" (
)

package "postgresql-async" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "async postgresql result session.postgresql threads"
archive(byte) = "session_postgresql_async.cma"
Expand All @@ -42,7 +42,7 @@ package "postgresql-async" (
)

package "postgresql" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "nocrypto postgresql result session threads"
archive(byte) = "session_postgresql.cma"
Expand All @@ -53,7 +53,7 @@ package "postgresql" (
)

package "cohttp-lwt" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "cohttp.lwt lwt result session.cohttp"
archive(byte) = "session_cohttp_lwt.cma"
Expand All @@ -64,7 +64,7 @@ package "cohttp-lwt" (
)

package "cohttp-async" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "async cohttp.async result session.cohttp threads"
archive(byte) = "session_cohttp_async.cma"
Expand All @@ -75,7 +75,7 @@ package "cohttp-async" (
)

package "cohttp" (
version = "0.1.0"
version = "0.2.0"
description = "A session manager for your everyday needs"
requires = "cohttp result session"
archive(byte) = "session_cohttp.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: "session"
version: "0.1.0"
version: "0.2.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
license: "BSD-3-clause"
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: 4d44efcecf03d31fafd388160fcb1e7b) *)
(* DO NOT EDIT (digest: ec66ec8ac24a04d0fbf3f282df3af54e) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6885,7 +6885,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "session";
version = "0.1.0";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7717,7 +7717,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "c\177\172-\006\\\228\015\003\tQi4\245\1624";
oasis_digest = Some "a7\213\rP\216!%\011|\252\n\019\156\135\225";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 0beec33

Please sign in to comment.