1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
Source: ocsipersist
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
liblwt-ocaml-dev,
libocsigenserver-ocaml-dev (>= 3.0.0),
liblwt-log-ocaml-dev,
libxml-light-ocaml-dev,
libsqlite3-ocaml-dev,
libpgocaml-ocaml-dev,
dh-ocaml (>= 1.2.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://ocsigen.org/ocsipersist
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocsipersist
Vcs-Git: https://salsa.debian.org/ocaml-team/ocsipersist.git
Package: libocsipersist-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: libocsipersist-sqlite-ocaml-dev | libocsipersist-provider-ocaml-dev
Description: persistent key/value storage for Ocsigen (dev)
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: PostgreSQL, SQLite.
.
This package contains development files.
Package: libocsipersist-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: persistent key/value storage for Ocsigen (runtime)
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: PostgreSQL, SQLite.
.
This package contains runtime files.
Package: libocsipersist-lib-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: persistent key/value storage for Ocsigen (support library) (dev)
This library defines signatures and auxiliary tools for defining
backends for the Ocsipersist frontend. 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:
PostgreSQL, SQLite.
.
This package contains development files.
Package: libocsipersist-lib-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: persistent key/value storage for Ocsigen (support library) (runtime)
This library defines signatures and auxiliary tools for defining
backends for the Ocsipersist frontend. 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:
PostgreSQL, SQLite.
.
This package contains runtime files.
Package: libocsipersist-sqlite-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides:
libocsipersist-provider-ocaml-dev,
${ocaml:Provides}
Description: persistent key/value storage for Ocsigen using SQLite (dev)
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.
.
This package contains development files.
Package: libocsipersist-sqlite-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: persistent key/value storage for Ocsigen using SQLite (runtime)
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.
.
This package contains runtime files.
Package: libocsipersist-pgsql-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides:
libocsipersist-provider-ocaml-dev,
${ocaml:Provides}
Description: persistent key/value storage for Ocsigen using PostgreSQL (dev)
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.
.
This package contains development files.
Package: libocsipersist-pgsql-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: persistent key/value storage for Ocsigen using PostgreSQL (runtime)
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.
.
This package contains runtime files.
|