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 OCaml using SQLite" description: "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package." 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" "ocsipersist" {>= "2.0.0" & < "2.1.0"} "sqlite3" ] url { src: "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" checksum: [ "md5=b96e2fa070038fc9ffa9ab7551ed5637" "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" ] }