From: Claudio Sacerdoti Coen Date: Thu, 5 Jan 2023 20:31:32 +0000 (+0100) Subject: camlp5.gramlib does not pull in camlp-streams by default X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=20b281858667138b8a2a1469ffae99f21b501695 camlp5.gramlib does not pull in camlp-streams by default --- diff --git a/matita/components/extlib/dune b/matita/components/extlib/dune index 122907eb7..c10cd818e 100644 --- a/matita/components/extlib/dune +++ b/matita/components/extlib/dune @@ -1,6 +1,6 @@ (library (name helm_extlib) - (libraries str unix camlp5.gramlib) + (libraries str unix camlp-streams camlp5.gramlib) ; camlp-streams should be pulled in by camlp5... (modules (:standard \ componentsConf)) (wrapped false)) (env