this repo has no description
1opam-version: "2.0" 2authors: "The Ocsigen team <dev@ocsigen.org>" 3maintainer: "Jan Rochel <jan@besport.com>" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL" 6description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library." 7 8homepage: "https://github.com/ocsigen/ocsipersist" 9bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11build: [ "dune" "build" "-p" name "-j" jobs ] 12 13depends: [ 14 "dune" {>= "2.9"} 15 "lwt" {>= "4.2.0"} 16 "lwt_log" 17 "xml-light" 18 "ocsigenserver" {>= "3.0.0"} 19 "ocsipersist-lib" {>= "1.0.0" & < "1.1.0"} 20 "pgocaml" 21] 22url { 23 src: "https://github.com/ocsigen/ocsipersist/archive/1.0.5.tar.gz" 24 checksum: [ 25 "md5=d299bffca1c863bd3bb952c8d3d66329" 26 "sha512=3706506b97cad5d7cfc287c424199553a6af5397ca04c95b0ee4c8904f402d3c313edc7eae96c2771af733bbcce0757b12e31e034701e9cb002421c222140e1d" 27 ] 28}