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"
10 "dune" {>= "1.0"}
11 "session-cohttp"
12 "cohttp-async"
13 "async"
14 "base-threads"
15 "result" {>= "1.5"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20]
21dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
22synopsis: "A session manager for your everyday needs - Cohttp-specific support for Async"
23url {
24 src: "https://github.com/inhabitedtype/ocaml-session/archive/0.4.1.tar.gz"
25 checksum: [
26 "sha256=1956795ceb0ce975d46504958002d1456f9182d08a3c36e9510c811734bc33e5"
27 "md5=1398d94c2e5e207b96a591a1834495ee"
28 ]
29}