···11+opam-version: "2.0"
22+authors: "The Ocsigen team <dev@ocsigen.org>"
33+maintainer: "Jan Rochel <jan@besport.com>"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55+synopsis: "Persistent key/value storage for OCaml - support library"
66+description: "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, PostgreSQL, SQLite."
77+88+homepage: "https://github.com/ocsigen/ocsipersist"
99+bug-reports: "https://github.com/ocsigen/ocsipersist/issues"
1010+dev-repo: "git+https://github.com/ocsigen/ocsipersist.git"
1111+build: [ "dune" "build" "-p" name "-j" jobs ]
1212+1313+depends: [
1414+ "dune" {>= "2.9"}
1515+ "lwt" {>= "4.2.0"}
1616+ "lwt_ppx" {>= "2.0.0"}
1717+]
1818+url {
1919+ src:
2020+ "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz"
2121+ checksum: [
2222+ "md5=b96e2fa070038fc9ffa9ab7551ed5637"
2323+ "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84"
2424+ ]
2525+}