opam-version: "2.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-Clause"
homepage: "https://github.com/inhabitedtype/ocaml-session"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-session/issues"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta9"}
  "nocrypto"
  "result"
  "ounit" {with-test & >= "1.0.2"}
]
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 Webmachine; Async and
Lwt; and pluggable backing stores based on a functor interface."""
url {
  src: "https://github.com/inhabitedtype/ocaml-session/archive/0.4.0.tar.gz"
  checksum: "md5=a770a08805dd71276b14f5dcb2ac1dd6"
}
