-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-dbm-config" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Ocsigen Server configuration file extension for ocsipersist-dbm" | ||
description: "Load this package from Ocsigen Server's configuration file if you want to use the DBM storage backend." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-dbm" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Persistent key/value storage for OCaml using DBM" | ||
description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-lib" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Persistent key/value storage for OCaml - support library" | ||
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." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-pgsql-config" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Ocsigen Server configuration file extension for ocsipersist-pgsql" | ||
description: "Load this package from Ocsigen Server's configuration file if you want to use the PostgreSQL storage backend." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-pgsql" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Persistent key/value storage for OCaml using PostgreSQL" | ||
description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-sqlite-config" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Ocsigen Server configuration file extension for ocsipersist-sqlite" | ||
description: "Load this package from Ocsigen Server's configuration file if you want to use the SQLite storage backend." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist-sqlite" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
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." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: "ocsipersist" | |
version: "2.0.0" | ||
authors: "The Ocsigen team <[email protected]>" | ||
maintainer: "Jan Rochel <[email protected]>" | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: "Persistent key-value storage for OCaml using multiple backends" | ||
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." | ||
|
||
|