opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key/value storage (for Ocsigen) using SQLite" description: "This library provides a SQLite 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." homepage: "https://github.com/ocsigen/ocsipersist" bug-reports: "https://github.com/ocsigen/ocsipersist/issues" dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" build: [ "dune" "build" "-p" name "-j" jobs ] depends: [ "dune" {>= "2.9"} "lwt" {>= "4.2.0"} "lwt_log" "xml-light" "ocsigenserver" {>= "3.0.0"} "ocsipersist-lib" {>= "1.1.0" & < "1.2.0"} "sqlite3" ] url { src: "https://github.com/ocsigen/ocsipersist/archive/1.1.0.tar.gz" checksum: [ "md5=9d878dd68c0618b87268ebbd1472fa8c" "sha512=82d82f854af3d6708c571d0c586a5abbba35a9c9e7482b81fdce5207e1f3f98dde3823550d3661714e7faa586888a0b6e4d5ae64f36983575079a9820d5d11ee" ] }