this repo has no description
1opam-version: "2.0"
2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
4license: "BSD-3-Clause"
5homepage: "https://github.com/inhabitedtype/ocaml-session"
6dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
7bug-reports: "https://github.com/inhabitedtype/ocaml-session/issues"
8
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 ["jbuilder" "build" "-p" name]
12]
13
14depends: [
15 "ocaml"
16 "jbuilder" {>= "1.0+beta9"}
17 "session-cohttp"
18 "cohttp-lwt"
19 "lwt"
20 "result" {>= "1.5"}
21]
22synopsis:
23 "A session manager for your everyday needs - Cohttp-specific support for lwt"
24url {
25 src: "https://github.com/inhabitedtype/ocaml-session/archive/0.4.0.tar.gz"
26 checksum: [
27 "sha256=a25e23a524832ebeb80e59e046b42b6f02094ec74e736be942d8a4c30e231b50"
28 "md5=a770a08805dd71276b14f5dcb2ac1dd6"
29 ]
30}