Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed May 13, 2017
1 parent ffc52c6 commit 579981b
Show file tree
Hide file tree
Showing 3 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: dev
Version: 0.3.1
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
20 changes: 10 additions & 10 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: ea287eadefd4a23c7cd10fa43e90ac3f)
version = "dev"
# DO NOT EDIT (digest: d53d7f5485677d43e06c5de52aaec424)
version = "0.3.1"
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 = "dev"
version = "0.3.1"
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 "redis-lwt" (
version = "dev"
version = "0.3.1"
description = "A session manager for your everyday needs"
requires = "lwt nocrypto redis-lwt result session"
archive(byte) = "session_redis_lwt.cma"
Expand All @@ -31,7 +31,7 @@ package "redis-lwt" (
)

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

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

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

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

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

package "cohttp" (
version = "dev"
version = "0.3.1"
description = "A session manager for your everyday needs"
requires = "cohttp result session"
archive(byte) = "session_cohttp.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.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 15630ffc3c33a64da68b20237f8631f2) *)
(* DO NOT EDIT (digest: a6496b1d6f2e1cd6897648876af5143c) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7085,7 +7085,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "dev";
version = "0.3.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -9847,7 +9847,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest = Some "\222I\020\148-\232\207\230\168E\140E\236\"\189&";
oasis_digest = Some "g\229\184\152#0\197\144r\020\128Y\238\170\179\219";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 579981b

Please sign in to comment.