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.03.0"} "dune" {>= "1.0"} "nocrypto" "result" "ounit" {with-test & >= "1.0.2"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0.0"} ] 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: [ "sha256=1956795ceb0ce975d46504958002d1456f9182d08a3c36e9510c811734bc33e5" "md5=1398d94c2e5e207b96a591a1834495ee" ] }