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" {>= "0.4.0" & <= "0.4.1"}
18 "cohttp" {>= "0.99.0"}
19]
20synopsis:
21 "A session manager for your everyday needs - Cohttp-specific support"
22url {
23 src: "https://github.com/inhabitedtype/ocaml-session/archive/0.4.0.tar.gz"
24 checksum: [
25 "sha256=a25e23a524832ebeb80e59e046b42b6f02094ec74e736be942d8a4c30e231b50"
26 "md5=a770a08805dd71276b14f5dcb2ac1dd6"
27 ]
28}