Skip to content

Commit 4f5b693

Browse files
author
Jan Rochel
committed
some documentation
1 parent b5139e6 commit 4f5b693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual-wiki/libraries.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ configuration file before {{{ Eliom }}}).
1313
There are currently two implementations of {{{ Ocsipersist }}}:
1414
{{{ ocsipersist-dbm.cma }}} (uses the DBM database);
1515
{{{ ocsipersist-sqlite.cma }}} (uses the SQLite database
16-
and depends on {{{ sqlite3.cma }}});
16+
and depends on {{{ sqlite3.cma }}} from the OPAM package sqlite3);
1717
{{{ ocsipersist-pgsql.cma }}} (uses the PostgreSQL (version >= 9.5)
18-
database and depends on {{{ pa_pgsql.cma }}});
18+
database and depends on {{{ pa_pgsql.cma }}} from the OPAM package pgocaml);
1919
>>
2020

2121
It is possible to customize the location of the database on the

0 commit comments

Comments
 (0)