Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Jan 27, 2017
1 parent 22da264 commit 93d96b0
Show file tree
Hide file tree
Showing 4 changed files with 3,507 additions and 5,570 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.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
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: 5dce15a72fab09731dbecbf1e4112cab)
version = "dev"
# DO NOT EDIT (digest: a696e4339b6e5cb84a066b5db7f780a6)
version = "0.3.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 = "dev"
version = "0.3.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 "redis-lwt" (
version = "dev"
version = "0.3.0"
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.0"
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.0"
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.0"
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.0"
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.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 @@ -86,7 +86,7 @@ package "cohttp-async" (
)

package "cohttp" (
version = "dev"
version = "0.3.0"
description = "A session manager for your everyday needs"
requires = "cohttp result session"
archive(byte) = "session_cohttp.cma"
Expand Down
Loading

0 comments on commit 93d96b0

Please sign in to comment.