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) - support library" 6description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. 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. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite." 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_ppx" {>= "2.0.0"} 17] 18url { 19 src: "https://github.com/ocsigen/ocsipersist/archive/1.0.3.tar.gz" 20 checksum: [ 21 "md5=363b4c5303785dc164c735e6b5f36a66" 22 "sha512=2a735060f55ebe0143a025b4b72874858d2c63a82ba31323dcf16d0dd2561518f435665c51db4fc3a57f23638a9cdcc747387c672d42b0360d8df8c744906ec8" 23 ] 24}