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"
6bug-reports: "https://github.com/inhabitedtype/ocaml-session/issues"
7doc: "https://inhabitedtype.github.io/ocaml-session/"
8depends: [
9 "ocaml" {>= "4.07.0"}
10 "dune" {>= "1.0"}
11 "session-cohttp" {>= "0.4.2"}
12 "cohttp-async"
13 "async"
14 "base-threads"
15]
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19]
20dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
21synopsis: "A session manager for your everyday needs - Cohttp-specific support for Async"
22url {
23 src: "https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz"
24 checksum: [
25 "sha256=bac89b05335fae06ba4d060687aa28578977a296cb46344784f16df1ba1f2360"
26 "md5=96a6cf425da69c010ecef492af339e8c"
27 ]
28}