opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: "Spiros Eliopoulos " 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.07.0"} "base-unix" "dune" {>= "1.0"} "mirage-crypto" {< "1.0.0"} "mirage-crypto-rng" {< "1.0.0"} "base64" {>= "3.1.0"} "ounit" {with-test & >= "1.0.2"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] 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.5.0.tar.gz" checksum: [ "sha256=bac89b05335fae06ba4d060687aa28578977a296cb46344784f16df1ba1f2360" "md5=96a6cf425da69c010ecef492af339e8c" ] }