7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
* postgresql (backend `pgsql`)
## dependencies
* runtime
* mongoose
* json-c
* mbedtls
* **postgresql backend:**
* postgresql-libs
* compile-time
* cmark (commonmark implementation), for transformation of the help files, whose source is in commonmark. online documentation transforms these into html and embeds them in the binary; cmark is also used to to produce the troff source which is used to build the offline documentation. disable with `parsav_online_documentation=no parsav_offline_documentation=no`
* troff implementation (tested with groff but as far as i know we don't need any groff-specific extensions) to produce PDFs and manpages from the cmark-generated intermediate forms. disable with `parsav_offline_documentation=no`
|
|
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
* postgresql (backend `pgsql`)
## dependencies
* runtime
* mongoose
* mjson
* mbedtls
* **postgresql backend:**
* postgresql-libs
* compile-time
* cmark (commonmark implementation), for transformation of the help files, whose source is in commonmark. online documentation transforms these into html and embeds them in the binary; cmark is also used to to produce the troff source which is used to build the offline documentation. disable with `parsav_online_documentation=no parsav_offline_documentation=no`
* troff implementation (tested with groff but as far as i know we don't need any groff-specific extensions) to produce PDFs and manpages from the cmark-generated intermediate forms. disable with `parsav_offline_documentation=no`
|