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]
]

depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta9"}
  "session-cohttp"
  "cohttp-async"
  "async" {< "v0.15"}
  "base-threads"
]
synopsis:
  "A session manager for your everyday needs - Cohttp-specific support for Async"
url {
  src: "https://github.com/inhabitedtype/ocaml-session/archive/0.4.0.tar.gz"
  checksum: "md5=a770a08805dd71276b14f5dcb2ac1dd6"
}
