opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] 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: [ [ "ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{webmachine:enable}%-webmachine" "--%{postgresql:enable}%-postgresql" "--%{lwt:enable}%-lwt" "--%{cohttp:enable}%-cohttp" "--%{async:enable}%-async" ] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "session"] ] depends: [ "ocaml" "nocrypto" "ocamlfind" {build} "ocamlbuild" {build} "result" ] depopts: [ "async" "base-threads" "cohttp" "lwt" "postgresql" "webmachine" ] conflicts: [ "lwt" {>= "4.0.0"} "cohttp" {>= "0.99.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 Webmachine; Async and Lwt; and pluggable backing stores based on a functor interface.""" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-session/archive/0.1.0.tar.gz" checksum: [ "sha256=65b52476530d936cbf68a8512bb19de49a9e0c735f6019547169758407ca4077" "md5=835c434ee5aeb590da735cde310e3e05" ] }