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