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 OCaml using PostgreSQL" 6description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package." 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 "ocaml" {>= "4.08"} 15 "dune" {>= "2.9"} 16 "lwt" {>= "4.2.0"} 17 "lwt_log" 18 "ocsipersist" {>= "2.0.0" & < "2.1.0"} 19 "pgocaml" 20] 21url { 22 src: 23 "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 24 checksum: [ 25 "md5=b96e2fa070038fc9ffa9ab7551ed5637" 26 "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 27 ] 28}