From 4264aec518d5407f345c58e18e014e15e9ae96af Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 5 Jan 2021 11:34:35 +0100 Subject: [sysinit] new component for system initialization This component holds the code for initializing Coq: - parsing arguments not specific to the toplevel - initializing all components from vernac downwards (no stm) This commit moves stm specific arguments parsing to stm/stmargs.ml --- stm/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/dune') diff --git a/stm/dune b/stm/dune index c369bd00fb..27d561334e 100644 --- a/stm/dune +++ b/stm/dune @@ -3,4 +3,4 @@ (synopsis "Coq's Document Manager and Proof Checking Scheduler") (public_name coq.stm) (wrapped false) - (libraries vernac)) + (libraries sysinit)) -- cgit v1.2.3