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"
bug-reports: "https://github.com/inhabitedtype/ocaml-session/issues"
doc: "https://inhabitedtype.github.io/ocaml-session/"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.0"}
  "nocrypto"
  "result"
  "ounit" {with-test & >= "1.0.2"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
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.1.tar.gz"
  checksum: "md5=1398d94c2e5e207b96a591a1834495ee"
}
