···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 Ocsigen) using DBM"
66+description: "This library provides a DBM 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."
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_log"
1717+ "xml-light"
1818+ "ocsigenserver" {>= "3.0.0"}
1919+ "ocsipersist-lib"
2020+ "dbm"
2121+]
2222+url {
2323+ src: "https://github.com/jrochel/ocsipersist/archive/1.0.tar.gz"
2424+ checksum: [
2525+ "md5=d07413b0b7802b88e7bf7d52d141a48d"
2626+ "sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0"
2727+ ]
2828+}
+23
packages/ocsipersist-lib/ocsipersist-lib.1.0/opam
···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 Ocsigen) - 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 database, 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+]
1717+url {
1818+ src: "https://github.com/jrochel/ocsipersist/archive/1.0.tar.gz"
1919+ checksum: [
2020+ "md5=d07413b0b7802b88e7bf7d52d141a48d"
2121+ "sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0"
2222+ ]
2323+}
···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 Ocsigen) using PostgreSQL"
66+description: "This library provides a PostgreSQL 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."
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_log"
1717+ "xml-light"
1818+ "ocsigenserver" {>= "3.0.0"}
1919+ "ocsipersist-lib"
2020+ "pgocaml"
2121+]
2222+url {
2323+ src: "https://github.com/jrochel/ocsipersist/archive/1.0.tar.gz"
2424+ checksum: [
2525+ "md5=d07413b0b7802b88e7bf7d52d141a48d"
2626+ "sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0"
2727+ ]
2828+}
···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 Ocsigen) using SQLite"
66+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."
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_log"
1717+ "xml-light"
1818+ "ocsigenserver" {>= "3.0.0"}
1919+ "ocsipersist-lib"
2020+ "sqlite3"
2121+]
2222+url {
2323+ src: "https://github.com/jrochel/ocsipersist/archive/1.0.tar.gz"
2424+ checksum: [
2525+ "md5=d07413b0b7802b88e7bf7d52d141a48d"
2626+ "sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0"
2727+ ]
2828+}
+25
packages/ocsipersist/ocsipersist.1.0/opam
···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 Ocsigen) using multiple backends"
66+description: "This is an virtual library defining a unified frontend for a number of key/value storage implementations. 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."
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+ "ocsigenserver" {>= "3.0.0"}
1717+ "ocsipersist-lib"
1818+]
1919+url {
2020+ src: "https://github.com/jrochel/ocsipersist/archive/1.0.tar.gz"
2121+ checksum: [
2222+ "md5=d07413b0b7802b88e7bf7d52d141a48d"
2323+ "sha512=4205748b93a9f74e8e2c1f7ddfc4a2a90f054abadeda5a0cf020eeabbf4d429d57b9b8a9d1a5b6fed733f48e414bbcdef88893e829c3925c755abea7fe5b67a0"
2424+ ]
2525+}