Differences From
Artifact [41e876049a]:
7 7
8 8 * postgresql (backend `pgsql`)
9 9
10 10 ## dependencies
11 11
12 12 * runtime
13 13 * mongoose
14 - * json-c
14 + * mjson
15 15 * mbedtls
16 16 * **postgresql backend:**
17 17 * postgresql-libs
18 18 * compile-time
19 19 * 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`
20 20 * 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`
21 21