On Monday, 31 July 2017 17:40:51 CEST Richard W.M. Jones wrote:
This commit embeds the ocaml-augeas library (upstream here:
http://git.annexia.org/?p=ocaml-augeas.git;a=summary). It's identical
to the upstream version and should remain so.
We can work towards using system ocaml-augeas, when it's more widely
available.
---
daemon/Makefile.am | 3 +
daemon/augeas-c.c | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++
daemon/augeas.README | 8 ++
daemon/augeas.ml | 59 +++++++++++
daemon/augeas.mli | 95 +++++++++++++++++
daemon/daemon-c.c | 2 +
docs/C_SOURCE_FILES | 1 +
7 files changed, 456 insertions(+)
Would it be possible to place it in a subdirectory? This way it's easier
to compare it with the upstream version, and maybe easily not built when
using a system version.
--
Pino Toscano