Add , for lists

This commit is contained in:
Rudi Grinberg 2018-04-12 09:12:56 +07:00
parent 0d9669f907
commit 620bffd21b
1 changed files with 8 additions and 8 deletions

View File

@ -9,11 +9,11 @@ stubs, but there are no limitations on this.
Configurator allows you to query for the following features: Configurator allows you to query for the following features:
* Variables defined in ``ocamlc - config`` * Variables defined in ``ocamlc - config``,
* pkg-config_ flags for packages * pkg-config_ flags for packages,
* Test features by compiling C code * Test features by compiling C code,
* Extract compile time information such as ``#define`` variables. * Extract compile time information such as ``#define`` variables.
@ -88,17 +88,17 @@ The old configurator is the independent `configurator
and users are encouraged to migrate to dune's own configurator. The advantage of and users are encouraged to migrate to dune's own configurator. The advantage of
the transition include: the transition include:
* No extra dependencies * No extra dependencies,
* No need to manually pass ``-ocamlc`` flag * No need to manually pass ``-ocamlc`` flag,
* New configurator is cross compilation compatible * New configurator is cross compilation compatible.
The following steps must be taken to transition from the old configurator: The following steps must be taken to transition from the old configurator:
* Mentions of the ``configurator`` opam package should be removed * Mentions of the ``configurator`` opam package should be removed.
* The library name ``configurator`` should be changed ``jbuilder.configurator`` * The library name ``configurator`` should be changed ``jbuilder.configurator``.
* The ``-ocamlc`` flag in rules that run configurator scripts should be removed. * The ``-ocamlc`` flag in rules that run configurator scripts should be removed.
This information is now passed automatically by dune. This information is now passed automatically by dune.