this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

8 packages from ocsigen/ocsipersist at 2.0.0

+218
+27
packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Ocsigen Server configuration file extension for ocsipersist-dbm" 6 + description: "Load this package from Ocsigen Server's configuration file if you want to use the DBM storage backend." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + available: [ os != "macos" ] 14 + depends: [ 15 + "dune" {>= "2.9"} 16 + "xml-light" 17 + "ocsigenserver" {>= "3.0.0"} 18 + "ocsipersist-dbm" {>= "2.0.0" & < "2.1.0"} 19 + ] 20 + url { 21 + src: 22 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 23 + checksum: [ 24 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 25 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 26 + ] 27 + }
+28
packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Persistent key/value storage for OCaml using DBM" 6 + description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + available: [ os != "macos" ] 14 + depends: [ 15 + "dune" {>= "2.9"} 16 + "lwt" {>= "4.2.0"} 17 + "lwt_log" 18 + "ocsipersist" {>= "2.0.0" & < "2.1.0"} 19 + "dbm" 20 + ] 21 + url { 22 + src: 23 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 24 + checksum: [ 25 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 26 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 27 + ] 28 + }
+25
packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Persistent key/value storage for OCaml - support library" 6 + 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." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "lwt" {>= "4.2.0"} 16 + "lwt_ppx" {>= "2.0.0"} 17 + ] 18 + url { 19 + src: 20 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 21 + checksum: [ 22 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 23 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 24 + ] 25 + }
+27
packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Ocsigen Server configuration file extension for ocsipersist-pgsql" 6 + description: "Load this package from Ocsigen Server's configuration file if you want to use the PostgreSQL storage backend." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "ocaml" {>= "4.08"} 15 + "dune" {>= "2.9"} 16 + "xml-light" 17 + "ocsigenserver" {>= "3.0.0"} 18 + "ocsipersist-pgsql" {>= "2.0.0" & < "2.1.0"} 19 + ] 20 + url { 21 + src: 22 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 23 + checksum: [ 24 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 25 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 26 + ] 27 + }
+28
packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Persistent key/value storage for OCaml using PostgreSQL" 6 + description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "ocaml" {>= "4.08"} 15 + "dune" {>= "2.9"} 16 + "lwt" {>= "4.2.0"} 17 + "lwt_log" 18 + "ocsipersist" {>= "2.0.0" & < "2.1.0"} 19 + "pgocaml" 20 + ] 21 + url { 22 + src: 23 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 24 + checksum: [ 25 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 26 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 27 + ] 28 + }
+26
packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Ocsigen Server configuration file extension for ocsipersist-sqlite" 6 + description: "Load this package from Ocsigen Server's configuration file if you want to use the SQLite storage backend." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "xml-light" 16 + "ocsigenserver" {>= "3.0.0"} 17 + "ocsipersist-sqlite" {>= "2.0.0" & < "2.1.0"} 18 + ] 19 + url { 20 + src: 21 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 22 + checksum: [ 23 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 24 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 25 + ] 26 + }
+27
packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Persistent key/value storage for OCaml using SQLite" 6 + description: "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "lwt" {>= "4.2.0"} 16 + "lwt_log" 17 + "ocsipersist" {>= "2.0.0" & < "2.1.0"} 18 + "sqlite3" 19 + ] 20 + url { 21 + src: 22 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 23 + checksum: [ 24 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 25 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 26 + ] 27 + }
+30
packages/ocsipersist/ocsipersist.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "The Ocsigen team <dev@ocsigen.org>" 3 + maintainer: "Jan Rochel <jan@besport.com>" 4 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5 + synopsis: "Persistent key-value storage for OCaml using multiple backends" 6 + description: "This is an virtual library defining a unified frontend for a number of key-value storage implementations. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite." 7 + 8 + homepage: "https://github.com/ocsigen/ocsipersist" 9 + bug-reports: "https://github.com/ocsigen/ocsipersist/issues" 10 + dev-repo: "git+https://github.com/ocsigen/ocsipersist.git" 11 + build: [ "dune" "build" "-p" name "-j" jobs ] 12 + 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "lwt" {>= "4.2.0"} 16 + "ocsipersist-lib" {>= "2.0.0" & < "3.0.0"} 17 + ] 18 + conflicts: [ 19 + "ocsipersist-dbm" {< "2.0.0" | >= "2.1.0"} 20 + "ocsipersist-pgsql" {< "2.0.0" | >= "2.1.0"} 21 + "ocsipersist-sqlite" {< "2.0.0" | >= "2.1.0"} 22 + ] 23 + url { 24 + src: 25 + "https://github.com/ocsigen/ocsipersist/archive/refs/tags/2.0.0.tar.gz" 26 + checksum: [ 27 + "md5=b96e2fa070038fc9ffa9ab7551ed5637" 28 + "sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84" 29 + ] 30 + }