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-postgresql" {>= "0.4.2"}
12 "lwt" {>= "3.2.0"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 ["dune" "build" "-p" name "-j" jobs]
17]
18dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
19synopsis: "A session manager for your everyday needs - Postgresql-specific support"
20url {
21 src: "https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz"
22 checksum: [
23 "sha256=bac89b05335fae06ba4d060687aa28578977a296cb46344784f16df1ba1f2360"
24 "md5=96a6cf425da69c010ecef492af339e8c"
25 ]
26}