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: [ ["jbuilder" "subst" "-p" name] {dev} ["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: [ "sha256=a25e23a524832ebeb80e59e046b42b6f02094ec74e736be942d8a4c30e231b50" "md5=a770a08805dd71276b14f5dcb2ac1dd6" ] }