pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/coq



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Feb  9 22:37:44 UTC 2021

Modified Files:
        pkgsrc/lang/coq: Makefile PLIST distinfo options.mk
        pkgsrc/lang/coq/patches: patch-Makefile.common
Added Files:
        pkgsrc/lang/coq/patches: patch-Makefile.make

Log Message:
Update lang/coq to 8.12.2.

Fixes build with current ocaml.

Note: this update includes the import semantics fixes from 8.11 that
break a lot of developments.

pkgsrc change: docs build now works.

Summary of changes in 8.12:

Coq version 8.12 integrates many usability improvements, in particular
with respect to notations, scopes and implicit arguments, along with
many bug fixes and major improvements to the reference manual. The
main changes include:

    New binder notation for non-maximal implicit arguments using [ ]
    allowing to set and see the implicit status of arguments
   immediately.

    New notation Inductive I A | x : s := ... to distinguish the
    uniform from the non-uniform parameters in inductive definitions.

    More robust and expressive treatment of implicit inductive
    parameters in inductive declarations.

    Improvements in the treatment of implicit arguments and partially
    applied constants in notations, parsing of hexadecimal number
    notation and better handling of scopes and coercions for printing.

    A correct and efficient coercion coherence checking algorithm,
    avoiding spurious or duplicate warnings.

    An improved Search command which accepts complex queries. Note
    that this takes precedence over the now deprecated ssreflect
    search.

    Many additions and improvements of the standard library.

    Improvements to the reference manual include a more logical
    organization of chapters along with updated syntax descriptions
    that match Coq's grammar in most but not all chapters.

Additionally, the omega tactic is deprecated in this version of Coq,
and we recommend users to switch to lia in new proof scripts (see also
the warning message in the corresponding chapter).

Summary of changes in 8.11:

The main changes brought by Coq version 8.11 are:

    Ltac2, a new tactic language for writing more robust larger scale
    tactics, with built-in support for datatypes and the multi-goal
    tactic monad.

    Primitive floats are integrated in terms and follow the binary64
    format of the IEEE 754 standard, as specified in the
    Coq.Float.Floats library.

    Cleanups of the section mechanism, delayed proofs and further
    restrictions of template polymorphism to fix soundness issues
    related to universes.

    New unsafe flags to disable locally guard, positivity and universe
    checking. Reliance on these flags is always printed by Print
    Assumptions.

    Fixed bugs of Export and Import that can have a significant impact
    on user developments (common source of incompatibility!).

    New interactive development method based on vos interface files,
    allowing to work on a file without recompiling the proof parts of
    their dependencies.

    New Arguments annotation for bidirectional type inference
    configuration for reference (e.g. constants, inductive)
    applications.

    New refine attribute for Instance can be used instead of the
    removed Refine Instance Mode.

    Generalization of the under and over tactics of SSReflect to
    arbitrary relations.

    Revision of the Coq.Reals library, its axiomatisation and
    instances of the constructive and classical real numbers.

Additionally, while the omega tactic is not yet deprecated in this
version of Coq, it should soon be the case and we already recommend
users to switch to lia in new proof scripts (see also the warning
message in the corresponding chapter).

The full (huge) changelog is here:
https://coq.inria.fr/distrib/V8.12.2/refman/changes.html


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/lang/coq/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/coq/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/coq/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/coq/options.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/coq/patches/patch-Makefile.common
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/coq/patches/patch-Makefile.make

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/coq/Makefile
diff -u pkgsrc/lang/coq/Makefile:1.136 pkgsrc/lang/coq/Makefile:1.137
--- pkgsrc/lang/coq/Makefile:1.136      Thu Nov  5 09:08:33 2020
+++ pkgsrc/lang/coq/Makefile    Tue Feb  9 22:37:43 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.136 2020/11/05 09:08:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.137 2021/02/09 22:37:43 dholland Exp $
 #
 
-DISTNAME=      coq-8.10.2
-PKGREVISION=   6
+DISTNAME=      coq-8.12.2
 CATEGORIES=    lang math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coq/}
 GITHUB_TAG=    V${PKGVERSION_NOREV:S/_/+/}
@@ -27,6 +26,12 @@ CONFIGURE_ARGS+=     -flambda-opts '-O3 -unb
 
 BUILDLINK_API_DEPENDS.ocaml+=  ocaml>=3.10
 
+# datestamp for reproducible builds (this ends up in compiled proofs)
+# Use the upstream release date plus (arbitrarily) 11 days, the latter
+# being a venture to hopefully avoid accepting compiled proof files from
+# elsewhere that likely are not in fact compatible.
+MAKE_ENV+=             SOURCE_DATE_EPOCH=20201222
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/ocaml.mk"
 

Index: pkgsrc/lang/coq/PLIST
diff -u pkgsrc/lang/coq/PLIST:1.30 pkgsrc/lang/coq/PLIST:1.31
--- pkgsrc/lang/coq/PLIST:1.30  Fri Jan 24 15:54:48 2020
+++ pkgsrc/lang/coq/PLIST       Tue Feb  9 22:37:43 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2020/01/24 15:54:48 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.31 2021/02/09 22:37:43 dholland Exp $
 bin/coq-tex
 bin/coq_makefile
 bin/coqc
@@ -16,9 +16,9 @@ bin/coqtop
 bin/coqtop.opt
 bin/coqwc
 bin/coqworkmgr
+bin/ocamllibdep
+bin/votour
 lib/coq/META
-lib/coq/clib/backtrace.cmi
-${PLIST.ocaml-opt}lib/coq/clib/backtrace.cmx
 lib/coq/clib/bigint.cmi
 ${PLIST.ocaml-opt}lib/coq/clib/bigint.cmx
 lib/coq/clib/cArray.cmi
@@ -34,8 +34,6 @@ ${PLIST.ocaml-opt}lib/coq/clib/cObj.cmx
 lib/coq/clib/cSet.cmi
 ${PLIST.ocaml-opt}lib/coq/clib/cSet.cmx
 lib/coq/clib/cSig.cmi
-lib/coq/clib/cStack.cmi
-${PLIST.ocaml-opt}lib/coq/clib/cStack.cmx
 lib/coq/clib/cString.cmi
 ${PLIST.ocaml-opt}lib/coq/clib/cString.cmx
 lib/coq/clib/cThread.cmi
@@ -94,6 +92,7 @@ lib/coq/config/coq_config.cmi
 ${PLIST.ocaml-opt}lib/coq/config/coq_config.cmx
 lib/coq/coqpp/coqpp_ast.cmi
 lib/coq/coqpp/coqpp_parse.cmi
+lib/coq/coqpp/coqpp_parser.cmi
 lib/coq/engine/eConstr.cmi
 ${PLIST.ocaml-opt}lib/coq/engine/eConstr.cmx
 ${PLIST.ocaml-opt}lib/coq/engine/engine.a
@@ -157,8 +156,8 @@ ${PLIST.coqide}lib/coq/ide/coqide_ui.cmi
 ${PLIST.coqide}lib/coq/ide/document.cmi
 ${PLIST.coqide}lib/coq/ide/fileOps.cmi
 ${PLIST.coqide}lib/coq/ide/gtk_parsing.cmi
-${PLIST.coqide}${PLIST.ocaml-opt}lib/coq/ide/ide.a
-${PLIST.coqide}${PLIST.ocaml-opt}lib/coq/ide/ide.cmxa
+${PLIST.ocaml-opt}${PLIST.coqide}lib/coq/ide/ide.a
+${PLIST.ocaml-opt}${PLIST.coqide}lib/coq/ide/ide.cmxa
 ${PLIST.coqide}lib/coq/ide/ideutils.cmi
 ${PLIST.coqide}lib/coq/ide/microPG.cmi
 ${PLIST.coqide}lib/coq/ide/minilib.cmi
@@ -186,10 +185,10 @@ lib/coq/interp/constrextern.cmi
 ${PLIST.ocaml-opt}lib/coq/interp/constrextern.cmx
 lib/coq/interp/constrintern.cmi
 ${PLIST.ocaml-opt}lib/coq/interp/constrintern.cmx
-lib/coq/interp/declare.cmi
-${PLIST.ocaml-opt}lib/coq/interp/declare.cmx
-lib/coq/interp/discharge.cmi
-${PLIST.ocaml-opt}lib/coq/interp/discharge.cmx
+lib/coq/interp/decls.cmi
+${PLIST.ocaml-opt}lib/coq/interp/decls.cmx
+lib/coq/interp/deprecation.cmi
+${PLIST.ocaml-opt}lib/coq/interp/deprecation.cmx
 lib/coq/interp/dumpglob.cmi
 ${PLIST.ocaml-opt}lib/coq/interp/dumpglob.cmx
 lib/coq/interp/genintern.cmi
@@ -256,12 +255,16 @@ lib/coq/kernel/esubst.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/esubst.cmx
 lib/coq/kernel/evar.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/evar.cmx
+lib/coq/kernel/float64.cmi
+${PLIST.ocaml-opt}lib/coq/kernel/float64.cmx
 lib/coq/kernel/indTyping.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/indTyping.cmx
 lib/coq/kernel/indtypes.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/indtypes.cmx
 lib/coq/kernel/inductive.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/inductive.cmx
+lib/coq/kernel/inferCumulativity.cmi
+${PLIST.ocaml-opt}lib/coq/kernel/inferCumulativity.cmx
 ${PLIST.ocaml-opt}lib/coq/kernel/kernel.a
 ${PLIST.ocaml-opt}lib/coq/kernel/kernel.cmxa
 lib/coq/kernel/mod_subst.cmi
@@ -290,12 +293,14 @@ lib/coq/kernel/primred.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/primred.cmx
 lib/coq/kernel/reduction.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/reduction.cmx
+lib/coq/kernel/relevanceops.cmi
+${PLIST.ocaml-opt}lib/coq/kernel/relevanceops.cmx
 lib/coq/kernel/retroknowledge.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/retroknowledge.cmx
-lib/coq/kernel/retypeops.cmi
-${PLIST.ocaml-opt}lib/coq/kernel/retypeops.cmx
 lib/coq/kernel/safe_typing.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/safe_typing.cmx
+lib/coq/kernel/section.cmi
+${PLIST.ocaml-opt}lib/coq/kernel/section.cmx
 lib/coq/kernel/sorts.cmi
 ${PLIST.ocaml-opt}lib/coq/kernel/sorts.cmx
 lib/coq/kernel/subtyping.cmi
@@ -360,6 +365,8 @@ ${PLIST.ocaml-opt}lib/coq/lib/lib.a
 ${PLIST.ocaml-opt}lib/coq/lib/lib.cmxa
 lib/coq/lib/loc.cmi
 ${PLIST.ocaml-opt}lib/coq/lib/loc.cmx
+lib/coq/lib/objFile.cmi
+${PLIST.ocaml-opt}lib/coq/lib/objFile.cmx
 lib/coq/lib/pp.cmi
 ${PLIST.ocaml-opt}lib/coq/lib/pp.cmx
 lib/coq/lib/pp_diff.cmi
@@ -379,22 +386,12 @@ ${PLIST.ocaml-opt}lib/coq/lib/util.cmx
 lib/coq/lib/xml_datatype.cmi
 lib/coq/library/coqlib.cmi
 ${PLIST.ocaml-opt}lib/coq/library/coqlib.cmx
-lib/coq/library/decl_kinds.cmi
-${PLIST.ocaml-opt}lib/coq/library/decl_kinds.cmx
-lib/coq/library/declaremods.cmi
-${PLIST.ocaml-opt}lib/coq/library/declaremods.cmx
-lib/coq/library/decls.cmi
-${PLIST.ocaml-opt}lib/coq/library/decls.cmx
 lib/coq/library/global.cmi
 ${PLIST.ocaml-opt}lib/coq/library/global.cmx
 lib/coq/library/globnames.cmi
 ${PLIST.ocaml-opt}lib/coq/library/globnames.cmx
 lib/coq/library/goptions.cmi
 ${PLIST.ocaml-opt}lib/coq/library/goptions.cmx
-lib/coq/library/keys.cmi
-${PLIST.ocaml-opt}lib/coq/library/keys.cmx
-lib/coq/library/kindops.cmi
-${PLIST.ocaml-opt}lib/coq/library/kindops.cmx
 lib/coq/library/lib.cmi
 ${PLIST.ocaml-opt}lib/coq/library/lib.cmx
 lib/coq/library/libnames.cmi
@@ -402,11 +399,7 @@ ${PLIST.ocaml-opt}lib/coq/library/libnam
 lib/coq/library/libobject.cmi
 ${PLIST.ocaml-opt}lib/coq/library/libobject.cmx
 ${PLIST.ocaml-opt}lib/coq/library/library.a
-lib/coq/library/library.cmi
-${PLIST.ocaml-opt}lib/coq/library/library.cmx
 ${PLIST.ocaml-opt}lib/coq/library/library.cmxa
-lib/coq/library/loadpath.cmi
-${PLIST.ocaml-opt}lib/coq/library/loadpath.cmx
 lib/coq/library/nametab.cmi
 ${PLIST.ocaml-opt}lib/coq/library/nametab.cmx
 lib/coq/library/states.cmi
@@ -433,27 +426,6 @@ lib/coq/parsing/ppextend.cmi
 ${PLIST.ocaml-opt}lib/coq/parsing/ppextend.cmx
 lib/coq/parsing/tok.cmi
 ${PLIST.ocaml-opt}lib/coq/parsing/tok.cmx
-lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Algebra.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Algebra.cmx
-${PLIST.natdynlink}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Algebra.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Algebra.o
-lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Btauto.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Btauto.cmx
-${PLIST.natdynlink}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Btauto.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Btauto.o
-lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Reflect.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Reflect.cmx
-${PLIST.natdynlink}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Reflect.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/btauto/.coq-native/NCoq_btauto_Reflect.o
-lib/coq/plugins/btauto/Algebra.glob
-lib/coq/plugins/btauto/Algebra.v
-lib/coq/plugins/btauto/Algebra.vo
-lib/coq/plugins/btauto/Btauto.glob
-lib/coq/plugins/btauto/Btauto.v
-lib/coq/plugins/btauto/Btauto.vo
-lib/coq/plugins/btauto/Reflect.glob
-lib/coq/plugins/btauto/Reflect.v
-lib/coq/plugins/btauto/Reflect.vo
 lib/coq/plugins/btauto/btauto_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/btauto/btauto_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/btauto/btauto_plugin.cmxs
@@ -472,13 +444,6 @@ ${PLIST.ocaml-opt}lib/coq/plugins/cc/ccp
 lib/coq/plugins/cc/cctac.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/cc/cctac.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/cc/g_congruence.cmx
-lib/coq/plugins/derive/.coq-native/NCoq_derive_Derive.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/derive/.coq-native/NCoq_derive_Derive.cmx
-${PLIST.natdynlink}lib/coq/plugins/derive/.coq-native/NCoq_derive_Derive.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/derive/.coq-native/NCoq_derive_Derive.o
-lib/coq/plugins/derive/Derive.glob
-lib/coq/plugins/derive/Derive.v
-lib/coq/plugins/derive/Derive.vo
 lib/coq/plugins/derive/derive.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/derive/derive.cmx
 lib/coq/plugins/derive/derive_plugin.cmi
@@ -486,132 +451,6 @@ ${PLIST.ocaml-opt}lib/coq/plugins/derive
 ${PLIST.natdynlink}lib/coq/plugins/derive/derive_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/derive/derive_plugin.o
 ${PLIST.ocaml-opt}lib/coq/plugins/derive/g_derive.cmx
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.o
-lib/coq/plugins/extraction/.coq-native/NCoq_extraction_Extraction.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_Extraction.cmx
-${PLIST.natdynlink}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_Extraction.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/extraction/.coq-native/NCoq_extraction_Extraction.o
-lib/coq/plugins/extraction/ExtrHaskellBasic.glob
-lib/coq/plugins/extraction/ExtrHaskellBasic.v
-lib/coq/plugins/extraction/ExtrHaskellBasic.vo
-lib/coq/plugins/extraction/ExtrHaskellNatInt.glob
-lib/coq/plugins/extraction/ExtrHaskellNatInt.v
-lib/coq/plugins/extraction/ExtrHaskellNatInt.vo
-lib/coq/plugins/extraction/ExtrHaskellNatInteger.glob
-lib/coq/plugins/extraction/ExtrHaskellNatInteger.v
-lib/coq/plugins/extraction/ExtrHaskellNatInteger.vo
-lib/coq/plugins/extraction/ExtrHaskellNatNum.glob
-lib/coq/plugins/extraction/ExtrHaskellNatNum.v
-lib/coq/plugins/extraction/ExtrHaskellNatNum.vo
-lib/coq/plugins/extraction/ExtrHaskellString.glob
-lib/coq/plugins/extraction/ExtrHaskellString.v
-lib/coq/plugins/extraction/ExtrHaskellString.vo
-lib/coq/plugins/extraction/ExtrHaskellZInt.glob
-lib/coq/plugins/extraction/ExtrHaskellZInt.v
-lib/coq/plugins/extraction/ExtrHaskellZInt.vo
-lib/coq/plugins/extraction/ExtrHaskellZInteger.glob
-lib/coq/plugins/extraction/ExtrHaskellZInteger.v
-lib/coq/plugins/extraction/ExtrHaskellZInteger.vo
-lib/coq/plugins/extraction/ExtrHaskellZNum.glob
-lib/coq/plugins/extraction/ExtrHaskellZNum.v
-lib/coq/plugins/extraction/ExtrHaskellZNum.vo
-lib/coq/plugins/extraction/ExtrOCamlInt63.glob
-lib/coq/plugins/extraction/ExtrOCamlInt63.v
-lib/coq/plugins/extraction/ExtrOCamlInt63.vo
-lib/coq/plugins/extraction/ExtrOcamlBasic.glob
-lib/coq/plugins/extraction/ExtrOcamlBasic.v
-lib/coq/plugins/extraction/ExtrOcamlBasic.vo
-lib/coq/plugins/extraction/ExtrOcamlBigIntConv.glob
-lib/coq/plugins/extraction/ExtrOcamlBigIntConv.v
-lib/coq/plugins/extraction/ExtrOcamlBigIntConv.vo
-lib/coq/plugins/extraction/ExtrOcamlIntConv.glob
-lib/coq/plugins/extraction/ExtrOcamlIntConv.v
-lib/coq/plugins/extraction/ExtrOcamlIntConv.vo
-lib/coq/plugins/extraction/ExtrOcamlNatBigInt.glob
-lib/coq/plugins/extraction/ExtrOcamlNatBigInt.v
-lib/coq/plugins/extraction/ExtrOcamlNatBigInt.vo
-lib/coq/plugins/extraction/ExtrOcamlNatInt.glob
-lib/coq/plugins/extraction/ExtrOcamlNatInt.v
-lib/coq/plugins/extraction/ExtrOcamlNatInt.vo
-lib/coq/plugins/extraction/ExtrOcamlString.glob
-lib/coq/plugins/extraction/ExtrOcamlString.v
-lib/coq/plugins/extraction/ExtrOcamlString.vo
-lib/coq/plugins/extraction/ExtrOcamlZBigInt.glob
-lib/coq/plugins/extraction/ExtrOcamlZBigInt.v
-lib/coq/plugins/extraction/ExtrOcamlZBigInt.vo
-lib/coq/plugins/extraction/ExtrOcamlZInt.glob
-lib/coq/plugins/extraction/ExtrOcamlZInt.v
-lib/coq/plugins/extraction/ExtrOcamlZInt.vo
-lib/coq/plugins/extraction/Extraction.glob
-lib/coq/plugins/extraction/Extraction.v
-lib/coq/plugins/extraction/Extraction.vo
 lib/coq/plugins/extraction/common.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/extraction/common.cmx
 lib/coq/plugins/extraction/extract_env.cmi
@@ -656,25 +495,13 @@ lib/coq/plugins/firstorder/sequent.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/firstorder/sequent.cmx
 lib/coq/plugins/firstorder/unify.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/firstorder/unify.cmx
-lib/coq/plugins/funind/.coq-native/NCoq_funind_FunInd.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/funind/.coq-native/NCoq_funind_FunInd.cmx
-${PLIST.natdynlink}lib/coq/plugins/funind/.coq-native/NCoq_funind_FunInd.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/funind/.coq-native/NCoq_funind_FunInd.o
-lib/coq/plugins/funind/.coq-native/NCoq_funind_Recdef.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/funind/.coq-native/NCoq_funind_Recdef.cmx
-${PLIST.natdynlink}lib/coq/plugins/funind/.coq-native/NCoq_funind_Recdef.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/funind/.coq-native/NCoq_funind_Recdef.o
-lib/coq/plugins/funind/FunInd.glob
-lib/coq/plugins/funind/FunInd.v
-lib/coq/plugins/funind/FunInd.vo
-lib/coq/plugins/funind/Recdef.glob
-lib/coq/plugins/funind/Recdef.v
-lib/coq/plugins/funind/Recdef.vo
 lib/coq/plugins/funind/functional_principles_proofs.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/functional_principles_proofs.cmx
 lib/coq/plugins/funind/functional_principles_types.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/functional_principles_types.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/g_indfun.cmx
+lib/coq/plugins/funind/gen_principle.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/funind/gen_principle.cmx
 lib/coq/plugins/funind/glob_term_to_relation.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/glob_term_to_relation.cmx
 lib/coq/plugins/funind/glob_termops.cmi
@@ -691,13 +518,6 @@ lib/coq/plugins/funind/recdef_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/recdef_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/funind/recdef_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/funind/recdef_plugin.o
-lib/coq/plugins/ltac/.coq-native/NCoq_ltac_Ltac.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/ltac/.coq-native/NCoq_ltac_Ltac.cmx
-${PLIST.natdynlink}lib/coq/plugins/ltac/.coq-native/NCoq_ltac_Ltac.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/ltac/.coq-native/NCoq_ltac_Ltac.o
-lib/coq/plugins/ltac/Ltac.glob
-lib/coq/plugins/ltac/Ltac.v
-lib/coq/plugins/ltac/Ltac.vo
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/coretactics.cmx
 lib/coq/plugins/ltac/evar_tactics.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/evar_tactics.cmx
@@ -712,6 +532,8 @@ ${PLIST.ocaml-opt}lib/coq/plugins/ltac/g
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/g_obligations.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/g_rewrite.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/g_tactic.cmx
+lib/coq/plugins/ltac/leminv.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/ltac/leminv.cmx
 lib/coq/plugins/ltac/ltac_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/ltac_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/ltac/ltac_plugin.cmxs
@@ -753,139 +575,6 @@ lib/coq/plugins/ltac/tauto_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/tauto_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/ltac/tauto_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/ltac/tauto_plugin.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_DeclConstant.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_DeclConstant.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_DeclConstant.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_DeclConstant.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Env.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Env.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Env.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Env.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_EnvRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_EnvRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_EnvRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_EnvRing.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier_util.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier_util.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier_util.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Fourier_util.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lia.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lia.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lia.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lia.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lqa.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lqa.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lqa.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lqa.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lra.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lra.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lra.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Lra.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_MExtraction.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_MExtraction.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_MExtraction.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_MExtraction.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Psatz.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Psatz.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Psatz.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Psatz.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_QMicromega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_QMicromega.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_QMicromega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_QMicromega.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RMicromega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RMicromega.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RMicromega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RMicromega.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Refl.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Refl.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Refl.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Refl.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Tauto.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Tauto.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Tauto.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_Tauto.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_VarMap.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_VarMap.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_VarMap.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_VarMap.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.o
-lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.cmx
-${PLIST.natdynlink}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.o
-lib/coq/plugins/micromega/DeclConstant.glob
-lib/coq/plugins/micromega/DeclConstant.v
-lib/coq/plugins/micromega/DeclConstant.vo
-lib/coq/plugins/micromega/Env.glob
-lib/coq/plugins/micromega/Env.v
-lib/coq/plugins/micromega/Env.vo
-lib/coq/plugins/micromega/EnvRing.glob
-lib/coq/plugins/micromega/EnvRing.v
-lib/coq/plugins/micromega/EnvRing.vo
-lib/coq/plugins/micromega/Fourier.glob
-lib/coq/plugins/micromega/Fourier.v
-lib/coq/plugins/micromega/Fourier.vo
-lib/coq/plugins/micromega/Fourier_util.glob
-lib/coq/plugins/micromega/Fourier_util.v
-lib/coq/plugins/micromega/Fourier_util.vo
-lib/coq/plugins/micromega/Lia.glob
-lib/coq/plugins/micromega/Lia.v
-lib/coq/plugins/micromega/Lia.vo
-lib/coq/plugins/micromega/Lqa.glob
-lib/coq/plugins/micromega/Lqa.v
-lib/coq/plugins/micromega/Lqa.vo
-lib/coq/plugins/micromega/Lra.glob
-lib/coq/plugins/micromega/Lra.v
-lib/coq/plugins/micromega/Lra.vo
-lib/coq/plugins/micromega/MExtraction.glob
-lib/coq/plugins/micromega/MExtraction.v
-lib/coq/plugins/micromega/MExtraction.vo
-lib/coq/plugins/micromega/OrderedRing.glob
-lib/coq/plugins/micromega/OrderedRing.v
-lib/coq/plugins/micromega/OrderedRing.vo
-lib/coq/plugins/micromega/Psatz.glob
-lib/coq/plugins/micromega/Psatz.v
-lib/coq/plugins/micromega/Psatz.vo
-lib/coq/plugins/micromega/QMicromega.glob
-lib/coq/plugins/micromega/QMicromega.v
-lib/coq/plugins/micromega/QMicromega.vo
-lib/coq/plugins/micromega/RMicromega.glob
-lib/coq/plugins/micromega/RMicromega.v
-lib/coq/plugins/micromega/RMicromega.vo
-lib/coq/plugins/micromega/Refl.glob
-lib/coq/plugins/micromega/Refl.v
-lib/coq/plugins/micromega/Refl.vo
-lib/coq/plugins/micromega/RingMicromega.glob
-lib/coq/plugins/micromega/RingMicromega.v
-lib/coq/plugins/micromega/RingMicromega.vo
-lib/coq/plugins/micromega/Tauto.glob
-lib/coq/plugins/micromega/Tauto.v
-lib/coq/plugins/micromega/Tauto.vo
-lib/coq/plugins/micromega/VarMap.glob
-lib/coq/plugins/micromega/VarMap.v
-lib/coq/plugins/micromega/VarMap.vo
-lib/coq/plugins/micromega/ZCoeff.glob
-lib/coq/plugins/micromega/ZCoeff.v
-lib/coq/plugins/micromega/ZCoeff.vo
-lib/coq/plugins/micromega/ZMicromega.glob
-lib/coq/plugins/micromega/ZMicromega.v
-lib/coq/plugins/micromega/ZMicromega.vo
 lib/coq/plugins/micromega/certificate.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/certificate.cmx
 lib/coq/plugins/micromega/coq_micromega.cmi
@@ -895,6 +584,7 @@ lib/coq/plugins/micromega/csdpcert.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/csdpcert.cmx
 lib/coq/plugins/micromega/g_micromega.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/g_micromega.cmx
+${PLIST.ocaml-opt}lib/coq/plugins/micromega/g_zify.cmx
 lib/coq/plugins/micromega/itv.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/itv.cmx
 lib/coq/plugins/micromega/mfourier.cmi
@@ -907,6 +597,8 @@ ${PLIST.natdynlink}lib/coq/plugins/micro
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/micromega_plugin.o
 lib/coq/plugins/micromega/mutils.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/mutils.cmx
+lib/coq/plugins/micromega/numCompat.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/micromega/numCompat.cmx
 lib/coq/plugins/micromega/persistent_cache.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/persistent_cache.cmx
 lib/coq/plugins/micromega/polynomial.cmi
@@ -921,13 +613,12 @@ lib/coq/plugins/micromega/sos_types.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/sos_types.cmx
 lib/coq/plugins/micromega/vect.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/micromega/vect.cmx
-lib/coq/plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmx
-${PLIST.natdynlink}lib/coq/plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.o
-lib/coq/plugins/nsatz/Nsatz.glob
-lib/coq/plugins/nsatz/Nsatz.v
-lib/coq/plugins/nsatz/Nsatz.vo
+lib/coq/plugins/micromega/zify.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/micromega/zify.cmx
+lib/coq/plugins/micromega/zify_plugin.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/micromega/zify_plugin.cmx
+${PLIST.natdynlink}lib/coq/plugins/micromega/zify_plugin.cmxs
+${PLIST.ocaml-opt}lib/coq/plugins/micromega/zify_plugin.o
 ${PLIST.ocaml-opt}lib/coq/plugins/nsatz/g_nsatz.cmx
 lib/coq/plugins/nsatz/ideal.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/nsatz/ideal.cmx
@@ -941,41 +632,6 @@ lib/coq/plugins/nsatz/polynom.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/nsatz/polynom.cmx
 lib/coq/plugins/nsatz/utile.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/nsatz/utile.cmx
-lib/coq/plugins/omega/.coq-native/NCoq_omega_Omega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_Omega.cmx
-${PLIST.natdynlink}lib/coq/plugins/omega/.coq-native/NCoq_omega_Omega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_Omega.o
-lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.cmx
-${PLIST.natdynlink}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.o
-lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.cmx
-${PLIST.natdynlink}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.o
-lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaTactic.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaTactic.cmx
-${PLIST.natdynlink}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaTactic.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_OmegaTactic.o
-lib/coq/plugins/omega/.coq-native/NCoq_omega_PreOmega.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_PreOmega.cmx
-${PLIST.natdynlink}lib/coq/plugins/omega/.coq-native/NCoq_omega_PreOmega.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/omega/.coq-native/NCoq_omega_PreOmega.o
-lib/coq/plugins/omega/Omega.glob
-lib/coq/plugins/omega/Omega.v
-lib/coq/plugins/omega/Omega.vo
-lib/coq/plugins/omega/OmegaLemmas.glob
-lib/coq/plugins/omega/OmegaLemmas.v
-lib/coq/plugins/omega/OmegaLemmas.vo
-lib/coq/plugins/omega/OmegaPlugin.glob
-lib/coq/plugins/omega/OmegaPlugin.v
-lib/coq/plugins/omega/OmegaPlugin.vo
-lib/coq/plugins/omega/OmegaTactic.glob
-lib/coq/plugins/omega/OmegaTactic.v
-lib/coq/plugins/omega/OmegaTactic.vo
-lib/coq/plugins/omega/PreOmega.glob
-lib/coq/plugins/omega/PreOmega.v
-lib/coq/plugins/omega/PreOmega.vo
 lib/coq/plugins/omega/coq_omega.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/omega/coq_omega.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/omega/g_omega.cmx
@@ -984,20 +640,6 @@ lib/coq/plugins/omega/omega_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/omega/omega_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/omega/omega_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/omega/omega_plugin.o
-lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.cmx
-${PLIST.natdynlink}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.o
-lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmx
-${PLIST.natdynlink}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.o
-lib/coq/plugins/rtauto/Bintree.glob
-lib/coq/plugins/rtauto/Bintree.v
-lib/coq/plugins/rtauto/Bintree.vo
-lib/coq/plugins/rtauto/Rtauto.glob
-lib/coq/plugins/rtauto/Rtauto.v
-lib/coq/plugins/rtauto/Rtauto.vo
 ${PLIST.ocaml-opt}lib/coq/plugins/rtauto/g_rtauto.cmx
 lib/coq/plugins/rtauto/proof_search.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/rtauto/proof_search.cmx
@@ -1007,174 +649,6 @@ lib/coq/plugins/rtauto/rtauto_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/rtauto/rtauto_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/rtauto/rtauto_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/rtauto/rtauto_plugin.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.o
-lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmx
-${PLIST.natdynlink}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.o
-lib/coq/plugins/setoid_ring/Algebra_syntax.glob
-lib/coq/plugins/setoid_ring/Algebra_syntax.v
-lib/coq/plugins/setoid_ring/Algebra_syntax.vo
-lib/coq/plugins/setoid_ring/ArithRing.glob
-lib/coq/plugins/setoid_ring/ArithRing.v
-lib/coq/plugins/setoid_ring/ArithRing.vo
-lib/coq/plugins/setoid_ring/BinList.glob
-lib/coq/plugins/setoid_ring/BinList.v
-lib/coq/plugins/setoid_ring/BinList.vo
-lib/coq/plugins/setoid_ring/Cring.glob
-lib/coq/plugins/setoid_ring/Cring.v
-lib/coq/plugins/setoid_ring/Cring.vo
-lib/coq/plugins/setoid_ring/Field.glob
-lib/coq/plugins/setoid_ring/Field.v
-lib/coq/plugins/setoid_ring/Field.vo
-lib/coq/plugins/setoid_ring/Field_tac.glob
-lib/coq/plugins/setoid_ring/Field_tac.v
-lib/coq/plugins/setoid_ring/Field_tac.vo
-lib/coq/plugins/setoid_ring/Field_theory.glob
-lib/coq/plugins/setoid_ring/Field_theory.v
-lib/coq/plugins/setoid_ring/Field_theory.vo
-lib/coq/plugins/setoid_ring/InitialRing.glob
-lib/coq/plugins/setoid_ring/InitialRing.v
-lib/coq/plugins/setoid_ring/InitialRing.vo
-lib/coq/plugins/setoid_ring/Integral_domain.glob
-lib/coq/plugins/setoid_ring/Integral_domain.v
-lib/coq/plugins/setoid_ring/Integral_domain.vo
-lib/coq/plugins/setoid_ring/NArithRing.glob
-lib/coq/plugins/setoid_ring/NArithRing.v
-lib/coq/plugins/setoid_ring/NArithRing.vo
-lib/coq/plugins/setoid_ring/Ncring.glob
-lib/coq/plugins/setoid_ring/Ncring.v
-lib/coq/plugins/setoid_ring/Ncring.vo
-lib/coq/plugins/setoid_ring/Ncring_initial.glob
-lib/coq/plugins/setoid_ring/Ncring_initial.v
-lib/coq/plugins/setoid_ring/Ncring_initial.vo
-lib/coq/plugins/setoid_ring/Ncring_polynom.glob
-lib/coq/plugins/setoid_ring/Ncring_polynom.v
-lib/coq/plugins/setoid_ring/Ncring_polynom.vo
-lib/coq/plugins/setoid_ring/Ncring_tac.glob
-lib/coq/plugins/setoid_ring/Ncring_tac.v
-lib/coq/plugins/setoid_ring/Ncring_tac.vo
-lib/coq/plugins/setoid_ring/RealField.glob
-lib/coq/plugins/setoid_ring/RealField.v
-lib/coq/plugins/setoid_ring/RealField.vo
-lib/coq/plugins/setoid_ring/Ring.glob
-lib/coq/plugins/setoid_ring/Ring.v
-lib/coq/plugins/setoid_ring/Ring.vo
-lib/coq/plugins/setoid_ring/Ring_base.glob
-lib/coq/plugins/setoid_ring/Ring_base.v
-lib/coq/plugins/setoid_ring/Ring_base.vo
-lib/coq/plugins/setoid_ring/Ring_polynom.glob
-lib/coq/plugins/setoid_ring/Ring_polynom.v
-lib/coq/plugins/setoid_ring/Ring_polynom.vo
-lib/coq/plugins/setoid_ring/Ring_tac.glob
-lib/coq/plugins/setoid_ring/Ring_tac.v
-lib/coq/plugins/setoid_ring/Ring_tac.vo
-lib/coq/plugins/setoid_ring/Ring_theory.glob
-lib/coq/plugins/setoid_ring/Ring_theory.v
-lib/coq/plugins/setoid_ring/Ring_theory.vo
-lib/coq/plugins/setoid_ring/Rings_Q.glob
-lib/coq/plugins/setoid_ring/Rings_Q.v
-lib/coq/plugins/setoid_ring/Rings_Q.vo
-lib/coq/plugins/setoid_ring/Rings_R.glob
-lib/coq/plugins/setoid_ring/Rings_R.v
-lib/coq/plugins/setoid_ring/Rings_R.vo
-lib/coq/plugins/setoid_ring/Rings_Z.glob
-lib/coq/plugins/setoid_ring/Rings_Z.v
-lib/coq/plugins/setoid_ring/Rings_Z.vo
-lib/coq/plugins/setoid_ring/ZArithRing.glob
-lib/coq/plugins/setoid_ring/ZArithRing.v
-lib/coq/plugins/setoid_ring/ZArithRing.vo
 ${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/g_newring.cmx
 lib/coq/plugins/setoid_ring/newring.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/newring.cmx
@@ -1184,29 +658,11 @@ lib/coq/plugins/setoid_ring/newring_plug
 ${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/newring_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/setoid_ring/newring_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/setoid_ring/newring_plugin.o
-lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrbool.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrbool.cmx
-${PLIST.natdynlink}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrbool.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrbool.o
-lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssreflect.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssreflect.cmx
-${PLIST.natdynlink}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssreflect.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssreflect.o
-lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrfun.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrfun.cmx
-${PLIST.natdynlink}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrfun.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/ssr/.coq-native/NCoq_ssr_ssrfun.o
 lib/coq/plugins/ssr/ssrast.cmi
-lib/coq/plugins/ssr/ssrbool.glob
-lib/coq/plugins/ssr/ssrbool.v
-lib/coq/plugins/ssr/ssrbool.vo
 lib/coq/plugins/ssr/ssrbwd.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrbwd.cmx
 lib/coq/plugins/ssr/ssrcommon.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrcommon.cmx
-lib/coq/plugins/ssr/ssreflect.glob
-lib/coq/plugins/ssr/ssreflect.v
-lib/coq/plugins/ssr/ssreflect.vo
 lib/coq/plugins/ssr/ssreflect_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssreflect_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/ssr/ssreflect_plugin.cmxs
@@ -1215,9 +671,6 @@ lib/coq/plugins/ssr/ssrelim.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrelim.cmx
 lib/coq/plugins/ssr/ssrequality.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrequality.cmx
-lib/coq/plugins/ssr/ssrfun.glob
-lib/coq/plugins/ssr/ssrfun.v
-lib/coq/plugins/ssr/ssrfun.vo
 lib/coq/plugins/ssr/ssrfwd.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrfwd.cmx
 lib/coq/plugins/ssr/ssripats.cmi
@@ -1232,27 +685,30 @@ lib/coq/plugins/ssr/ssrvernac.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrvernac.cmx
 lib/coq/plugins/ssr/ssrview.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssr/ssrview.cmx
-lib/coq/plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmi
-${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmx
-${PLIST.natdynlink}lib/coq/plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmxs
-${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.o
 lib/coq/plugins/ssrmatching/g_ssrmatching.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/g_ssrmatching.cmx
 lib/coq/plugins/ssrmatching/ssrmatching.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/ssrmatching.cmx
-lib/coq/plugins/ssrmatching/ssrmatching.glob
-lib/coq/plugins/ssrmatching/ssrmatching.v
-lib/coq/plugins/ssrmatching/ssrmatching.vo
 lib/coq/plugins/ssrmatching/ssrmatching_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/ssrmatching_plugin.cmx
 ${PLIST.natdynlink}lib/coq/plugins/ssrmatching/ssrmatching_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/ssrmatching/ssrmatching_plugin.o
+${PLIST.ocaml-opt}lib/coq/plugins/ssrsearch/g_search.cmx
+lib/coq/plugins/ssrsearch/ssrsearch_plugin.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/ssrsearch/ssrsearch_plugin.cmx
+${PLIST.natdynlink}lib/coq/plugins/ssrsearch/ssrsearch_plugin.cmxs
+${PLIST.ocaml-opt}lib/coq/plugins/ssrsearch/ssrsearch_plugin.o
+${PLIST.ocaml-opt}lib/coq/plugins/syntax/float_syntax.cmx
+lib/coq/plugins/syntax/float_syntax_plugin.cmi
+${PLIST.ocaml-opt}lib/coq/plugins/syntax/float_syntax_plugin.cmx
+${PLIST.natdynlink}lib/coq/plugins/syntax/float_syntax_plugin.cmxs
+${PLIST.ocaml-opt}lib/coq/plugins/syntax/float_syntax_plugin.o
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/g_numeral.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/g_string.cmx
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/int63_syntax.cmx
 lib/coq/plugins/syntax/int63_syntax_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/int63_syntax_plugin.cmx
-${PLIST.ocaml-opt}lib/coq/plugins/syntax/int63_syntax_plugin.cmxs
+${PLIST.natdynlink}lib/coq/plugins/syntax/int63_syntax_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/int63_syntax_plugin.o
 lib/coq/plugins/syntax/numeral.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/numeral.cmx
@@ -1270,7 +726,7 @@ lib/coq/plugins/syntax/string_notation.c
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/string_notation.cmx
 lib/coq/plugins/syntax/string_notation_plugin.cmi
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/string_notation_plugin.cmx
-${PLIST.ocaml-opt}lib/coq/plugins/syntax/string_notation_plugin.cmxs
+${PLIST.natdynlink}lib/coq/plugins/syntax/string_notation_plugin.cmxs
 ${PLIST.ocaml-opt}lib/coq/plugins/syntax/string_notation_plugin.o
 lib/coq/pretyping/arguments_renaming.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/arguments_renaming.cmx
@@ -1278,10 +734,10 @@ lib/coq/pretyping/cases.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/cases.cmx
 lib/coq/pretyping/cbv.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/cbv.cmx
-lib/coq/pretyping/classops.cmi
-${PLIST.ocaml-opt}lib/coq/pretyping/classops.cmx
 lib/coq/pretyping/coercion.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/coercion.cmx
+lib/coq/pretyping/coercionops.cmi
+${PLIST.ocaml-opt}lib/coq/pretyping/coercionops.cmx
 lib/coq/pretyping/constr_matching.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/constr_matching.cmx
 lib/coq/pretyping/detyping.cmi
@@ -1308,8 +764,8 @@ lib/coq/pretyping/indrec.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/indrec.cmx
 lib/coq/pretyping/inductiveops.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/inductiveops.cmx
-lib/coq/pretyping/inferCumulativity.cmi
-${PLIST.ocaml-opt}lib/coq/pretyping/inferCumulativity.cmx
+lib/coq/pretyping/keys.cmi
+${PLIST.ocaml-opt}lib/coq/pretyping/keys.cmx
 lib/coq/pretyping/locus.cmi
 ${PLIST.ocaml-opt}lib/coq/pretyping/locus.cmx
 lib/coq/pretyping/locusops.cmi
@@ -1354,8 +810,6 @@ lib/coq/printing/ppconstr.cmi
 ${PLIST.ocaml-opt}lib/coq/printing/ppconstr.cmx
 lib/coq/printing/pputils.cmi
 ${PLIST.ocaml-opt}lib/coq/printing/pputils.cmx
-lib/coq/printing/prettyp.cmi
-${PLIST.ocaml-opt}lib/coq/printing/prettyp.cmx
 lib/coq/printing/printer.cmi
 ${PLIST.ocaml-opt}lib/coq/printing/printer.cmx
 ${PLIST.ocaml-opt}lib/coq/printing/printing.a
@@ -1378,14 +832,10 @@ lib/coq/proofs/logic.cmi
 ${PLIST.ocaml-opt}lib/coq/proofs/logic.cmx
 lib/coq/proofs/miscprint.cmi
 ${PLIST.ocaml-opt}lib/coq/proofs/miscprint.cmx
-lib/coq/proofs/pfedit.cmi
-${PLIST.ocaml-opt}lib/coq/proofs/pfedit.cmx
 lib/coq/proofs/proof.cmi
 ${PLIST.ocaml-opt}lib/coq/proofs/proof.cmx
 lib/coq/proofs/proof_bullet.cmi
 ${PLIST.ocaml-opt}lib/coq/proofs/proof_bullet.cmx
-lib/coq/proofs/proof_global.cmi
-${PLIST.ocaml-opt}lib/coq/proofs/proof_global.cmx
 ${PLIST.ocaml-opt}lib/coq/proofs/proofs.a
 ${PLIST.ocaml-opt}lib/coq/proofs/proofs.cmxa
 lib/coq/proofs/refine.cmi
@@ -1433,6 +883,10 @@ lib/coq/tactics/class_tactics.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/class_tactics.cmx
 lib/coq/tactics/contradiction.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/contradiction.cmx
+lib/coq/tactics/declareScheme.cmi
+${PLIST.ocaml-opt}lib/coq/tactics/declareScheme.cmx
+lib/coq/tactics/declareUctx.cmi
+${PLIST.ocaml-opt}lib/coq/tactics/declareUctx.cmx
 lib/coq/tactics/dn.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/dn.cmx
 lib/coq/tactics/dnet.cmi
@@ -1459,8 +913,6 @@ lib/coq/tactics/ind_tables.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/ind_tables.cmx
 lib/coq/tactics/inv.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/inv.cmx
-lib/coq/tactics/leminv.cmi
-${PLIST.ocaml-opt}lib/coq/tactics/leminv.cmx
 lib/coq/tactics/ppred.cmi
 ${PLIST.ocaml-opt}lib/coq/tactics/ppred.cmx
 lib/coq/tactics/redexpr.cmi
@@ -1566,69 +1018,91 @@ ${PLIST.ocaml-opt}lib/coq/theories/Arith
 lib/coq/theories/Arith/Arith.glob
 lib/coq/theories/Arith/Arith.v
 lib/coq/theories/Arith/Arith.vo
+lib/coq/theories/Arith/Arith.vos
 lib/coq/theories/Arith/Arith_base.glob
 lib/coq/theories/Arith/Arith_base.v
 lib/coq/theories/Arith/Arith_base.vo
+lib/coq/theories/Arith/Arith_base.vos
 lib/coq/theories/Arith/Between.glob
 lib/coq/theories/Arith/Between.v
 lib/coq/theories/Arith/Between.vo
+lib/coq/theories/Arith/Between.vos
 lib/coq/theories/Arith/Bool_nat.glob
 lib/coq/theories/Arith/Bool_nat.v
 lib/coq/theories/Arith/Bool_nat.vo
+lib/coq/theories/Arith/Bool_nat.vos
 lib/coq/theories/Arith/Compare.glob
 lib/coq/theories/Arith/Compare.v
 lib/coq/theories/Arith/Compare.vo
+lib/coq/theories/Arith/Compare.vos
 lib/coq/theories/Arith/Compare_dec.glob
 lib/coq/theories/Arith/Compare_dec.v
 lib/coq/theories/Arith/Compare_dec.vo
+lib/coq/theories/Arith/Compare_dec.vos
 lib/coq/theories/Arith/Div2.glob
 lib/coq/theories/Arith/Div2.v
 lib/coq/theories/Arith/Div2.vo
+lib/coq/theories/Arith/Div2.vos
 lib/coq/theories/Arith/EqNat.glob
 lib/coq/theories/Arith/EqNat.v
 lib/coq/theories/Arith/EqNat.vo
+lib/coq/theories/Arith/EqNat.vos
 lib/coq/theories/Arith/Euclid.glob
 lib/coq/theories/Arith/Euclid.v
 lib/coq/theories/Arith/Euclid.vo
+lib/coq/theories/Arith/Euclid.vos
 lib/coq/theories/Arith/Even.glob
 lib/coq/theories/Arith/Even.v
 lib/coq/theories/Arith/Even.vo
+lib/coq/theories/Arith/Even.vos
 lib/coq/theories/Arith/Factorial.glob
 lib/coq/theories/Arith/Factorial.v
 lib/coq/theories/Arith/Factorial.vo
+lib/coq/theories/Arith/Factorial.vos
 lib/coq/theories/Arith/Gt.glob
 lib/coq/theories/Arith/Gt.v
 lib/coq/theories/Arith/Gt.vo
+lib/coq/theories/Arith/Gt.vos
 lib/coq/theories/Arith/Le.glob
 lib/coq/theories/Arith/Le.v
 lib/coq/theories/Arith/Le.vo
+lib/coq/theories/Arith/Le.vos
 lib/coq/theories/Arith/Lt.glob
 lib/coq/theories/Arith/Lt.v
 lib/coq/theories/Arith/Lt.vo
+lib/coq/theories/Arith/Lt.vos
 lib/coq/theories/Arith/Max.glob
 lib/coq/theories/Arith/Max.v
 lib/coq/theories/Arith/Max.vo
+lib/coq/theories/Arith/Max.vos
 lib/coq/theories/Arith/Min.glob
 lib/coq/theories/Arith/Min.v
 lib/coq/theories/Arith/Min.vo
+lib/coq/theories/Arith/Min.vos
 lib/coq/theories/Arith/Minus.glob
 lib/coq/theories/Arith/Minus.v
 lib/coq/theories/Arith/Minus.vo
+lib/coq/theories/Arith/Minus.vos
 lib/coq/theories/Arith/Mult.glob
 lib/coq/theories/Arith/Mult.v
 lib/coq/theories/Arith/Mult.vo
+lib/coq/theories/Arith/Mult.vos
 lib/coq/theories/Arith/PeanoNat.glob
 lib/coq/theories/Arith/PeanoNat.v
 lib/coq/theories/Arith/PeanoNat.vo
+lib/coq/theories/Arith/PeanoNat.vos
 lib/coq/theories/Arith/Peano_dec.glob
 lib/coq/theories/Arith/Peano_dec.v
 lib/coq/theories/Arith/Peano_dec.vo
+lib/coq/theories/Arith/Peano_dec.vos
 lib/coq/theories/Arith/Plus.glob
 lib/coq/theories/Arith/Plus.v
 lib/coq/theories/Arith/Plus.vo
+lib/coq/theories/Arith/Plus.vos
 lib/coq/theories/Arith/Wf_nat.glob
 lib/coq/theories/Arith/Wf_nat.v
 lib/coq/theories/Arith/Wf_nat.vo
+lib/coq/theories/Arith/Wf_nat.vos
 lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bool.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bool.cmx
 ${PLIST.natdynlink}lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bool.cmxs
@@ -1637,6 +1111,10 @@ lib/coq/theories/Bool/.coq-native/NCoq_B
 ${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolEq.cmx
 ${PLIST.natdynlink}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolEq.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolEq.o
+lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolOrder.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolOrder.cmx
+${PLIST.natdynlink}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolOrder.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_BoolOrder.o
 lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bvector.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bvector.cmx
 ${PLIST.natdynlink}lib/coq/theories/Bool/.coq-native/NCoq_Bool_Bvector.cmxs
@@ -1660,24 +1138,35 @@ ${PLIST.ocaml-opt}lib/coq/theories/Bool/
 lib/coq/theories/Bool/Bool.glob
 lib/coq/theories/Bool/Bool.v
 lib/coq/theories/Bool/Bool.vo
+lib/coq/theories/Bool/Bool.vos
 lib/coq/theories/Bool/BoolEq.glob
 lib/coq/theories/Bool/BoolEq.v
 lib/coq/theories/Bool/BoolEq.vo
+lib/coq/theories/Bool/BoolEq.vos
+lib/coq/theories/Bool/BoolOrder.glob
+lib/coq/theories/Bool/BoolOrder.v
+lib/coq/theories/Bool/BoolOrder.vo
+lib/coq/theories/Bool/BoolOrder.vos
 lib/coq/theories/Bool/Bvector.glob
 lib/coq/theories/Bool/Bvector.v
 lib/coq/theories/Bool/Bvector.vo
+lib/coq/theories/Bool/Bvector.vos
 lib/coq/theories/Bool/DecBool.glob
 lib/coq/theories/Bool/DecBool.v
 lib/coq/theories/Bool/DecBool.vo
+lib/coq/theories/Bool/DecBool.vos
 lib/coq/theories/Bool/IfProp.glob
 lib/coq/theories/Bool/IfProp.v
 lib/coq/theories/Bool/IfProp.vo
+lib/coq/theories/Bool/IfProp.vos
 lib/coq/theories/Bool/Sumbool.glob
 lib/coq/theories/Bool/Sumbool.v
 lib/coq/theories/Bool/Sumbool.vo
+lib/coq/theories/Bool/Sumbool.vos
 lib/coq/theories/Bool/Zerob.glob
 lib/coq/theories/Bool/Zerob.v
 lib/coq/theories/Bool/Zerob.vo
+lib/coq/theories/Bool/Zerob.vos
 lib/coq/theories/Classes/.coq-native/NCoq_Classes_CEquivalence.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Classes/.coq-native/NCoq_Classes_CEquivalence.cmx
 ${PLIST.natdynlink}lib/coq/theories/Classes/.coq-native/NCoq_Classes_CEquivalence.cmxs
@@ -1741,48 +1230,63 @@ ${PLIST.ocaml-opt}lib/coq/theories/Class
 lib/coq/theories/Classes/CEquivalence.glob
 lib/coq/theories/Classes/CEquivalence.v
 lib/coq/theories/Classes/CEquivalence.vo
+lib/coq/theories/Classes/CEquivalence.vos
 lib/coq/theories/Classes/CMorphisms.glob
 lib/coq/theories/Classes/CMorphisms.v
 lib/coq/theories/Classes/CMorphisms.vo
+lib/coq/theories/Classes/CMorphisms.vos
 lib/coq/theories/Classes/CRelationClasses.glob
 lib/coq/theories/Classes/CRelationClasses.v
 lib/coq/theories/Classes/CRelationClasses.vo
+lib/coq/theories/Classes/CRelationClasses.vos
 lib/coq/theories/Classes/DecidableClass.glob
 lib/coq/theories/Classes/DecidableClass.v
 lib/coq/theories/Classes/DecidableClass.vo
+lib/coq/theories/Classes/DecidableClass.vos
 lib/coq/theories/Classes/EquivDec.glob
 lib/coq/theories/Classes/EquivDec.v
 lib/coq/theories/Classes/EquivDec.vo
+lib/coq/theories/Classes/EquivDec.vos
 lib/coq/theories/Classes/Equivalence.glob
 lib/coq/theories/Classes/Equivalence.v
 lib/coq/theories/Classes/Equivalence.vo
+lib/coq/theories/Classes/Equivalence.vos
 lib/coq/theories/Classes/Init.glob
 lib/coq/theories/Classes/Init.v
 lib/coq/theories/Classes/Init.vo
+lib/coq/theories/Classes/Init.vos
 lib/coq/theories/Classes/Morphisms.glob
 lib/coq/theories/Classes/Morphisms.v
 lib/coq/theories/Classes/Morphisms.vo
+lib/coq/theories/Classes/Morphisms.vos
 lib/coq/theories/Classes/Morphisms_Prop.glob
 lib/coq/theories/Classes/Morphisms_Prop.v
 lib/coq/theories/Classes/Morphisms_Prop.vo
+lib/coq/theories/Classes/Morphisms_Prop.vos
 lib/coq/theories/Classes/Morphisms_Relations.glob
 lib/coq/theories/Classes/Morphisms_Relations.v
 lib/coq/theories/Classes/Morphisms_Relations.vo
+lib/coq/theories/Classes/Morphisms_Relations.vos
 lib/coq/theories/Classes/RelationClasses.glob
 lib/coq/theories/Classes/RelationClasses.v
 lib/coq/theories/Classes/RelationClasses.vo
+lib/coq/theories/Classes/RelationClasses.vos
 lib/coq/theories/Classes/RelationPairs.glob
 lib/coq/theories/Classes/RelationPairs.v
 lib/coq/theories/Classes/RelationPairs.vo
+lib/coq/theories/Classes/RelationPairs.vos
 lib/coq/theories/Classes/SetoidClass.glob
 lib/coq/theories/Classes/SetoidClass.v
 lib/coq/theories/Classes/SetoidClass.vo
+lib/coq/theories/Classes/SetoidClass.vos
 lib/coq/theories/Classes/SetoidDec.glob
 lib/coq/theories/Classes/SetoidDec.v
 lib/coq/theories/Classes/SetoidDec.vo
+lib/coq/theories/Classes/SetoidDec.vos
 lib/coq/theories/Classes/SetoidTactics.glob
 lib/coq/theories/Classes/SetoidTactics.v
 lib/coq/theories/Classes/SetoidTactics.vo
+lib/coq/theories/Classes/SetoidTactics.vos
 lib/coq/theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.cmx
 ${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.cmxs
@@ -1791,26 +1295,30 @@ lib/coq/theories/Compat/.coq-native/NCoq
 ${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq810.cmx
 ${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq810.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq810.o
-lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq88.cmi
-${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq88.cmx
-${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq88.cmxs
-${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq88.o
-lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq89.cmi
-${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq89.cmx
-${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq89.cmxs
-${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq89.o
+lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq811.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq811.cmx
+${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq811.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq811.o
+lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq812.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq812.cmx
+${PLIST.natdynlink}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq812.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Compat/.coq-native/NCoq_Compat_Coq812.o
 lib/coq/theories/Compat/AdmitAxiom.glob
 lib/coq/theories/Compat/AdmitAxiom.v
 lib/coq/theories/Compat/AdmitAxiom.vo
+lib/coq/theories/Compat/AdmitAxiom.vos
 lib/coq/theories/Compat/Coq810.glob
 lib/coq/theories/Compat/Coq810.v
 lib/coq/theories/Compat/Coq810.vo
-lib/coq/theories/Compat/Coq88.glob
-lib/coq/theories/Compat/Coq88.v
-lib/coq/theories/Compat/Coq88.vo
-lib/coq/theories/Compat/Coq89.glob
-lib/coq/theories/Compat/Coq89.v
-lib/coq/theories/Compat/Coq89.vo
+lib/coq/theories/Compat/Coq810.vos
+lib/coq/theories/Compat/Coq811.glob
+lib/coq/theories/Compat/Coq811.v
+lib/coq/theories/Compat/Coq811.vo
+lib/coq/theories/Compat/Coq811.vos
+lib/coq/theories/Compat/Coq812.glob
+lib/coq/theories/Compat/Coq812.v
+lib/coq/theories/Compat/Coq812.vo
+lib/coq/theories/Compat/Coq812.vos
 lib/coq/theories/FSets/.coq-native/NCoq_FSets_FMapAVL.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/FSets/.coq-native/NCoq_FSets_FMapAVL.cmx
 ${PLIST.natdynlink}lib/coq/theories/FSets/.coq-native/NCoq_FSets_FMapAVL.cmxs
@@ -1898,66 +1406,143 @@ ${PLIST.ocaml-opt}lib/coq/theories/FSets
 lib/coq/theories/FSets/FMapAVL.glob
 lib/coq/theories/FSets/FMapAVL.v
 lib/coq/theories/FSets/FMapAVL.vo
+lib/coq/theories/FSets/FMapAVL.vos
 lib/coq/theories/FSets/FMapFacts.glob
 lib/coq/theories/FSets/FMapFacts.v
 lib/coq/theories/FSets/FMapFacts.vo
+lib/coq/theories/FSets/FMapFacts.vos
 lib/coq/theories/FSets/FMapFullAVL.glob
 lib/coq/theories/FSets/FMapFullAVL.v
 lib/coq/theories/FSets/FMapFullAVL.vo
+lib/coq/theories/FSets/FMapFullAVL.vos
 lib/coq/theories/FSets/FMapInterface.glob
 lib/coq/theories/FSets/FMapInterface.v
 lib/coq/theories/FSets/FMapInterface.vo
+lib/coq/theories/FSets/FMapInterface.vos
 lib/coq/theories/FSets/FMapList.glob
 lib/coq/theories/FSets/FMapList.v
 lib/coq/theories/FSets/FMapList.vo
+lib/coq/theories/FSets/FMapList.vos
 lib/coq/theories/FSets/FMapPositive.glob
 lib/coq/theories/FSets/FMapPositive.v
 lib/coq/theories/FSets/FMapPositive.vo
+lib/coq/theories/FSets/FMapPositive.vos
 lib/coq/theories/FSets/FMapWeakList.glob
 lib/coq/theories/FSets/FMapWeakList.v
 lib/coq/theories/FSets/FMapWeakList.vo
+lib/coq/theories/FSets/FMapWeakList.vos
 lib/coq/theories/FSets/FMaps.glob
 lib/coq/theories/FSets/FMaps.v
 lib/coq/theories/FSets/FMaps.vo
+lib/coq/theories/FSets/FMaps.vos
 lib/coq/theories/FSets/FSetAVL.glob
 lib/coq/theories/FSets/FSetAVL.v
 lib/coq/theories/FSets/FSetAVL.vo
+lib/coq/theories/FSets/FSetAVL.vos
 lib/coq/theories/FSets/FSetBridge.glob
 lib/coq/theories/FSets/FSetBridge.v
 lib/coq/theories/FSets/FSetBridge.vo
+lib/coq/theories/FSets/FSetBridge.vos
 lib/coq/theories/FSets/FSetCompat.glob
 lib/coq/theories/FSets/FSetCompat.v
 lib/coq/theories/FSets/FSetCompat.vo
+lib/coq/theories/FSets/FSetCompat.vos
 lib/coq/theories/FSets/FSetDecide.glob
 lib/coq/theories/FSets/FSetDecide.v
 lib/coq/theories/FSets/FSetDecide.vo
+lib/coq/theories/FSets/FSetDecide.vos
 lib/coq/theories/FSets/FSetEqProperties.glob
 lib/coq/theories/FSets/FSetEqProperties.v
 lib/coq/theories/FSets/FSetEqProperties.vo
+lib/coq/theories/FSets/FSetEqProperties.vos
 lib/coq/theories/FSets/FSetFacts.glob
 lib/coq/theories/FSets/FSetFacts.v
 lib/coq/theories/FSets/FSetFacts.vo
+lib/coq/theories/FSets/FSetFacts.vos
 lib/coq/theories/FSets/FSetInterface.glob
 lib/coq/theories/FSets/FSetInterface.v
 lib/coq/theories/FSets/FSetInterface.vo
+lib/coq/theories/FSets/FSetInterface.vos
 lib/coq/theories/FSets/FSetList.glob
 lib/coq/theories/FSets/FSetList.v
 lib/coq/theories/FSets/FSetList.vo
+lib/coq/theories/FSets/FSetList.vos
 lib/coq/theories/FSets/FSetPositive.glob
 lib/coq/theories/FSets/FSetPositive.v
 lib/coq/theories/FSets/FSetPositive.vo
+lib/coq/theories/FSets/FSetPositive.vos
 lib/coq/theories/FSets/FSetProperties.glob
 lib/coq/theories/FSets/FSetProperties.v
 lib/coq/theories/FSets/FSetProperties.vo
+lib/coq/theories/FSets/FSetProperties.vos
 lib/coq/theories/FSets/FSetToFiniteSet.glob
 lib/coq/theories/FSets/FSetToFiniteSet.v
 lib/coq/theories/FSets/FSetToFiniteSet.vo
+lib/coq/theories/FSets/FSetToFiniteSet.vos
 lib/coq/theories/FSets/FSetWeakList.glob
 lib/coq/theories/FSets/FSetWeakList.v
 lib/coq/theories/FSets/FSetWeakList.vo
+lib/coq/theories/FSets/FSetWeakList.vos
 lib/coq/theories/FSets/FSets.glob
 lib/coq/theories/FSets/FSets.v
 lib/coq/theories/FSets/FSets.vo
+lib/coq/theories/FSets/FSets.vos
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatAxioms.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatAxioms.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatAxioms.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatAxioms.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatClass.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatClass.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatClass.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatClass.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatLemmas.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatLemmas.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatLemmas.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatLemmas.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatOps.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatOps.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatOps.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_FloatOps.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_Floats.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_Floats.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_Floats.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_Floats.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_PrimFloat.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_PrimFloat.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_PrimFloat.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_PrimFloat.o
+lib/coq/theories/Floats/.coq-native/NCoq_Floats_SpecFloat.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_SpecFloat.cmx
+${PLIST.natdynlink}lib/coq/theories/Floats/.coq-native/NCoq_Floats_SpecFloat.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Floats/.coq-native/NCoq_Floats_SpecFloat.o
+lib/coq/theories/Floats/FloatAxioms.glob
+lib/coq/theories/Floats/FloatAxioms.v
+lib/coq/theories/Floats/FloatAxioms.vo
+lib/coq/theories/Floats/FloatAxioms.vos
+lib/coq/theories/Floats/FloatClass.glob
+lib/coq/theories/Floats/FloatClass.v
+lib/coq/theories/Floats/FloatClass.vo
+lib/coq/theories/Floats/FloatClass.vos
+lib/coq/theories/Floats/FloatLemmas.glob
+lib/coq/theories/Floats/FloatLemmas.v
+lib/coq/theories/Floats/FloatLemmas.vo
+lib/coq/theories/Floats/FloatLemmas.vos
+lib/coq/theories/Floats/FloatOps.glob
+lib/coq/theories/Floats/FloatOps.v
+lib/coq/theories/Floats/FloatOps.vo
+lib/coq/theories/Floats/FloatOps.vos
+lib/coq/theories/Floats/Floats.glob
+lib/coq/theories/Floats/Floats.v
+lib/coq/theories/Floats/Floats.vo
+lib/coq/theories/Floats/Floats.vos
+lib/coq/theories/Floats/PrimFloat.glob
+lib/coq/theories/Floats/PrimFloat.v
+lib/coq/theories/Floats/PrimFloat.vo
+lib/coq/theories/Floats/PrimFloat.vos
+lib/coq/theories/Floats/SpecFloat.glob
+lib/coq/theories/Floats/SpecFloat.v
+lib/coq/theories/Floats/SpecFloat.vo
+lib/coq/theories/Floats/SpecFloat.vos
 lib/coq/theories/Init/.coq-native/NCoq_Init_Byte.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Byte.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Byte.cmxs
@@ -1970,6 +1555,10 @@ lib/coq/theories/Init/.coq-native/NCoq_I
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Decimal.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Decimal.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Decimal.o
+lib/coq/theories/Init/.coq-native/NCoq_Init_Hexadecimal.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Hexadecimal.cmx
+${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Hexadecimal.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Hexadecimal.o
 lib/coq/theories/Init/.coq-native/NCoq_Init_Logic.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Logic.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Logic.cmxs
@@ -1978,6 +1567,10 @@ lib/coq/theories/Init/.coq-native/NCoq_I
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Logic_Type.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Logic_Type.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Logic_Type.o
+lib/coq/theories/Init/.coq-native/NCoq_Init_Ltac.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Ltac.cmx
+${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Ltac.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Ltac.o
 lib/coq/theories/Init/.coq-native/NCoq_Init_Nat.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Nat.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Nat.cmxs
@@ -1986,6 +1579,10 @@ lib/coq/theories/Init/.coq-native/NCoq_I
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Notations.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Notations.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Notations.o
+lib/coq/theories/Init/.coq-native/NCoq_Init_Numeral.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Numeral.cmx
+${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Numeral.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Numeral.o
 lib/coq/theories/Init/.coq-native/NCoq_Init_Peano.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Init/.coq-native/NCoq_Init_Peano.cmx
 ${PLIST.natdynlink}lib/coq/theories/Init/.coq-native/NCoq_Init_Peano.cmxs
@@ -2013,42 +1610,67 @@ ${PLIST.ocaml-opt}lib/coq/theories/Init/
 lib/coq/theories/Init/Byte.glob
 lib/coq/theories/Init/Byte.v
 lib/coq/theories/Init/Byte.vo
+lib/coq/theories/Init/Byte.vos
 lib/coq/theories/Init/Datatypes.glob
 lib/coq/theories/Init/Datatypes.v
 lib/coq/theories/Init/Datatypes.vo
+lib/coq/theories/Init/Datatypes.vos
 lib/coq/theories/Init/Decimal.glob
 lib/coq/theories/Init/Decimal.v
 lib/coq/theories/Init/Decimal.vo
+lib/coq/theories/Init/Decimal.vos
+lib/coq/theories/Init/Hexadecimal.glob
+lib/coq/theories/Init/Hexadecimal.v
+lib/coq/theories/Init/Hexadecimal.vo
+lib/coq/theories/Init/Hexadecimal.vos
 lib/coq/theories/Init/Logic.glob
 lib/coq/theories/Init/Logic.v
 lib/coq/theories/Init/Logic.vo
+lib/coq/theories/Init/Logic.vos
 lib/coq/theories/Init/Logic_Type.glob
 lib/coq/theories/Init/Logic_Type.v
 lib/coq/theories/Init/Logic_Type.vo
+lib/coq/theories/Init/Logic_Type.vos
+lib/coq/theories/Init/Ltac.glob
+lib/coq/theories/Init/Ltac.v
+lib/coq/theories/Init/Ltac.vo
+lib/coq/theories/Init/Ltac.vos
 lib/coq/theories/Init/Nat.glob
 lib/coq/theories/Init/Nat.v
 lib/coq/theories/Init/Nat.vo
+lib/coq/theories/Init/Nat.vos
 lib/coq/theories/Init/Notations.glob
 lib/coq/theories/Init/Notations.v
 lib/coq/theories/Init/Notations.vo
+lib/coq/theories/Init/Notations.vos
+lib/coq/theories/Init/Numeral.glob
+lib/coq/theories/Init/Numeral.v
+lib/coq/theories/Init/Numeral.vo
+lib/coq/theories/Init/Numeral.vos
 lib/coq/theories/Init/Peano.glob
 lib/coq/theories/Init/Peano.v
 lib/coq/theories/Init/Peano.vo
+lib/coq/theories/Init/Peano.vos
 lib/coq/theories/Init/Prelude.glob
 lib/coq/theories/Init/Prelude.v
 lib/coq/theories/Init/Prelude.vo
+lib/coq/theories/Init/Prelude.vos
 lib/coq/theories/Init/Specif.glob
 lib/coq/theories/Init/Specif.v
 lib/coq/theories/Init/Specif.vo
+lib/coq/theories/Init/Specif.vos
 lib/coq/theories/Init/Tactics.glob
 lib/coq/theories/Init/Tactics.v
 lib/coq/theories/Init/Tactics.vo
+lib/coq/theories/Init/Tactics.vos
 lib/coq/theories/Init/Tauto.glob
 lib/coq/theories/Init/Tauto.v
 lib/coq/theories/Init/Tauto.vo
+lib/coq/theories/Init/Tauto.vos
 lib/coq/theories/Init/Wf.glob
 lib/coq/theories/Init/Wf.v
 lib/coq/theories/Init/Wf.vo
+lib/coq/theories/Init/Wf.vos
 lib/coq/theories/Lists/.coq-native/NCoq_Lists_List.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Lists/.coq-native/NCoq_Lists_List.cmx
 ${PLIST.natdynlink}lib/coq/theories/Lists/.coq-native/NCoq_Lists_List.cmxs
@@ -2084,27 +1706,35 @@ ${PLIST.ocaml-opt}lib/coq/theories/Lists
 lib/coq/theories/Lists/List.glob
 lib/coq/theories/Lists/List.v
 lib/coq/theories/Lists/List.vo
+lib/coq/theories/Lists/List.vos
 lib/coq/theories/Lists/ListDec.glob
 lib/coq/theories/Lists/ListDec.v
 lib/coq/theories/Lists/ListDec.vo
+lib/coq/theories/Lists/ListDec.vos
 lib/coq/theories/Lists/ListSet.glob
 lib/coq/theories/Lists/ListSet.v
 lib/coq/theories/Lists/ListSet.vo
+lib/coq/theories/Lists/ListSet.vos
 lib/coq/theories/Lists/ListTactics.glob
 lib/coq/theories/Lists/ListTactics.v
 lib/coq/theories/Lists/ListTactics.vo
+lib/coq/theories/Lists/ListTactics.vos
 lib/coq/theories/Lists/SetoidList.glob
 lib/coq/theories/Lists/SetoidList.v
 lib/coq/theories/Lists/SetoidList.vo
+lib/coq/theories/Lists/SetoidList.vos
 lib/coq/theories/Lists/SetoidPermutation.glob
 lib/coq/theories/Lists/SetoidPermutation.v
 lib/coq/theories/Lists/SetoidPermutation.vo
+lib/coq/theories/Lists/SetoidPermutation.vos
 lib/coq/theories/Lists/StreamMemo.glob
 lib/coq/theories/Lists/StreamMemo.v
 lib/coq/theories/Lists/StreamMemo.vo
+lib/coq/theories/Lists/StreamMemo.vos
 lib/coq/theories/Lists/Streams.glob
 lib/coq/theories/Lists/Streams.v
 lib/coq/theories/Lists/Streams.vo
+lib/coq/theories/Lists/Streams.vos
 lib/coq/theories/Logic/.coq-native/NCoq_Logic_Berardi.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_Berardi.cmx
 ${PLIST.natdynlink}lib/coq/theories/Logic/.coq-native/NCoq_Logic_Berardi.cmxs
@@ -2193,6 +1823,10 @@ lib/coq/theories/Logic/.coq-native/NCoq_
 ${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.cmx
 ${PLIST.natdynlink}lib/coq/theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.o
+lib/coq/theories/Logic/.coq-native/NCoq_Logic_HLevels.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_HLevels.cmx
+${PLIST.natdynlink}lib/coq/theories/Logic/.coq-native/NCoq_Logic_HLevels.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_HLevels.o
 lib/coq/theories/Logic/.coq-native/NCoq_Logic_Hurkens.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Logic/.coq-native/NCoq_Logic_Hurkens.cmx
 ${PLIST.natdynlink}lib/coq/theories/Logic/.coq-native/NCoq_Logic_Hurkens.cmxs
@@ -2252,111 +1886,151 @@ ${PLIST.ocaml-opt}lib/coq/theories/Logic
 lib/coq/theories/Logic/Berardi.glob
 lib/coq/theories/Logic/Berardi.v
 lib/coq/theories/Logic/Berardi.vo
+lib/coq/theories/Logic/Berardi.vos
 lib/coq/theories/Logic/ChoiceFacts.glob
 lib/coq/theories/Logic/ChoiceFacts.v
 lib/coq/theories/Logic/ChoiceFacts.vo
+lib/coq/theories/Logic/ChoiceFacts.vos
 lib/coq/theories/Logic/Classical.glob
 lib/coq/theories/Logic/Classical.v
 lib/coq/theories/Logic/Classical.vo
+lib/coq/theories/Logic/Classical.vos
 lib/coq/theories/Logic/ClassicalChoice.glob
 lib/coq/theories/Logic/ClassicalChoice.v
 lib/coq/theories/Logic/ClassicalChoice.vo
+lib/coq/theories/Logic/ClassicalChoice.vos
 lib/coq/theories/Logic/ClassicalDescription.glob
 lib/coq/theories/Logic/ClassicalDescription.v
 lib/coq/theories/Logic/ClassicalDescription.vo
+lib/coq/theories/Logic/ClassicalDescription.vos
 lib/coq/theories/Logic/ClassicalEpsilon.glob
 lib/coq/theories/Logic/ClassicalEpsilon.v
 lib/coq/theories/Logic/ClassicalEpsilon.vo
+lib/coq/theories/Logic/ClassicalEpsilon.vos
 lib/coq/theories/Logic/ClassicalFacts.glob
 lib/coq/theories/Logic/ClassicalFacts.v
 lib/coq/theories/Logic/ClassicalFacts.vo
+lib/coq/theories/Logic/ClassicalFacts.vos
 lib/coq/theories/Logic/ClassicalUniqueChoice.glob
 lib/coq/theories/Logic/ClassicalUniqueChoice.v
 lib/coq/theories/Logic/ClassicalUniqueChoice.vo
+lib/coq/theories/Logic/ClassicalUniqueChoice.vos
 lib/coq/theories/Logic/Classical_Pred_Type.glob
 lib/coq/theories/Logic/Classical_Pred_Type.v
 lib/coq/theories/Logic/Classical_Pred_Type.vo
+lib/coq/theories/Logic/Classical_Pred_Type.vos
 lib/coq/theories/Logic/Classical_Prop.glob
 lib/coq/theories/Logic/Classical_Prop.v
 lib/coq/theories/Logic/Classical_Prop.vo
+lib/coq/theories/Logic/Classical_Prop.vos
 lib/coq/theories/Logic/ConstructiveEpsilon.glob
 lib/coq/theories/Logic/ConstructiveEpsilon.v
 lib/coq/theories/Logic/ConstructiveEpsilon.vo
+lib/coq/theories/Logic/ConstructiveEpsilon.vos
 lib/coq/theories/Logic/Decidable.glob
 lib/coq/theories/Logic/Decidable.v
 lib/coq/theories/Logic/Decidable.vo
+lib/coq/theories/Logic/Decidable.vos
 lib/coq/theories/Logic/Description.glob
 lib/coq/theories/Logic/Description.v
 lib/coq/theories/Logic/Description.vo
+lib/coq/theories/Logic/Description.vos
 lib/coq/theories/Logic/Diaconescu.glob
 lib/coq/theories/Logic/Diaconescu.v
 lib/coq/theories/Logic/Diaconescu.vo
+lib/coq/theories/Logic/Diaconescu.vos
 lib/coq/theories/Logic/Epsilon.glob
 lib/coq/theories/Logic/Epsilon.v
 lib/coq/theories/Logic/Epsilon.vo
+lib/coq/theories/Logic/Epsilon.vos
 lib/coq/theories/Logic/Eqdep.glob
 lib/coq/theories/Logic/Eqdep.v
 lib/coq/theories/Logic/Eqdep.vo
+lib/coq/theories/Logic/Eqdep.vos
 lib/coq/theories/Logic/EqdepFacts.glob
 lib/coq/theories/Logic/EqdepFacts.v
 lib/coq/theories/Logic/EqdepFacts.vo
+lib/coq/theories/Logic/EqdepFacts.vos
 lib/coq/theories/Logic/Eqdep_dec.glob
 lib/coq/theories/Logic/Eqdep_dec.v
 lib/coq/theories/Logic/Eqdep_dec.vo
+lib/coq/theories/Logic/Eqdep_dec.vos
 lib/coq/theories/Logic/ExtensionalFunctionRepresentative.glob
 lib/coq/theories/Logic/ExtensionalFunctionRepresentative.v
 lib/coq/theories/Logic/ExtensionalFunctionRepresentative.vo
+lib/coq/theories/Logic/ExtensionalFunctionRepresentative.vos
 lib/coq/theories/Logic/ExtensionalityFacts.glob
 lib/coq/theories/Logic/ExtensionalityFacts.v
 lib/coq/theories/Logic/ExtensionalityFacts.vo
+lib/coq/theories/Logic/ExtensionalityFacts.vos
 lib/coq/theories/Logic/FinFun.glob
 lib/coq/theories/Logic/FinFun.v
 lib/coq/theories/Logic/FinFun.vo
+lib/coq/theories/Logic/FinFun.vos
 lib/coq/theories/Logic/FunctionalExtensionality.glob
 lib/coq/theories/Logic/FunctionalExtensionality.v
 lib/coq/theories/Logic/FunctionalExtensionality.vo
+lib/coq/theories/Logic/FunctionalExtensionality.vos
+lib/coq/theories/Logic/HLevels.glob
+lib/coq/theories/Logic/HLevels.v
+lib/coq/theories/Logic/HLevels.vo
+lib/coq/theories/Logic/HLevels.vos
 lib/coq/theories/Logic/Hurkens.glob
 lib/coq/theories/Logic/Hurkens.v
 lib/coq/theories/Logic/Hurkens.vo
+lib/coq/theories/Logic/Hurkens.vos
 lib/coq/theories/Logic/IndefiniteDescription.glob
 lib/coq/theories/Logic/IndefiniteDescription.v
 lib/coq/theories/Logic/IndefiniteDescription.vo
+lib/coq/theories/Logic/IndefiniteDescription.vos
 lib/coq/theories/Logic/JMeq.glob
 lib/coq/theories/Logic/JMeq.v
 lib/coq/theories/Logic/JMeq.vo
+lib/coq/theories/Logic/JMeq.vos
 lib/coq/theories/Logic/ProofIrrelevance.glob
 lib/coq/theories/Logic/ProofIrrelevance.v
 lib/coq/theories/Logic/ProofIrrelevance.vo
+lib/coq/theories/Logic/ProofIrrelevance.vos
 lib/coq/theories/Logic/ProofIrrelevanceFacts.glob
 lib/coq/theories/Logic/ProofIrrelevanceFacts.v
 lib/coq/theories/Logic/ProofIrrelevanceFacts.vo
+lib/coq/theories/Logic/ProofIrrelevanceFacts.vos
 lib/coq/theories/Logic/PropExtensionality.glob
 lib/coq/theories/Logic/PropExtensionality.v
 lib/coq/theories/Logic/PropExtensionality.vo
+lib/coq/theories/Logic/PropExtensionality.vos
 lib/coq/theories/Logic/PropExtensionalityFacts.glob
 lib/coq/theories/Logic/PropExtensionalityFacts.v
 lib/coq/theories/Logic/PropExtensionalityFacts.vo
+lib/coq/theories/Logic/PropExtensionalityFacts.vos
 lib/coq/theories/Logic/PropFacts.glob
 lib/coq/theories/Logic/PropFacts.v
 lib/coq/theories/Logic/PropFacts.vo
+lib/coq/theories/Logic/PropFacts.vos
 lib/coq/theories/Logic/RelationalChoice.glob
 lib/coq/theories/Logic/RelationalChoice.v
 lib/coq/theories/Logic/RelationalChoice.vo
+lib/coq/theories/Logic/RelationalChoice.vos
 lib/coq/theories/Logic/SetIsType.glob
 lib/coq/theories/Logic/SetIsType.v
 lib/coq/theories/Logic/SetIsType.vo
+lib/coq/theories/Logic/SetIsType.vos
 lib/coq/theories/Logic/SetoidChoice.glob
 lib/coq/theories/Logic/SetoidChoice.v
 lib/coq/theories/Logic/SetoidChoice.vo
+lib/coq/theories/Logic/SetoidChoice.vos
 lib/coq/theories/Logic/StrictProp.glob
 lib/coq/theories/Logic/StrictProp.v
 lib/coq/theories/Logic/StrictProp.vo
+lib/coq/theories/Logic/StrictProp.vos
 lib/coq/theories/Logic/WKL.glob
 lib/coq/theories/Logic/WKL.v
 lib/coq/theories/Logic/WKL.vo
+lib/coq/theories/Logic/WKL.vos
 lib/coq/theories/Logic/WeakFan.glob
 lib/coq/theories/Logic/WeakFan.v
 lib/coq/theories/Logic/WeakFan.vo
+lib/coq/theories/Logic/WeakFan.vos
 lib/coq/theories/MSets/.coq-native/NCoq_MSets_MSetAVL.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/MSets/.coq-native/NCoq_MSets_MSetAVL.cmx
 ${PLIST.natdynlink}lib/coq/theories/MSets/.coq-native/NCoq_MSets_MSetAVL.cmxs
@@ -2412,42 +2086,55 @@ ${PLIST.ocaml-opt}lib/coq/theories/MSets
 lib/coq/theories/MSets/MSetAVL.glob
 lib/coq/theories/MSets/MSetAVL.v
 lib/coq/theories/MSets/MSetAVL.vo
+lib/coq/theories/MSets/MSetAVL.vos
 lib/coq/theories/MSets/MSetDecide.glob
 lib/coq/theories/MSets/MSetDecide.v
 lib/coq/theories/MSets/MSetDecide.vo
+lib/coq/theories/MSets/MSetDecide.vos
 lib/coq/theories/MSets/MSetEqProperties.glob
 lib/coq/theories/MSets/MSetEqProperties.v
 lib/coq/theories/MSets/MSetEqProperties.vo
+lib/coq/theories/MSets/MSetEqProperties.vos
 lib/coq/theories/MSets/MSetFacts.glob
 lib/coq/theories/MSets/MSetFacts.v
 lib/coq/theories/MSets/MSetFacts.vo
+lib/coq/theories/MSets/MSetFacts.vos
 lib/coq/theories/MSets/MSetGenTree.glob
 lib/coq/theories/MSets/MSetGenTree.v
 lib/coq/theories/MSets/MSetGenTree.vo
+lib/coq/theories/MSets/MSetGenTree.vos
 lib/coq/theories/MSets/MSetInterface.glob
 lib/coq/theories/MSets/MSetInterface.v
 lib/coq/theories/MSets/MSetInterface.vo
+lib/coq/theories/MSets/MSetInterface.vos
 lib/coq/theories/MSets/MSetList.glob
 lib/coq/theories/MSets/MSetList.v
 lib/coq/theories/MSets/MSetList.vo
+lib/coq/theories/MSets/MSetList.vos
 lib/coq/theories/MSets/MSetPositive.glob
 lib/coq/theories/MSets/MSetPositive.v
 lib/coq/theories/MSets/MSetPositive.vo
+lib/coq/theories/MSets/MSetPositive.vos
 lib/coq/theories/MSets/MSetProperties.glob
 lib/coq/theories/MSets/MSetProperties.v
 lib/coq/theories/MSets/MSetProperties.vo
+lib/coq/theories/MSets/MSetProperties.vos
 lib/coq/theories/MSets/MSetRBT.glob
 lib/coq/theories/MSets/MSetRBT.v
 lib/coq/theories/MSets/MSetRBT.vo
+lib/coq/theories/MSets/MSetRBT.vos
 lib/coq/theories/MSets/MSetToFiniteSet.glob
 lib/coq/theories/MSets/MSetToFiniteSet.v
 lib/coq/theories/MSets/MSetToFiniteSet.vo
+lib/coq/theories/MSets/MSetToFiniteSet.vos
 lib/coq/theories/MSets/MSetWeakList.glob
 lib/coq/theories/MSets/MSetWeakList.v
 lib/coq/theories/MSets/MSetWeakList.vo
+lib/coq/theories/MSets/MSetWeakList.vos
 lib/coq/theories/MSets/MSets.glob
 lib/coq/theories/MSets/MSets.v
 lib/coq/theories/MSets/MSets.vo
+lib/coq/theories/MSets/MSets.vos
 lib/coq/theories/NArith/.coq-native/NCoq_NArith_BinNat.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/NArith/.coq-native/NCoq_NArith_BinNat.cmx
 ${PLIST.natdynlink}lib/coq/theories/NArith/.coq-native/NCoq_NArith_BinNat.cmxs
@@ -2491,33 +2178,43 @@ ${PLIST.ocaml-opt}lib/coq/theories/NArit
 lib/coq/theories/NArith/BinNat.glob
 lib/coq/theories/NArith/BinNat.v
 lib/coq/theories/NArith/BinNat.vo
+lib/coq/theories/NArith/BinNat.vos
 lib/coq/theories/NArith/BinNatDef.glob
 lib/coq/theories/NArith/BinNatDef.v
 lib/coq/theories/NArith/BinNatDef.vo
+lib/coq/theories/NArith/BinNatDef.vos
 lib/coq/theories/NArith/NArith.glob
 lib/coq/theories/NArith/NArith.v
 lib/coq/theories/NArith/NArith.vo
+lib/coq/theories/NArith/NArith.vos
 lib/coq/theories/NArith/Ndec.glob
 lib/coq/theories/NArith/Ndec.v
 lib/coq/theories/NArith/Ndec.vo
+lib/coq/theories/NArith/Ndec.vos
 lib/coq/theories/NArith/Ndigits.glob
 lib/coq/theories/NArith/Ndigits.v
 lib/coq/theories/NArith/Ndigits.vo
+lib/coq/theories/NArith/Ndigits.vos
 lib/coq/theories/NArith/Ndist.glob
 lib/coq/theories/NArith/Ndist.v
 lib/coq/theories/NArith/Ndist.vo
+lib/coq/theories/NArith/Ndist.vos
 lib/coq/theories/NArith/Ndiv_def.glob
 lib/coq/theories/NArith/Ndiv_def.v
 lib/coq/theories/NArith/Ndiv_def.vo
+lib/coq/theories/NArith/Ndiv_def.vos
 lib/coq/theories/NArith/Ngcd_def.glob
 lib/coq/theories/NArith/Ngcd_def.v
 lib/coq/theories/NArith/Ngcd_def.vo
+lib/coq/theories/NArith/Ngcd_def.vos
 lib/coq/theories/NArith/Nnat.glob
 lib/coq/theories/NArith/Nnat.v
 lib/coq/theories/NArith/Nnat.vo
+lib/coq/theories/NArith/Nnat.vos
 lib/coq/theories/NArith/Nsqrt_def.glob
 lib/coq/theories/NArith/Nsqrt_def.v
 lib/coq/theories/NArith/Nsqrt_def.vo
+lib/coq/theories/NArith/Nsqrt_def.vos
 lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_AltBinNotations.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_AltBinNotations.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_AltBinNotations.cmxs
@@ -2542,6 +2239,10 @@ lib/coq/theories/Numbers/.coq-native/NCo
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalPos.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalPos.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalPos.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalQ.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalQ.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalQ.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalQ.o
 lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalString.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalString.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalString.cmxs
@@ -2550,6 +2251,34 @@ lib/coq/theories/Numbers/.coq-native/NCo
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalZ.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalZ.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_DecimalZ.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalFacts.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalFacts.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalFacts.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalFacts.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalN.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalN.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalN.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalN.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalNat.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalNat.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalNat.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalNat.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalPos.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalPos.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalPos.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalPos.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalQ.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalQ.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalQ.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalQ.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalString.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalString.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalString.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalString.o
+lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalZ.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalZ.cmx
+${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalZ.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_HexadecimalZ.o
 lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.cmxs
@@ -2561,9 +2290,11 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/AltBinNotations.glob
 lib/coq/theories/Numbers/AltBinNotations.v
 lib/coq/theories/Numbers/AltBinNotations.vo
+lib/coq/theories/Numbers/AltBinNotations.vos
 lib/coq/theories/Numbers/BinNums.glob
 lib/coq/theories/Numbers/BinNums.v
 lib/coq/theories/Numbers/BinNums.vo
+lib/coq/theories/Numbers/BinNums.vos
 lib/coq/theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.cmxs
@@ -2579,12 +2310,15 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Cyclic/Abstract/CyclicAxioms.glob
 lib/coq/theories/Numbers/Cyclic/Abstract/CyclicAxioms.v
 lib/coq/theories/Numbers/Cyclic/Abstract/CyclicAxioms.vo
+lib/coq/theories/Numbers/Cyclic/Abstract/CyclicAxioms.vos
 lib/coq/theories/Numbers/Cyclic/Abstract/DoubleType.glob
 lib/coq/theories/Numbers/Cyclic/Abstract/DoubleType.v
 lib/coq/theories/Numbers/Cyclic/Abstract/DoubleType.vo
+lib/coq/theories/Numbers/Cyclic/Abstract/DoubleType.vos
 lib/coq/theories/Numbers/Cyclic/Abstract/NZCyclic.glob
 lib/coq/theories/Numbers/Cyclic/Abstract/NZCyclic.v
 lib/coq/theories/Numbers/Cyclic/Abstract/NZCyclic.vo
+lib/coq/theories/Numbers/Cyclic/Abstract/NZCyclic.vos
 lib/coq/theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.cmxs
@@ -2600,12 +2334,15 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Cyclic/Int31/Cyclic31.glob
 lib/coq/theories/Numbers/Cyclic/Int31/Cyclic31.v
 lib/coq/theories/Numbers/Cyclic/Int31/Cyclic31.vo
+lib/coq/theories/Numbers/Cyclic/Int31/Cyclic31.vos
 lib/coq/theories/Numbers/Cyclic/Int31/Int31.glob
 lib/coq/theories/Numbers/Cyclic/Int31/Int31.v
 lib/coq/theories/Numbers/Cyclic/Int31/Int31.vo
+lib/coq/theories/Numbers/Cyclic/Int31/Int31.vos
 lib/coq/theories/Numbers/Cyclic/Int31/Ring31.glob
 lib/coq/theories/Numbers/Cyclic/Int31/Ring31.v
 lib/coq/theories/Numbers/Cyclic/Int31/Ring31.vo
+lib/coq/theories/Numbers/Cyclic/Int31/Ring31.vos
 lib/coq/theories/Numbers/Cyclic/Int63/.coq-native/NCoq_Numbers_Cyclic_Int63_Cyclic63.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Cyclic/Int63/.coq-native/NCoq_Numbers_Cyclic_Int63_Cyclic63.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Cyclic/Int63/.coq-native/NCoq_Numbers_Cyclic_Int63_Cyclic63.cmxs
@@ -2621,12 +2358,15 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Cyclic/Int63/Cyclic63.glob
 lib/coq/theories/Numbers/Cyclic/Int63/Cyclic63.v
 lib/coq/theories/Numbers/Cyclic/Int63/Cyclic63.vo
+lib/coq/theories/Numbers/Cyclic/Int63/Cyclic63.vos
 lib/coq/theories/Numbers/Cyclic/Int63/Int63.glob
 lib/coq/theories/Numbers/Cyclic/Int63/Int63.v
 lib/coq/theories/Numbers/Cyclic/Int63/Int63.vo
+lib/coq/theories/Numbers/Cyclic/Int63/Int63.vos
 lib/coq/theories/Numbers/Cyclic/Int63/Ring63.glob
 lib/coq/theories/Numbers/Cyclic/Int63/Ring63.v
 lib/coq/theories/Numbers/Cyclic/Int63/Ring63.vo
+lib/coq/theories/Numbers/Cyclic/Int63/Ring63.vos
 lib/coq/theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.cmxs
@@ -2634,24 +2374,63 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Cyclic/ZModulo/ZModulo.glob
 lib/coq/theories/Numbers/Cyclic/ZModulo/ZModulo.v
 lib/coq/theories/Numbers/Cyclic/ZModulo/ZModulo.vo
+lib/coq/theories/Numbers/Cyclic/ZModulo/ZModulo.vos
 lib/coq/theories/Numbers/DecimalFacts.glob
 lib/coq/theories/Numbers/DecimalFacts.v
 lib/coq/theories/Numbers/DecimalFacts.vo
+lib/coq/theories/Numbers/DecimalFacts.vos
 lib/coq/theories/Numbers/DecimalN.glob
 lib/coq/theories/Numbers/DecimalN.v
 lib/coq/theories/Numbers/DecimalN.vo
+lib/coq/theories/Numbers/DecimalN.vos
 lib/coq/theories/Numbers/DecimalNat.glob
 lib/coq/theories/Numbers/DecimalNat.v
 lib/coq/theories/Numbers/DecimalNat.vo
+lib/coq/theories/Numbers/DecimalNat.vos
 lib/coq/theories/Numbers/DecimalPos.glob
 lib/coq/theories/Numbers/DecimalPos.v
 lib/coq/theories/Numbers/DecimalPos.vo
+lib/coq/theories/Numbers/DecimalPos.vos
+lib/coq/theories/Numbers/DecimalQ.glob
+lib/coq/theories/Numbers/DecimalQ.v
+lib/coq/theories/Numbers/DecimalQ.vo
+lib/coq/theories/Numbers/DecimalQ.vos
 lib/coq/theories/Numbers/DecimalString.glob
 lib/coq/theories/Numbers/DecimalString.v
 lib/coq/theories/Numbers/DecimalString.vo
+lib/coq/theories/Numbers/DecimalString.vos
 lib/coq/theories/Numbers/DecimalZ.glob
 lib/coq/theories/Numbers/DecimalZ.v
 lib/coq/theories/Numbers/DecimalZ.vo
+lib/coq/theories/Numbers/DecimalZ.vos
+lib/coq/theories/Numbers/HexadecimalFacts.glob
+lib/coq/theories/Numbers/HexadecimalFacts.v
+lib/coq/theories/Numbers/HexadecimalFacts.vo
+lib/coq/theories/Numbers/HexadecimalFacts.vos
+lib/coq/theories/Numbers/HexadecimalN.glob
+lib/coq/theories/Numbers/HexadecimalN.v
+lib/coq/theories/Numbers/HexadecimalN.vo
+lib/coq/theories/Numbers/HexadecimalN.vos
+lib/coq/theories/Numbers/HexadecimalNat.glob
+lib/coq/theories/Numbers/HexadecimalNat.v
+lib/coq/theories/Numbers/HexadecimalNat.vo
+lib/coq/theories/Numbers/HexadecimalNat.vos
+lib/coq/theories/Numbers/HexadecimalPos.glob
+lib/coq/theories/Numbers/HexadecimalPos.v
+lib/coq/theories/Numbers/HexadecimalPos.vo
+lib/coq/theories/Numbers/HexadecimalPos.vos
+lib/coq/theories/Numbers/HexadecimalQ.glob
+lib/coq/theories/Numbers/HexadecimalQ.v
+lib/coq/theories/Numbers/HexadecimalQ.vo
+lib/coq/theories/Numbers/HexadecimalQ.vos
+lib/coq/theories/Numbers/HexadecimalString.glob
+lib/coq/theories/Numbers/HexadecimalString.v
+lib/coq/theories/Numbers/HexadecimalString.vo
+lib/coq/theories/Numbers/HexadecimalString.vos
+lib/coq/theories/Numbers/HexadecimalZ.glob
+lib/coq/theories/Numbers/HexadecimalZ.v
+lib/coq/theories/Numbers/HexadecimalZ.vo
+lib/coq/theories/Numbers/HexadecimalZ.vos
 lib/coq/theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.cmxs
@@ -2727,57 +2506,75 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Integer/Abstract/ZAdd.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZAdd.v
 lib/coq/theories/Numbers/Integer/Abstract/ZAdd.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZAdd.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZAddOrder.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZAddOrder.v
 lib/coq/theories/Numbers/Integer/Abstract/ZAddOrder.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZAddOrder.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZAxioms.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZAxioms.v
 lib/coq/theories/Numbers/Integer/Abstract/ZAxioms.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZAxioms.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZBase.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZBase.v
 lib/coq/theories/Numbers/Integer/Abstract/ZBase.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZBase.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZBits.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZBits.v
 lib/coq/theories/Numbers/Integer/Abstract/ZBits.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZBits.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZDivEucl.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZDivEucl.v
 lib/coq/theories/Numbers/Integer/Abstract/ZDivEucl.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZDivEucl.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZDivFloor.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZDivFloor.v
 lib/coq/theories/Numbers/Integer/Abstract/ZDivFloor.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZDivFloor.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZDivTrunc.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZDivTrunc.v
 lib/coq/theories/Numbers/Integer/Abstract/ZDivTrunc.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZDivTrunc.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZGcd.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZGcd.v
 lib/coq/theories/Numbers/Integer/Abstract/ZGcd.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZGcd.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZLcm.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZLcm.v
 lib/coq/theories/Numbers/Integer/Abstract/ZLcm.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZLcm.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZLt.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZLt.v
 lib/coq/theories/Numbers/Integer/Abstract/ZLt.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZLt.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZMaxMin.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZMaxMin.v
 lib/coq/theories/Numbers/Integer/Abstract/ZMaxMin.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZMaxMin.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZMul.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZMul.v
 lib/coq/theories/Numbers/Integer/Abstract/ZMul.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZMul.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZMulOrder.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZMulOrder.v
 lib/coq/theories/Numbers/Integer/Abstract/ZMulOrder.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZMulOrder.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZParity.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZParity.v
 lib/coq/theories/Numbers/Integer/Abstract/ZParity.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZParity.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZPow.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZPow.v
 lib/coq/theories/Numbers/Integer/Abstract/ZPow.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZPow.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZProperties.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZProperties.v
 lib/coq/theories/Numbers/Integer/Abstract/ZProperties.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZProperties.vos
 lib/coq/theories/Numbers/Integer/Abstract/ZSgnAbs.glob
 lib/coq/theories/Numbers/Integer/Abstract/ZSgnAbs.v
 lib/coq/theories/Numbers/Integer/Abstract/ZSgnAbs.vo
+lib/coq/theories/Numbers/Integer/Abstract/ZSgnAbs.vos
 lib/coq/theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.cmxs
@@ -2785,6 +2582,7 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Integer/Binary/ZBinary.glob
 lib/coq/theories/Numbers/Integer/Binary/ZBinary.v
 lib/coq/theories/Numbers/Integer/Binary/ZBinary.vo
+lib/coq/theories/Numbers/Integer/Binary/ZBinary.vos
 lib/coq/theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.cmxs
@@ -2792,9 +2590,11 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Integer/NatPairs/ZNatPairs.glob
 lib/coq/theories/Numbers/Integer/NatPairs/ZNatPairs.v
 lib/coq/theories/Numbers/Integer/NatPairs/ZNatPairs.vo
+lib/coq/theories/Numbers/Integer/NatPairs/ZNatPairs.vos
 lib/coq/theories/Numbers/NaryFunctions.glob
 lib/coq/theories/Numbers/NaryFunctions.v
 lib/coq/theories/Numbers/NaryFunctions.vo
+lib/coq/theories/Numbers/NaryFunctions.vos
 lib/coq/theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.cmxs
@@ -2862,51 +2662,67 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/NatInt/NZAdd.glob
 lib/coq/theories/Numbers/NatInt/NZAdd.v
 lib/coq/theories/Numbers/NatInt/NZAdd.vo
+lib/coq/theories/Numbers/NatInt/NZAdd.vos
 lib/coq/theories/Numbers/NatInt/NZAddOrder.glob
 lib/coq/theories/Numbers/NatInt/NZAddOrder.v
 lib/coq/theories/Numbers/NatInt/NZAddOrder.vo
+lib/coq/theories/Numbers/NatInt/NZAddOrder.vos
 lib/coq/theories/Numbers/NatInt/NZAxioms.glob
 lib/coq/theories/Numbers/NatInt/NZAxioms.v
 lib/coq/theories/Numbers/NatInt/NZAxioms.vo
+lib/coq/theories/Numbers/NatInt/NZAxioms.vos
 lib/coq/theories/Numbers/NatInt/NZBase.glob
 lib/coq/theories/Numbers/NatInt/NZBase.v
 lib/coq/theories/Numbers/NatInt/NZBase.vo
+lib/coq/theories/Numbers/NatInt/NZBase.vos
 lib/coq/theories/Numbers/NatInt/NZBits.glob
 lib/coq/theories/Numbers/NatInt/NZBits.v
 lib/coq/theories/Numbers/NatInt/NZBits.vo
+lib/coq/theories/Numbers/NatInt/NZBits.vos
 lib/coq/theories/Numbers/NatInt/NZDiv.glob
 lib/coq/theories/Numbers/NatInt/NZDiv.v
 lib/coq/theories/Numbers/NatInt/NZDiv.vo
+lib/coq/theories/Numbers/NatInt/NZDiv.vos
 lib/coq/theories/Numbers/NatInt/NZDomain.glob
 lib/coq/theories/Numbers/NatInt/NZDomain.v
 lib/coq/theories/Numbers/NatInt/NZDomain.vo
+lib/coq/theories/Numbers/NatInt/NZDomain.vos
 lib/coq/theories/Numbers/NatInt/NZGcd.glob
 lib/coq/theories/Numbers/NatInt/NZGcd.v
 lib/coq/theories/Numbers/NatInt/NZGcd.vo
+lib/coq/theories/Numbers/NatInt/NZGcd.vos
 lib/coq/theories/Numbers/NatInt/NZLog.glob
 lib/coq/theories/Numbers/NatInt/NZLog.v
 lib/coq/theories/Numbers/NatInt/NZLog.vo
+lib/coq/theories/Numbers/NatInt/NZLog.vos
 lib/coq/theories/Numbers/NatInt/NZMul.glob
 lib/coq/theories/Numbers/NatInt/NZMul.v
 lib/coq/theories/Numbers/NatInt/NZMul.vo
+lib/coq/theories/Numbers/NatInt/NZMul.vos
 lib/coq/theories/Numbers/NatInt/NZMulOrder.glob
 lib/coq/theories/Numbers/NatInt/NZMulOrder.v
 lib/coq/theories/Numbers/NatInt/NZMulOrder.vo
+lib/coq/theories/Numbers/NatInt/NZMulOrder.vos
 lib/coq/theories/Numbers/NatInt/NZOrder.glob
 lib/coq/theories/Numbers/NatInt/NZOrder.v
 lib/coq/theories/Numbers/NatInt/NZOrder.vo
+lib/coq/theories/Numbers/NatInt/NZOrder.vos
 lib/coq/theories/Numbers/NatInt/NZParity.glob
 lib/coq/theories/Numbers/NatInt/NZParity.v
 lib/coq/theories/Numbers/NatInt/NZParity.vo
+lib/coq/theories/Numbers/NatInt/NZParity.vos
 lib/coq/theories/Numbers/NatInt/NZPow.glob
 lib/coq/theories/Numbers/NatInt/NZPow.v
 lib/coq/theories/Numbers/NatInt/NZPow.vo
+lib/coq/theories/Numbers/NatInt/NZPow.vos
 lib/coq/theories/Numbers/NatInt/NZProperties.glob
 lib/coq/theories/Numbers/NatInt/NZProperties.v
 lib/coq/theories/Numbers/NatInt/NZProperties.vo
+lib/coq/theories/Numbers/NatInt/NZProperties.vos
 lib/coq/theories/Numbers/NatInt/NZSqrt.glob
 lib/coq/theories/Numbers/NatInt/NZSqrt.v
 lib/coq/theories/Numbers/NatInt/NZSqrt.vo
+lib/coq/theories/Numbers/NatInt/NZSqrt.vos
 lib/coq/theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.cmxs
@@ -2990,63 +2806,83 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Natural/Abstract/NAdd.glob
 lib/coq/theories/Numbers/Natural/Abstract/NAdd.v
 lib/coq/theories/Numbers/Natural/Abstract/NAdd.vo
+lib/coq/theories/Numbers/Natural/Abstract/NAdd.vos
 lib/coq/theories/Numbers/Natural/Abstract/NAddOrder.glob
 lib/coq/theories/Numbers/Natural/Abstract/NAddOrder.v
 lib/coq/theories/Numbers/Natural/Abstract/NAddOrder.vo
+lib/coq/theories/Numbers/Natural/Abstract/NAddOrder.vos
 lib/coq/theories/Numbers/Natural/Abstract/NAxioms.glob
 lib/coq/theories/Numbers/Natural/Abstract/NAxioms.v
 lib/coq/theories/Numbers/Natural/Abstract/NAxioms.vo
+lib/coq/theories/Numbers/Natural/Abstract/NAxioms.vos
 lib/coq/theories/Numbers/Natural/Abstract/NBase.glob
 lib/coq/theories/Numbers/Natural/Abstract/NBase.v
 lib/coq/theories/Numbers/Natural/Abstract/NBase.vo
+lib/coq/theories/Numbers/Natural/Abstract/NBase.vos
 lib/coq/theories/Numbers/Natural/Abstract/NBits.glob
 lib/coq/theories/Numbers/Natural/Abstract/NBits.v
 lib/coq/theories/Numbers/Natural/Abstract/NBits.vo
+lib/coq/theories/Numbers/Natural/Abstract/NBits.vos
 lib/coq/theories/Numbers/Natural/Abstract/NDefOps.glob
 lib/coq/theories/Numbers/Natural/Abstract/NDefOps.v
 lib/coq/theories/Numbers/Natural/Abstract/NDefOps.vo
+lib/coq/theories/Numbers/Natural/Abstract/NDefOps.vos
 lib/coq/theories/Numbers/Natural/Abstract/NDiv.glob
 lib/coq/theories/Numbers/Natural/Abstract/NDiv.v
 lib/coq/theories/Numbers/Natural/Abstract/NDiv.vo
+lib/coq/theories/Numbers/Natural/Abstract/NDiv.vos
 lib/coq/theories/Numbers/Natural/Abstract/NGcd.glob
 lib/coq/theories/Numbers/Natural/Abstract/NGcd.v
 lib/coq/theories/Numbers/Natural/Abstract/NGcd.vo
+lib/coq/theories/Numbers/Natural/Abstract/NGcd.vos
 lib/coq/theories/Numbers/Natural/Abstract/NIso.glob
 lib/coq/theories/Numbers/Natural/Abstract/NIso.v
 lib/coq/theories/Numbers/Natural/Abstract/NIso.vo
+lib/coq/theories/Numbers/Natural/Abstract/NIso.vos
 lib/coq/theories/Numbers/Natural/Abstract/NLcm.glob
 lib/coq/theories/Numbers/Natural/Abstract/NLcm.v
 lib/coq/theories/Numbers/Natural/Abstract/NLcm.vo
+lib/coq/theories/Numbers/Natural/Abstract/NLcm.vos
 lib/coq/theories/Numbers/Natural/Abstract/NLog.glob
 lib/coq/theories/Numbers/Natural/Abstract/NLog.v
 lib/coq/theories/Numbers/Natural/Abstract/NLog.vo
+lib/coq/theories/Numbers/Natural/Abstract/NLog.vos
 lib/coq/theories/Numbers/Natural/Abstract/NMaxMin.glob
 lib/coq/theories/Numbers/Natural/Abstract/NMaxMin.v
 lib/coq/theories/Numbers/Natural/Abstract/NMaxMin.vo
+lib/coq/theories/Numbers/Natural/Abstract/NMaxMin.vos
 lib/coq/theories/Numbers/Natural/Abstract/NMulOrder.glob
 lib/coq/theories/Numbers/Natural/Abstract/NMulOrder.v
 lib/coq/theories/Numbers/Natural/Abstract/NMulOrder.vo
+lib/coq/theories/Numbers/Natural/Abstract/NMulOrder.vos
 lib/coq/theories/Numbers/Natural/Abstract/NOrder.glob
 lib/coq/theories/Numbers/Natural/Abstract/NOrder.v
 lib/coq/theories/Numbers/Natural/Abstract/NOrder.vo
+lib/coq/theories/Numbers/Natural/Abstract/NOrder.vos
 lib/coq/theories/Numbers/Natural/Abstract/NParity.glob
 lib/coq/theories/Numbers/Natural/Abstract/NParity.v
 lib/coq/theories/Numbers/Natural/Abstract/NParity.vo
+lib/coq/theories/Numbers/Natural/Abstract/NParity.vos
 lib/coq/theories/Numbers/Natural/Abstract/NPow.glob
 lib/coq/theories/Numbers/Natural/Abstract/NPow.v
 lib/coq/theories/Numbers/Natural/Abstract/NPow.vo
+lib/coq/theories/Numbers/Natural/Abstract/NPow.vos
 lib/coq/theories/Numbers/Natural/Abstract/NProperties.glob
 lib/coq/theories/Numbers/Natural/Abstract/NProperties.v
 lib/coq/theories/Numbers/Natural/Abstract/NProperties.vo
+lib/coq/theories/Numbers/Natural/Abstract/NProperties.vos
 lib/coq/theories/Numbers/Natural/Abstract/NSqrt.glob
 lib/coq/theories/Numbers/Natural/Abstract/NSqrt.v
 lib/coq/theories/Numbers/Natural/Abstract/NSqrt.vo
+lib/coq/theories/Numbers/Natural/Abstract/NSqrt.vos
 lib/coq/theories/Numbers/Natural/Abstract/NStrongRec.glob
 lib/coq/theories/Numbers/Natural/Abstract/NStrongRec.v
 lib/coq/theories/Numbers/Natural/Abstract/NStrongRec.vo
+lib/coq/theories/Numbers/Natural/Abstract/NStrongRec.vos
 lib/coq/theories/Numbers/Natural/Abstract/NSub.glob
 lib/coq/theories/Numbers/Natural/Abstract/NSub.v
 lib/coq/theories/Numbers/Natural/Abstract/NSub.vo
+lib/coq/theories/Numbers/Natural/Abstract/NSub.vos
 lib/coq/theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.cmxs
@@ -3054,6 +2890,7 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Natural/Binary/NBinary.glob
 lib/coq/theories/Numbers/Natural/Binary/NBinary.v
 lib/coq/theories/Numbers/Natural/Binary/NBinary.vo
+lib/coq/theories/Numbers/Natural/Binary/NBinary.vos
 lib/coq/theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.cmx
 ${PLIST.natdynlink}lib/coq/theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.cmxs
@@ -3061,9 +2898,11 @@ ${PLIST.ocaml-opt}lib/coq/theories/Numbe
 lib/coq/theories/Numbers/Natural/Peano/NPeano.glob
 lib/coq/theories/Numbers/Natural/Peano/NPeano.v
 lib/coq/theories/Numbers/Natural/Peano/NPeano.vo
+lib/coq/theories/Numbers/Natural/Peano/NPeano.vos
 lib/coq/theories/Numbers/NumPrelude.glob
 lib/coq/theories/Numbers/NumPrelude.v
 lib/coq/theories/Numbers/NumPrelude.vo
+lib/coq/theories/Numbers/NumPrelude.vos
 lib/coq/theories/PArith/.coq-native/NCoq_PArith_BinPos.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/PArith/.coq-native/NCoq_PArith_BinPos.cmx
 ${PLIST.natdynlink}lib/coq/theories/PArith/.coq-native/NCoq_PArith_BinPos.cmxs
@@ -3087,18 +2926,23 @@ ${PLIST.ocaml-opt}lib/coq/theories/PArit
 lib/coq/theories/PArith/BinPos.glob
 lib/coq/theories/PArith/BinPos.v
 lib/coq/theories/PArith/BinPos.vo
+lib/coq/theories/PArith/BinPos.vos
 lib/coq/theories/PArith/BinPosDef.glob
 lib/coq/theories/PArith/BinPosDef.v
 lib/coq/theories/PArith/BinPosDef.vo
+lib/coq/theories/PArith/BinPosDef.vos
 lib/coq/theories/PArith/PArith.glob
 lib/coq/theories/PArith/PArith.v
 lib/coq/theories/PArith/PArith.vo
+lib/coq/theories/PArith/PArith.vos
 lib/coq/theories/PArith/POrderedType.glob
 lib/coq/theories/PArith/POrderedType.v
 lib/coq/theories/PArith/POrderedType.vo
+lib/coq/theories/PArith/POrderedType.vos
 lib/coq/theories/PArith/Pnat.glob
 lib/coq/theories/PArith/Pnat.v
 lib/coq/theories/PArith/Pnat.vo
+lib/coq/theories/PArith/Pnat.vos
 lib/coq/theories/Program/.coq-native/NCoq_Program_Basics.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Program/.coq-native/NCoq_Program_Basics.cmx
 ${PLIST.natdynlink}lib/coq/theories/Program/.coq-native/NCoq_Program_Basics.cmxs
@@ -3138,30 +2982,39 @@ ${PLIST.ocaml-opt}lib/coq/theories/Progr
 lib/coq/theories/Program/Basics.glob
 lib/coq/theories/Program/Basics.v
 lib/coq/theories/Program/Basics.vo
+lib/coq/theories/Program/Basics.vos
 lib/coq/theories/Program/Combinators.glob
 lib/coq/theories/Program/Combinators.v
 lib/coq/theories/Program/Combinators.vo
+lib/coq/theories/Program/Combinators.vos
 lib/coq/theories/Program/Equality.glob
 lib/coq/theories/Program/Equality.v
 lib/coq/theories/Program/Equality.vo
+lib/coq/theories/Program/Equality.vos
 lib/coq/theories/Program/Program.glob
 lib/coq/theories/Program/Program.v
 lib/coq/theories/Program/Program.vo
+lib/coq/theories/Program/Program.vos
 lib/coq/theories/Program/Subset.glob
 lib/coq/theories/Program/Subset.v
 lib/coq/theories/Program/Subset.vo
+lib/coq/theories/Program/Subset.vos
 lib/coq/theories/Program/Syntax.glob
 lib/coq/theories/Program/Syntax.v
 lib/coq/theories/Program/Syntax.vo
+lib/coq/theories/Program/Syntax.vos
 lib/coq/theories/Program/Tactics.glob
 lib/coq/theories/Program/Tactics.v
 lib/coq/theories/Program/Tactics.vo
+lib/coq/theories/Program/Tactics.vos
 lib/coq/theories/Program/Utils.glob
 lib/coq/theories/Program/Utils.v
 lib/coq/theories/Program/Utils.vo
+lib/coq/theories/Program/Utils.vos
 lib/coq/theories/Program/Wf.glob
 lib/coq/theories/Program/Wf.v
 lib/coq/theories/Program/Wf.vo
+lib/coq/theories/Program/Wf.vos
 lib/coq/theories/QArith/.coq-native/NCoq_QArith_QArith.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/QArith/.coq-native/NCoq_QArith_QArith.cmx
 ${PLIST.natdynlink}lib/coq/theories/QArith/.coq-native/NCoq_QArith_QArith.cmxs
@@ -3217,42 +3070,55 @@ ${PLIST.ocaml-opt}lib/coq/theories/QArit
 lib/coq/theories/QArith/QArith.glob
 lib/coq/theories/QArith/QArith.v
 lib/coq/theories/QArith/QArith.vo
+lib/coq/theories/QArith/QArith.vos
 lib/coq/theories/QArith/QArith_base.glob
 lib/coq/theories/QArith/QArith_base.v
 lib/coq/theories/QArith/QArith_base.vo
+lib/coq/theories/QArith/QArith_base.vos
 lib/coq/theories/QArith/QOrderedType.glob
 lib/coq/theories/QArith/QOrderedType.v
 lib/coq/theories/QArith/QOrderedType.vo
+lib/coq/theories/QArith/QOrderedType.vos
 lib/coq/theories/QArith/Qabs.glob
 lib/coq/theories/QArith/Qabs.v
 lib/coq/theories/QArith/Qabs.vo
+lib/coq/theories/QArith/Qabs.vos
 lib/coq/theories/QArith/Qcabs.glob
 lib/coq/theories/QArith/Qcabs.v
 lib/coq/theories/QArith/Qcabs.vo
+lib/coq/theories/QArith/Qcabs.vos
 lib/coq/theories/QArith/Qcanon.glob
 lib/coq/theories/QArith/Qcanon.v
 lib/coq/theories/QArith/Qcanon.vo
+lib/coq/theories/QArith/Qcanon.vos
 lib/coq/theories/QArith/Qfield.glob
 lib/coq/theories/QArith/Qfield.v
 lib/coq/theories/QArith/Qfield.vo
+lib/coq/theories/QArith/Qfield.vos
 lib/coq/theories/QArith/Qminmax.glob
 lib/coq/theories/QArith/Qminmax.v
 lib/coq/theories/QArith/Qminmax.vo
+lib/coq/theories/QArith/Qminmax.vos
 lib/coq/theories/QArith/Qpower.glob
 lib/coq/theories/QArith/Qpower.v
 lib/coq/theories/QArith/Qpower.vo
+lib/coq/theories/QArith/Qpower.vos
 lib/coq/theories/QArith/Qreals.glob
 lib/coq/theories/QArith/Qreals.v
 lib/coq/theories/QArith/Qreals.vo
+lib/coq/theories/QArith/Qreals.vos
 lib/coq/theories/QArith/Qreduction.glob
 lib/coq/theories/QArith/Qreduction.v
 lib/coq/theories/QArith/Qreduction.vo
+lib/coq/theories/QArith/Qreduction.vos
 lib/coq/theories/QArith/Qring.glob
 lib/coq/theories/QArith/Qring.v
 lib/coq/theories/QArith/Qring.vo
+lib/coq/theories/QArith/Qring.vos
 lib/coq/theories/QArith/Qround.glob
 lib/coq/theories/QArith/Qround.v
 lib/coq/theories/QArith/Qround.vo
+lib/coq/theories/QArith/Qround.vos
 lib/coq/theories/Reals/.coq-native/NCoq_Reals_Alembert.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Alembert.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Alembert.cmxs
@@ -3273,6 +3139,14 @@ lib/coq/theories/Reals/.coq-native/NCoq_
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.o
+lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalConstructiveReals.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalConstructiveReals.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalConstructiveReals.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalConstructiveReals.o
+lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalDedekindReals.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalDedekindReals.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalDedekindReals.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_ClassicalDedekindReals.o
 lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cos_plus.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cos_plus.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Cos_plus.cmxs
@@ -3437,6 +3311,10 @@ lib/coq/theories/Reals/.coq-native/NCoq_
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rprod.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rprod.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rprod.o
+lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rregisternames.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rregisternames.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rregisternames.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rregisternames.o
 lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rseries.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rseries.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rseries.cmxs
@@ -3473,6 +3351,10 @@ lib/coq/theories/Reals/.coq-native/NCoq_
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.o
+lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_facts.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_facts.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_facts.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_facts.o
 lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.cmxs
@@ -3505,195 +3387,370 @@ lib/coq/theories/Reals/.coq-native/NCoq_
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.cmx
 ${PLIST.natdynlink}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveAbs.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveAbs.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveAbs.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveAbs.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLUB.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLUB.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLUB.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLUB.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLimits.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLimits.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLimits.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveLimits.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveMinMax.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveMinMax.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveMinMax.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveMinMax.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructivePower.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructivePower.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructivePower.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructivePower.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveReals.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveReals.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveReals.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveReals.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveRealsMorphisms.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveRealsMorphisms.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveRealsMorphisms.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveRealsMorphisms.o
+lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveSum.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveSum.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveSum.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Abstract/.coq-native/NCoq_Reals_Abstract_ConstructiveSum.o
+lib/coq/theories/Reals/Abstract/ConstructiveAbs.glob
+lib/coq/theories/Reals/Abstract/ConstructiveAbs.v
+lib/coq/theories/Reals/Abstract/ConstructiveAbs.vo
+lib/coq/theories/Reals/Abstract/ConstructiveAbs.vos
+lib/coq/theories/Reals/Abstract/ConstructiveLUB.glob
+lib/coq/theories/Reals/Abstract/ConstructiveLUB.v
+lib/coq/theories/Reals/Abstract/ConstructiveLUB.vo
+lib/coq/theories/Reals/Abstract/ConstructiveLUB.vos
+lib/coq/theories/Reals/Abstract/ConstructiveLimits.glob
+lib/coq/theories/Reals/Abstract/ConstructiveLimits.v
+lib/coq/theories/Reals/Abstract/ConstructiveLimits.vo
+lib/coq/theories/Reals/Abstract/ConstructiveLimits.vos
+lib/coq/theories/Reals/Abstract/ConstructiveMinMax.glob
+lib/coq/theories/Reals/Abstract/ConstructiveMinMax.v
+lib/coq/theories/Reals/Abstract/ConstructiveMinMax.vo
+lib/coq/theories/Reals/Abstract/ConstructiveMinMax.vos
+lib/coq/theories/Reals/Abstract/ConstructivePower.glob
+lib/coq/theories/Reals/Abstract/ConstructivePower.v
+lib/coq/theories/Reals/Abstract/ConstructivePower.vo
+lib/coq/theories/Reals/Abstract/ConstructivePower.vos
+lib/coq/theories/Reals/Abstract/ConstructiveReals.glob
+lib/coq/theories/Reals/Abstract/ConstructiveReals.v
+lib/coq/theories/Reals/Abstract/ConstructiveReals.vo
+lib/coq/theories/Reals/Abstract/ConstructiveReals.vos
+lib/coq/theories/Reals/Abstract/ConstructiveRealsMorphisms.glob
+lib/coq/theories/Reals/Abstract/ConstructiveRealsMorphisms.v
+lib/coq/theories/Reals/Abstract/ConstructiveRealsMorphisms.vo
+lib/coq/theories/Reals/Abstract/ConstructiveRealsMorphisms.vos
+lib/coq/theories/Reals/Abstract/ConstructiveSum.glob
+lib/coq/theories/Reals/Abstract/ConstructiveSum.v
+lib/coq/theories/Reals/Abstract/ConstructiveSum.vo
+lib/coq/theories/Reals/Abstract/ConstructiveSum.vos
 lib/coq/theories/Reals/Alembert.glob
 lib/coq/theories/Reals/Alembert.v
 lib/coq/theories/Reals/Alembert.vo
+lib/coq/theories/Reals/Alembert.vos
 lib/coq/theories/Reals/AltSeries.glob
 lib/coq/theories/Reals/AltSeries.v
 lib/coq/theories/Reals/AltSeries.vo
+lib/coq/theories/Reals/AltSeries.vos
 lib/coq/theories/Reals/ArithProp.glob
 lib/coq/theories/Reals/ArithProp.v
 lib/coq/theories/Reals/ArithProp.vo
+lib/coq/theories/Reals/ArithProp.vos
 lib/coq/theories/Reals/Binomial.glob
 lib/coq/theories/Reals/Binomial.v
 lib/coq/theories/Reals/Binomial.vo
+lib/coq/theories/Reals/Binomial.vos
+lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyAbs.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyAbs.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyAbs.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyAbs.o
+lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyReals.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyReals.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyReals.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyReals.o
+lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyRealsMult.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyRealsMult.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyRealsMult.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveCauchyRealsMult.o
+lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveRcomplete.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveRcomplete.cmx
+${PLIST.natdynlink}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveRcomplete.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Reals/Cauchy/.coq-native/NCoq_Reals_Cauchy_ConstructiveRcomplete.o
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyAbs.glob
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyAbs.v
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyAbs.vo
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyAbs.vos
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyReals.glob
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyReals.v
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyReals.vo
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyReals.vos
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyRealsMult.glob
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyRealsMult.v
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyRealsMult.vo
+lib/coq/theories/Reals/Cauchy/ConstructiveCauchyRealsMult.vos
+lib/coq/theories/Reals/Cauchy/ConstructiveRcomplete.glob
+lib/coq/theories/Reals/Cauchy/ConstructiveRcomplete.v
+lib/coq/theories/Reals/Cauchy/ConstructiveRcomplete.vo
+lib/coq/theories/Reals/Cauchy/ConstructiveRcomplete.vos
 lib/coq/theories/Reals/Cauchy_prod.glob
 lib/coq/theories/Reals/Cauchy_prod.v
 lib/coq/theories/Reals/Cauchy_prod.vo
+lib/coq/theories/Reals/Cauchy_prod.vos
+lib/coq/theories/Reals/ClassicalConstructiveReals.glob
+lib/coq/theories/Reals/ClassicalConstructiveReals.v
+lib/coq/theories/Reals/ClassicalConstructiveReals.vo
+lib/coq/theories/Reals/ClassicalConstructiveReals.vos
+lib/coq/theories/Reals/ClassicalDedekindReals.glob
+lib/coq/theories/Reals/ClassicalDedekindReals.v
+lib/coq/theories/Reals/ClassicalDedekindReals.vo
+lib/coq/theories/Reals/ClassicalDedekindReals.vos
 lib/coq/theories/Reals/Cos_plus.glob
 lib/coq/theories/Reals/Cos_plus.v
 lib/coq/theories/Reals/Cos_plus.vo
+lib/coq/theories/Reals/Cos_plus.vos
 lib/coq/theories/Reals/Cos_rel.glob
 lib/coq/theories/Reals/Cos_rel.v
 lib/coq/theories/Reals/Cos_rel.vo
+lib/coq/theories/Reals/Cos_rel.vos
 lib/coq/theories/Reals/DiscrR.glob
 lib/coq/theories/Reals/DiscrR.v
 lib/coq/theories/Reals/DiscrR.vo
+lib/coq/theories/Reals/DiscrR.vos
 lib/coq/theories/Reals/Exp_prop.glob
 lib/coq/theories/Reals/Exp_prop.v
 lib/coq/theories/Reals/Exp_prop.vo
+lib/coq/theories/Reals/Exp_prop.vos
 lib/coq/theories/Reals/Integration.glob
 lib/coq/theories/Reals/Integration.v
 lib/coq/theories/Reals/Integration.vo
+lib/coq/theories/Reals/Integration.vos
 lib/coq/theories/Reals/MVT.glob
 lib/coq/theories/Reals/MVT.v
 lib/coq/theories/Reals/MVT.vo
+lib/coq/theories/Reals/MVT.vos
 lib/coq/theories/Reals/Machin.glob
 lib/coq/theories/Reals/Machin.v
 lib/coq/theories/Reals/Machin.vo
+lib/coq/theories/Reals/Machin.vos
 lib/coq/theories/Reals/NewtonInt.glob
 lib/coq/theories/Reals/NewtonInt.v
 lib/coq/theories/Reals/NewtonInt.vo
+lib/coq/theories/Reals/NewtonInt.vos
 lib/coq/theories/Reals/PSeries_reg.glob
 lib/coq/theories/Reals/PSeries_reg.v
 lib/coq/theories/Reals/PSeries_reg.vo
+lib/coq/theories/Reals/PSeries_reg.vos
 lib/coq/theories/Reals/PartSum.glob
 lib/coq/theories/Reals/PartSum.v
 lib/coq/theories/Reals/PartSum.vo
+lib/coq/theories/Reals/PartSum.vos
 lib/coq/theories/Reals/RIneq.glob
 lib/coq/theories/Reals/RIneq.v
 lib/coq/theories/Reals/RIneq.vo
+lib/coq/theories/Reals/RIneq.vos
 lib/coq/theories/Reals/RList.glob
 lib/coq/theories/Reals/RList.v
 lib/coq/theories/Reals/RList.vo
+lib/coq/theories/Reals/RList.vos
 lib/coq/theories/Reals/ROrderedType.glob
 lib/coq/theories/Reals/ROrderedType.v
 lib/coq/theories/Reals/ROrderedType.vo
+lib/coq/theories/Reals/ROrderedType.vos
 lib/coq/theories/Reals/R_Ifp.glob
 lib/coq/theories/Reals/R_Ifp.v
 lib/coq/theories/Reals/R_Ifp.vo
+lib/coq/theories/Reals/R_Ifp.vos
 lib/coq/theories/Reals/R_sqr.glob
 lib/coq/theories/Reals/R_sqr.v
 lib/coq/theories/Reals/R_sqr.vo
+lib/coq/theories/Reals/R_sqr.vos
 lib/coq/theories/Reals/R_sqrt.glob
 lib/coq/theories/Reals/R_sqrt.v
 lib/coq/theories/Reals/R_sqrt.vo
+lib/coq/theories/Reals/R_sqrt.vos
 lib/coq/theories/Reals/Ranalysis.glob
 lib/coq/theories/Reals/Ranalysis.v
 lib/coq/theories/Reals/Ranalysis.vo
+lib/coq/theories/Reals/Ranalysis.vos
 lib/coq/theories/Reals/Ranalysis1.glob
 lib/coq/theories/Reals/Ranalysis1.v
 lib/coq/theories/Reals/Ranalysis1.vo
+lib/coq/theories/Reals/Ranalysis1.vos
 lib/coq/theories/Reals/Ranalysis2.glob
 lib/coq/theories/Reals/Ranalysis2.v
 lib/coq/theories/Reals/Ranalysis2.vo
+lib/coq/theories/Reals/Ranalysis2.vos
 lib/coq/theories/Reals/Ranalysis3.glob
 lib/coq/theories/Reals/Ranalysis3.v
 lib/coq/theories/Reals/Ranalysis3.vo
+lib/coq/theories/Reals/Ranalysis3.vos
 lib/coq/theories/Reals/Ranalysis4.glob
 lib/coq/theories/Reals/Ranalysis4.v
 lib/coq/theories/Reals/Ranalysis4.vo
+lib/coq/theories/Reals/Ranalysis4.vos
 lib/coq/theories/Reals/Ranalysis5.glob
 lib/coq/theories/Reals/Ranalysis5.v
 lib/coq/theories/Reals/Ranalysis5.vo
+lib/coq/theories/Reals/Ranalysis5.vos
 lib/coq/theories/Reals/Ranalysis_reg.glob
 lib/coq/theories/Reals/Ranalysis_reg.v
 lib/coq/theories/Reals/Ranalysis_reg.vo
+lib/coq/theories/Reals/Ranalysis_reg.vos
 lib/coq/theories/Reals/Ratan.glob
 lib/coq/theories/Reals/Ratan.v
 lib/coq/theories/Reals/Ratan.vo
+lib/coq/theories/Reals/Ratan.vos
 lib/coq/theories/Reals/Raxioms.glob
 lib/coq/theories/Reals/Raxioms.v
 lib/coq/theories/Reals/Raxioms.vo
+lib/coq/theories/Reals/Raxioms.vos
 lib/coq/theories/Reals/Rbase.glob
 lib/coq/theories/Reals/Rbase.v
 lib/coq/theories/Reals/Rbase.vo
+lib/coq/theories/Reals/Rbase.vos
 lib/coq/theories/Reals/Rbasic_fun.glob
 lib/coq/theories/Reals/Rbasic_fun.v
 lib/coq/theories/Reals/Rbasic_fun.vo
+lib/coq/theories/Reals/Rbasic_fun.vos
 lib/coq/theories/Reals/Rcomplete.glob
 lib/coq/theories/Reals/Rcomplete.v
 lib/coq/theories/Reals/Rcomplete.vo
+lib/coq/theories/Reals/Rcomplete.vos
 lib/coq/theories/Reals/Rdefinitions.glob
 lib/coq/theories/Reals/Rdefinitions.v
 lib/coq/theories/Reals/Rdefinitions.vo
+lib/coq/theories/Reals/Rdefinitions.vos
 lib/coq/theories/Reals/Rderiv.glob
 lib/coq/theories/Reals/Rderiv.v
 lib/coq/theories/Reals/Rderiv.vo
+lib/coq/theories/Reals/Rderiv.vos
 lib/coq/theories/Reals/Reals.glob
 lib/coq/theories/Reals/Reals.v
 lib/coq/theories/Reals/Reals.vo
+lib/coq/theories/Reals/Reals.vos
 lib/coq/theories/Reals/Rfunctions.glob
 lib/coq/theories/Reals/Rfunctions.v
 lib/coq/theories/Reals/Rfunctions.vo
+lib/coq/theories/Reals/Rfunctions.vos
 lib/coq/theories/Reals/Rgeom.glob
 lib/coq/theories/Reals/Rgeom.v
 lib/coq/theories/Reals/Rgeom.vo
+lib/coq/theories/Reals/Rgeom.vos
 lib/coq/theories/Reals/RiemannInt.glob
 lib/coq/theories/Reals/RiemannInt.v
 lib/coq/theories/Reals/RiemannInt.vo
+lib/coq/theories/Reals/RiemannInt.vos
 lib/coq/theories/Reals/RiemannInt_SF.glob
 lib/coq/theories/Reals/RiemannInt_SF.v
 lib/coq/theories/Reals/RiemannInt_SF.vo
+lib/coq/theories/Reals/RiemannInt_SF.vos
 lib/coq/theories/Reals/Rlimit.glob
 lib/coq/theories/Reals/Rlimit.v
 lib/coq/theories/Reals/Rlimit.vo
+lib/coq/theories/Reals/Rlimit.vos
 lib/coq/theories/Reals/Rlogic.glob
 lib/coq/theories/Reals/Rlogic.v
 lib/coq/theories/Reals/Rlogic.vo
+lib/coq/theories/Reals/Rlogic.vos
 lib/coq/theories/Reals/Rminmax.glob
 lib/coq/theories/Reals/Rminmax.v
 lib/coq/theories/Reals/Rminmax.vo
+lib/coq/theories/Reals/Rminmax.vos
 lib/coq/theories/Reals/Rpow_def.glob
 lib/coq/theories/Reals/Rpow_def.v
 lib/coq/theories/Reals/Rpow_def.vo
+lib/coq/theories/Reals/Rpow_def.vos
 lib/coq/theories/Reals/Rpower.glob
 lib/coq/theories/Reals/Rpower.v
 lib/coq/theories/Reals/Rpower.vo
+lib/coq/theories/Reals/Rpower.vos
 lib/coq/theories/Reals/Rprod.glob
 lib/coq/theories/Reals/Rprod.v
 lib/coq/theories/Reals/Rprod.vo
+lib/coq/theories/Reals/Rprod.vos
+lib/coq/theories/Reals/Rregisternames.glob
+lib/coq/theories/Reals/Rregisternames.v
+lib/coq/theories/Reals/Rregisternames.vo
+lib/coq/theories/Reals/Rregisternames.vos
 lib/coq/theories/Reals/Rseries.glob
 lib/coq/theories/Reals/Rseries.v
 lib/coq/theories/Reals/Rseries.vo
+lib/coq/theories/Reals/Rseries.vos
 lib/coq/theories/Reals/Rsigma.glob
 lib/coq/theories/Reals/Rsigma.v
 lib/coq/theories/Reals/Rsigma.vo
+lib/coq/theories/Reals/Rsigma.vos
 lib/coq/theories/Reals/Rsqrt_def.glob
 lib/coq/theories/Reals/Rsqrt_def.v
 lib/coq/theories/Reals/Rsqrt_def.vo
+lib/coq/theories/Reals/Rsqrt_def.vos
 lib/coq/theories/Reals/Rtopology.glob
 lib/coq/theories/Reals/Rtopology.v
 lib/coq/theories/Reals/Rtopology.vo
+lib/coq/theories/Reals/Rtopology.vos
 lib/coq/theories/Reals/Rtrigo.glob
 lib/coq/theories/Reals/Rtrigo.v
 lib/coq/theories/Reals/Rtrigo.vo
+lib/coq/theories/Reals/Rtrigo.vos
 lib/coq/theories/Reals/Rtrigo1.glob
 lib/coq/theories/Reals/Rtrigo1.v
 lib/coq/theories/Reals/Rtrigo1.vo
+lib/coq/theories/Reals/Rtrigo1.vos
 lib/coq/theories/Reals/Rtrigo_alt.glob
 lib/coq/theories/Reals/Rtrigo_alt.v
 lib/coq/theories/Reals/Rtrigo_alt.vo
+lib/coq/theories/Reals/Rtrigo_alt.vos
 lib/coq/theories/Reals/Rtrigo_calc.glob
 lib/coq/theories/Reals/Rtrigo_calc.v
 lib/coq/theories/Reals/Rtrigo_calc.vo
+lib/coq/theories/Reals/Rtrigo_calc.vos
 lib/coq/theories/Reals/Rtrigo_def.glob
 lib/coq/theories/Reals/Rtrigo_def.v
 lib/coq/theories/Reals/Rtrigo_def.vo
+lib/coq/theories/Reals/Rtrigo_def.vos
+lib/coq/theories/Reals/Rtrigo_facts.glob
+lib/coq/theories/Reals/Rtrigo_facts.v
+lib/coq/theories/Reals/Rtrigo_facts.vo
+lib/coq/theories/Reals/Rtrigo_facts.vos
 lib/coq/theories/Reals/Rtrigo_fun.glob
 lib/coq/theories/Reals/Rtrigo_fun.v
 lib/coq/theories/Reals/Rtrigo_fun.vo
+lib/coq/theories/Reals/Rtrigo_fun.vos
 lib/coq/theories/Reals/Rtrigo_reg.glob
 lib/coq/theories/Reals/Rtrigo_reg.v
 lib/coq/theories/Reals/Rtrigo_reg.vo
+lib/coq/theories/Reals/Rtrigo_reg.vos
 lib/coq/theories/Reals/Runcountable.glob
 lib/coq/theories/Reals/Runcountable.v
 lib/coq/theories/Reals/Runcountable.vo
+lib/coq/theories/Reals/Runcountable.vos
 lib/coq/theories/Reals/SeqProp.glob
 lib/coq/theories/Reals/SeqProp.v
 lib/coq/theories/Reals/SeqProp.vo
+lib/coq/theories/Reals/SeqProp.vos
 lib/coq/theories/Reals/SeqSeries.glob
 lib/coq/theories/Reals/SeqSeries.v
 lib/coq/theories/Reals/SeqSeries.vo
+lib/coq/theories/Reals/SeqSeries.vos
 lib/coq/theories/Reals/SplitAbsolu.glob
 lib/coq/theories/Reals/SplitAbsolu.v
 lib/coq/theories/Reals/SplitAbsolu.vo
+lib/coq/theories/Reals/SplitAbsolu.vos
 lib/coq/theories/Reals/SplitRmult.glob
 lib/coq/theories/Reals/SplitRmult.v
 lib/coq/theories/Reals/SplitRmult.vo
+lib/coq/theories/Reals/SplitRmult.vos
 lib/coq/theories/Reals/Sqrt_reg.glob
 lib/coq/theories/Reals/Sqrt_reg.v
 lib/coq/theories/Reals/Sqrt_reg.vo
+lib/coq/theories/Reals/Sqrt_reg.vos
 lib/coq/theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.cmx
 ${PLIST.natdynlink}lib/coq/theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.cmxs
@@ -3713,15 +3770,19 @@ ${PLIST.ocaml-opt}lib/coq/theories/Relat
 lib/coq/theories/Relations/Operators_Properties.glob
 lib/coq/theories/Relations/Operators_Properties.v
 lib/coq/theories/Relations/Operators_Properties.vo
+lib/coq/theories/Relations/Operators_Properties.vos
 lib/coq/theories/Relations/Relation_Definitions.glob
 lib/coq/theories/Relations/Relation_Definitions.v
 lib/coq/theories/Relations/Relation_Definitions.vo
+lib/coq/theories/Relations/Relation_Definitions.vos
 lib/coq/theories/Relations/Relation_Operators.glob
 lib/coq/theories/Relations/Relation_Operators.v
 lib/coq/theories/Relations/Relation_Operators.vo
+lib/coq/theories/Relations/Relation_Operators.vos
 lib/coq/theories/Relations/Relations.glob
 lib/coq/theories/Relations/Relations.v
 lib/coq/theories/Relations/Relations.vo
+lib/coq/theories/Relations/Relations.vos
 lib/coq/theories/Setoids/.coq-native/NCoq_Setoids_Setoid.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Setoids/.coq-native/NCoq_Setoids_Setoid.cmx
 ${PLIST.natdynlink}lib/coq/theories/Setoids/.coq-native/NCoq_Setoids_Setoid.cmxs
@@ -3729,6 +3790,7 @@ ${PLIST.ocaml-opt}lib/coq/theories/Setoi
 lib/coq/theories/Setoids/Setoid.glob
 lib/coq/theories/Setoids/Setoid.v
 lib/coq/theories/Setoids/Setoid.vo
+lib/coq/theories/Setoids/Setoid.vos
 lib/coq/theories/Sets/.coq-native/NCoq_Sets_Classical_sets.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Sets/.coq-native/NCoq_Sets_Classical_sets.cmx
 ${PLIST.natdynlink}lib/coq/theories/Sets/.coq-native/NCoq_Sets_Classical_sets.cmxs
@@ -3820,69 +3882,95 @@ ${PLIST.ocaml-opt}lib/coq/theories/Sets/
 lib/coq/theories/Sets/Classical_sets.glob
 lib/coq/theories/Sets/Classical_sets.v
 lib/coq/theories/Sets/Classical_sets.vo
+lib/coq/theories/Sets/Classical_sets.vos
 lib/coq/theories/Sets/Constructive_sets.glob
 lib/coq/theories/Sets/Constructive_sets.v
 lib/coq/theories/Sets/Constructive_sets.vo
+lib/coq/theories/Sets/Constructive_sets.vos
 lib/coq/theories/Sets/Cpo.glob
 lib/coq/theories/Sets/Cpo.v
 lib/coq/theories/Sets/Cpo.vo
+lib/coq/theories/Sets/Cpo.vos
 lib/coq/theories/Sets/Ensembles.glob
 lib/coq/theories/Sets/Ensembles.v
 lib/coq/theories/Sets/Ensembles.vo
+lib/coq/theories/Sets/Ensembles.vos
 lib/coq/theories/Sets/Finite_sets.glob
 lib/coq/theories/Sets/Finite_sets.v
 lib/coq/theories/Sets/Finite_sets.vo
+lib/coq/theories/Sets/Finite_sets.vos
 lib/coq/theories/Sets/Finite_sets_facts.glob
 lib/coq/theories/Sets/Finite_sets_facts.v
 lib/coq/theories/Sets/Finite_sets_facts.vo
+lib/coq/theories/Sets/Finite_sets_facts.vos
 lib/coq/theories/Sets/Image.glob
 lib/coq/theories/Sets/Image.v
 lib/coq/theories/Sets/Image.vo
+lib/coq/theories/Sets/Image.vos
 lib/coq/theories/Sets/Infinite_sets.glob
 lib/coq/theories/Sets/Infinite_sets.v
 lib/coq/theories/Sets/Infinite_sets.vo
+lib/coq/theories/Sets/Infinite_sets.vos
 lib/coq/theories/Sets/Integers.glob
 lib/coq/theories/Sets/Integers.v
 lib/coq/theories/Sets/Integers.vo
+lib/coq/theories/Sets/Integers.vos
 lib/coq/theories/Sets/Multiset.glob
 lib/coq/theories/Sets/Multiset.v
 lib/coq/theories/Sets/Multiset.vo
+lib/coq/theories/Sets/Multiset.vos
 lib/coq/theories/Sets/Partial_Order.glob
 lib/coq/theories/Sets/Partial_Order.v
 lib/coq/theories/Sets/Partial_Order.vo
+lib/coq/theories/Sets/Partial_Order.vos
 lib/coq/theories/Sets/Permut.glob
 lib/coq/theories/Sets/Permut.v
 lib/coq/theories/Sets/Permut.vo
+lib/coq/theories/Sets/Permut.vos
 lib/coq/theories/Sets/Powerset.glob
 lib/coq/theories/Sets/Powerset.v
 lib/coq/theories/Sets/Powerset.vo
+lib/coq/theories/Sets/Powerset.vos
 lib/coq/theories/Sets/Powerset_Classical_facts.glob
 lib/coq/theories/Sets/Powerset_Classical_facts.v
 lib/coq/theories/Sets/Powerset_Classical_facts.vo
+lib/coq/theories/Sets/Powerset_Classical_facts.vos
 lib/coq/theories/Sets/Powerset_facts.glob
 lib/coq/theories/Sets/Powerset_facts.v
 lib/coq/theories/Sets/Powerset_facts.vo
+lib/coq/theories/Sets/Powerset_facts.vos
 lib/coq/theories/Sets/Relations_1.glob
 lib/coq/theories/Sets/Relations_1.v
 lib/coq/theories/Sets/Relations_1.vo
+lib/coq/theories/Sets/Relations_1.vos
 lib/coq/theories/Sets/Relations_1_facts.glob
 lib/coq/theories/Sets/Relations_1_facts.v
 lib/coq/theories/Sets/Relations_1_facts.vo
+lib/coq/theories/Sets/Relations_1_facts.vos
 lib/coq/theories/Sets/Relations_2.glob
 lib/coq/theories/Sets/Relations_2.v
 lib/coq/theories/Sets/Relations_2.vo
+lib/coq/theories/Sets/Relations_2.vos
 lib/coq/theories/Sets/Relations_2_facts.glob
 lib/coq/theories/Sets/Relations_2_facts.v
 lib/coq/theories/Sets/Relations_2_facts.vo
+lib/coq/theories/Sets/Relations_2_facts.vos
 lib/coq/theories/Sets/Relations_3.glob
 lib/coq/theories/Sets/Relations_3.v
 lib/coq/theories/Sets/Relations_3.vo
+lib/coq/theories/Sets/Relations_3.vos
 lib/coq/theories/Sets/Relations_3_facts.glob
 lib/coq/theories/Sets/Relations_3_facts.v
 lib/coq/theories/Sets/Relations_3_facts.vo
+lib/coq/theories/Sets/Relations_3_facts.vos
 lib/coq/theories/Sets/Uniset.glob
 lib/coq/theories/Sets/Uniset.v
 lib/coq/theories/Sets/Uniset.vo
+lib/coq/theories/Sets/Uniset.vos
+lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_CPermutation.cmi
+${PLIST.ocaml-opt}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_CPermutation.cmx
+${PLIST.natdynlink}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_CPermutation.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_CPermutation.o
 lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Heap.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Heap.cmx
 ${PLIST.natdynlink}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Heap.cmxs
@@ -3911,27 +3999,38 @@ lib/coq/theories/Sorting/.coq-native/NCo
 ${PLIST.ocaml-opt}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Sorting.cmx
 ${PLIST.natdynlink}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Sorting.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/Sorting/.coq-native/NCoq_Sorting_Sorting.o
+lib/coq/theories/Sorting/CPermutation.glob
+lib/coq/theories/Sorting/CPermutation.v
+lib/coq/theories/Sorting/CPermutation.vo
+lib/coq/theories/Sorting/CPermutation.vos
 lib/coq/theories/Sorting/Heap.glob
 lib/coq/theories/Sorting/Heap.v
 lib/coq/theories/Sorting/Heap.vo
+lib/coq/theories/Sorting/Heap.vos
 lib/coq/theories/Sorting/Mergesort.glob
 lib/coq/theories/Sorting/Mergesort.v
 lib/coq/theories/Sorting/Mergesort.vo
+lib/coq/theories/Sorting/Mergesort.vos
 lib/coq/theories/Sorting/PermutEq.glob
 lib/coq/theories/Sorting/PermutEq.v
 lib/coq/theories/Sorting/PermutEq.vo
+lib/coq/theories/Sorting/PermutEq.vos
 lib/coq/theories/Sorting/PermutSetoid.glob
 lib/coq/theories/Sorting/PermutSetoid.v
 lib/coq/theories/Sorting/PermutSetoid.vo
+lib/coq/theories/Sorting/PermutSetoid.vos
 lib/coq/theories/Sorting/Permutation.glob
 lib/coq/theories/Sorting/Permutation.v
 lib/coq/theories/Sorting/Permutation.vo
+lib/coq/theories/Sorting/Permutation.vos
 lib/coq/theories/Sorting/Sorted.glob
 lib/coq/theories/Sorting/Sorted.v
 lib/coq/theories/Sorting/Sorted.vo
+lib/coq/theories/Sorting/Sorted.vos
 lib/coq/theories/Sorting/Sorting.glob
 lib/coq/theories/Sorting/Sorting.v
 lib/coq/theories/Sorting/Sorting.vo
+lib/coq/theories/Sorting/Sorting.vos
 lib/coq/theories/Strings/.coq-native/NCoq_Strings_Ascii.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Strings/.coq-native/NCoq_Strings_Ascii.cmx
 ${PLIST.natdynlink}lib/coq/theories/Strings/.coq-native/NCoq_Strings_Ascii.cmxs
@@ -3963,24 +4062,31 @@ ${PLIST.ocaml-opt}lib/coq/theories/Strin
 lib/coq/theories/Strings/Ascii.glob
 lib/coq/theories/Strings/Ascii.v
 lib/coq/theories/Strings/Ascii.vo
+lib/coq/theories/Strings/Ascii.vos
 lib/coq/theories/Strings/BinaryString.glob
 lib/coq/theories/Strings/BinaryString.v
 lib/coq/theories/Strings/BinaryString.vo
+lib/coq/theories/Strings/BinaryString.vos
 lib/coq/theories/Strings/Byte.glob
 lib/coq/theories/Strings/Byte.v
 lib/coq/theories/Strings/Byte.vo
+lib/coq/theories/Strings/Byte.vos
 lib/coq/theories/Strings/ByteVector.glob
 lib/coq/theories/Strings/ByteVector.v
 lib/coq/theories/Strings/ByteVector.vo
+lib/coq/theories/Strings/ByteVector.vos
 lib/coq/theories/Strings/HexString.glob
 lib/coq/theories/Strings/HexString.v
 lib/coq/theories/Strings/HexString.vo
+lib/coq/theories/Strings/HexString.vos
 lib/coq/theories/Strings/OctalString.glob
 lib/coq/theories/Strings/OctalString.v
 lib/coq/theories/Strings/OctalString.vo
+lib/coq/theories/Strings/OctalString.vos
 lib/coq/theories/Strings/String.glob
 lib/coq/theories/Strings/String.v
 lib/coq/theories/Strings/String.vo
+lib/coq/theories/Strings/String.vos
 lib/coq/theories/Structures/.coq-native/NCoq_Structures_DecidableType.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Structures/.coq-native/NCoq_Structures_DecidableType.cmx
 ${PLIST.natdynlink}lib/coq/theories/Structures/.coq-native/NCoq_Structures_DecidableType.cmxs
@@ -4040,45 +4146,59 @@ ${PLIST.ocaml-opt}lib/coq/theories/Struc
 lib/coq/theories/Structures/DecidableType.glob
 lib/coq/theories/Structures/DecidableType.v
 lib/coq/theories/Structures/DecidableType.vo
+lib/coq/theories/Structures/DecidableType.vos
 lib/coq/theories/Structures/DecidableTypeEx.glob
 lib/coq/theories/Structures/DecidableTypeEx.v
 lib/coq/theories/Structures/DecidableTypeEx.vo
+lib/coq/theories/Structures/DecidableTypeEx.vos
 lib/coq/theories/Structures/Equalities.glob
 lib/coq/theories/Structures/Equalities.v
 lib/coq/theories/Structures/Equalities.vo
+lib/coq/theories/Structures/Equalities.vos
 lib/coq/theories/Structures/EqualitiesFacts.glob
 lib/coq/theories/Structures/EqualitiesFacts.v
 lib/coq/theories/Structures/EqualitiesFacts.vo
+lib/coq/theories/Structures/EqualitiesFacts.vos
 lib/coq/theories/Structures/GenericMinMax.glob
 lib/coq/theories/Structures/GenericMinMax.v
 lib/coq/theories/Structures/GenericMinMax.vo
+lib/coq/theories/Structures/GenericMinMax.vos
 lib/coq/theories/Structures/OrderedType.glob
 lib/coq/theories/Structures/OrderedType.v
 lib/coq/theories/Structures/OrderedType.vo
+lib/coq/theories/Structures/OrderedType.vos
 lib/coq/theories/Structures/OrderedTypeAlt.glob
 lib/coq/theories/Structures/OrderedTypeAlt.v
 lib/coq/theories/Structures/OrderedTypeAlt.vo
+lib/coq/theories/Structures/OrderedTypeAlt.vos
 lib/coq/theories/Structures/OrderedTypeEx.glob
 lib/coq/theories/Structures/OrderedTypeEx.v
 lib/coq/theories/Structures/OrderedTypeEx.vo
+lib/coq/theories/Structures/OrderedTypeEx.vos
 lib/coq/theories/Structures/Orders.glob
 lib/coq/theories/Structures/Orders.v
 lib/coq/theories/Structures/Orders.vo
+lib/coq/theories/Structures/Orders.vos
 lib/coq/theories/Structures/OrdersAlt.glob
 lib/coq/theories/Structures/OrdersAlt.v
 lib/coq/theories/Structures/OrdersAlt.vo
+lib/coq/theories/Structures/OrdersAlt.vos
 lib/coq/theories/Structures/OrdersEx.glob
 lib/coq/theories/Structures/OrdersEx.v
 lib/coq/theories/Structures/OrdersEx.vo
+lib/coq/theories/Structures/OrdersEx.vos
 lib/coq/theories/Structures/OrdersFacts.glob
 lib/coq/theories/Structures/OrdersFacts.v
 lib/coq/theories/Structures/OrdersFacts.vo
+lib/coq/theories/Structures/OrdersFacts.vos
 lib/coq/theories/Structures/OrdersLists.glob
 lib/coq/theories/Structures/OrdersLists.v
 lib/coq/theories/Structures/OrdersLists.vo
+lib/coq/theories/Structures/OrdersLists.vos
 lib/coq/theories/Structures/OrdersTac.glob
 lib/coq/theories/Structures/OrdersTac.v
 lib/coq/theories/Structures/OrdersTac.vo
+lib/coq/theories/Structures/OrdersTac.vos
 lib/coq/theories/Unicode/.coq-native/NCoq_Unicode_Utf8.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Unicode/.coq-native/NCoq_Unicode_Utf8.cmx
 ${PLIST.natdynlink}lib/coq/theories/Unicode/.coq-native/NCoq_Unicode_Utf8.cmxs
@@ -4090,9 +4210,11 @@ ${PLIST.ocaml-opt}lib/coq/theories/Unico
 lib/coq/theories/Unicode/Utf8.glob
 lib/coq/theories/Unicode/Utf8.v
 lib/coq/theories/Unicode/Utf8.vo
+lib/coq/theories/Unicode/Utf8.vos
 lib/coq/theories/Unicode/Utf8_core.glob
 lib/coq/theories/Unicode/Utf8_core.v
 lib/coq/theories/Unicode/Utf8_core.vo
+lib/coq/theories/Unicode/Utf8_core.vos
 lib/coq/theories/Vectors/.coq-native/NCoq_Vectors_Fin.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Vectors/.coq-native/NCoq_Vectors_Fin.cmx
 ${PLIST.natdynlink}lib/coq/theories/Vectors/.coq-native/NCoq_Vectors_Fin.cmxs
@@ -4116,18 +4238,23 @@ ${PLIST.ocaml-opt}lib/coq/theories/Vecto
 lib/coq/theories/Vectors/Fin.glob
 lib/coq/theories/Vectors/Fin.v
 lib/coq/theories/Vectors/Fin.vo
+lib/coq/theories/Vectors/Fin.vos
 lib/coq/theories/Vectors/Vector.glob
 lib/coq/theories/Vectors/Vector.v
 lib/coq/theories/Vectors/Vector.vo
+lib/coq/theories/Vectors/Vector.vos
 lib/coq/theories/Vectors/VectorDef.glob
 lib/coq/theories/Vectors/VectorDef.v
 lib/coq/theories/Vectors/VectorDef.vo
+lib/coq/theories/Vectors/VectorDef.vos
 lib/coq/theories/Vectors/VectorEq.glob
 lib/coq/theories/Vectors/VectorEq.v
 lib/coq/theories/Vectors/VectorEq.vo
+lib/coq/theories/Vectors/VectorEq.vos
 lib/coq/theories/Vectors/VectorSpec.glob
 lib/coq/theories/Vectors/VectorSpec.v
 lib/coq/theories/Vectors/VectorSpec.vo
+lib/coq/theories/Vectors/VectorSpec.vos
 lib/coq/theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.cmx
 ${PLIST.natdynlink}lib/coq/theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.cmxs
@@ -4167,30 +4294,39 @@ ${PLIST.ocaml-opt}lib/coq/theories/Wellf
 lib/coq/theories/Wellfounded/Disjoint_Union.glob
 lib/coq/theories/Wellfounded/Disjoint_Union.v
 lib/coq/theories/Wellfounded/Disjoint_Union.vo
+lib/coq/theories/Wellfounded/Disjoint_Union.vos
 lib/coq/theories/Wellfounded/Inclusion.glob
 lib/coq/theories/Wellfounded/Inclusion.v
 lib/coq/theories/Wellfounded/Inclusion.vo
+lib/coq/theories/Wellfounded/Inclusion.vos
 lib/coq/theories/Wellfounded/Inverse_Image.glob
 lib/coq/theories/Wellfounded/Inverse_Image.v
 lib/coq/theories/Wellfounded/Inverse_Image.vo
+lib/coq/theories/Wellfounded/Inverse_Image.vos
 lib/coq/theories/Wellfounded/Lexicographic_Exponentiation.glob
 lib/coq/theories/Wellfounded/Lexicographic_Exponentiation.v
 lib/coq/theories/Wellfounded/Lexicographic_Exponentiation.vo
+lib/coq/theories/Wellfounded/Lexicographic_Exponentiation.vos
 lib/coq/theories/Wellfounded/Lexicographic_Product.glob
 lib/coq/theories/Wellfounded/Lexicographic_Product.v
 lib/coq/theories/Wellfounded/Lexicographic_Product.vo
+lib/coq/theories/Wellfounded/Lexicographic_Product.vos
 lib/coq/theories/Wellfounded/Transitive_Closure.glob
 lib/coq/theories/Wellfounded/Transitive_Closure.v
 lib/coq/theories/Wellfounded/Transitive_Closure.vo
+lib/coq/theories/Wellfounded/Transitive_Closure.vos
 lib/coq/theories/Wellfounded/Union.glob
 lib/coq/theories/Wellfounded/Union.v
 lib/coq/theories/Wellfounded/Union.vo
+lib/coq/theories/Wellfounded/Union.vos
 lib/coq/theories/Wellfounded/Well_Ordering.glob
 lib/coq/theories/Wellfounded/Well_Ordering.v
 lib/coq/theories/Wellfounded/Well_Ordering.vo
+lib/coq/theories/Wellfounded/Well_Ordering.vos
 lib/coq/theories/Wellfounded/Wellfounded.glob
 lib/coq/theories/Wellfounded/Wellfounded.v
 lib/coq/theories/Wellfounded/Wellfounded.vo
+lib/coq/theories/Wellfounded/Wellfounded.vos
 lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_BinInt.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_BinInt.cmx
 ${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_BinInt.cmxs
@@ -4259,10 +4395,6 @@ lib/coq/theories/ZArith/.coq-native/NCoq
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zhints.cmx
 ${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zhints.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zhints.o
-lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.cmi
-${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.cmx
-${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.cmxs
-${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.o
 lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zmax.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zmax.cmx
 ${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zmax.cmxs
@@ -4311,10 +4443,6 @@ lib/coq/theories/ZArith/.coq-native/NCoq
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zquot.cmx
 ${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zquot.cmxs
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zquot.o
-lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.cmi
-${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.cmx
-${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.cmxs
-${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.o
 lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zwf.cmi
 ${PLIST.ocaml-opt}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zwf.cmx
 ${PLIST.natdynlink}lib/coq/theories/ZArith/.coq-native/NCoq_ZArith_Zwf.cmxs
@@ -4326,102 +4454,887 @@ ${PLIST.ocaml-opt}lib/coq/theories/ZArit
 lib/coq/theories/ZArith/BinInt.glob
 lib/coq/theories/ZArith/BinInt.v
 lib/coq/theories/ZArith/BinInt.vo
+lib/coq/theories/ZArith/BinInt.vos
 lib/coq/theories/ZArith/BinIntDef.glob
 lib/coq/theories/ZArith/BinIntDef.v
 lib/coq/theories/ZArith/BinIntDef.vo
+lib/coq/theories/ZArith/BinIntDef.vos
 lib/coq/theories/ZArith/Int.glob
 lib/coq/theories/ZArith/Int.v
 lib/coq/theories/ZArith/Int.vo
+lib/coq/theories/ZArith/Int.vos
 lib/coq/theories/ZArith/Wf_Z.glob
 lib/coq/theories/ZArith/Wf_Z.v
 lib/coq/theories/ZArith/Wf_Z.vo
+lib/coq/theories/ZArith/Wf_Z.vos
 lib/coq/theories/ZArith/ZArith.glob
 lib/coq/theories/ZArith/ZArith.v
 lib/coq/theories/ZArith/ZArith.vo
+lib/coq/theories/ZArith/ZArith.vos
 lib/coq/theories/ZArith/ZArith_base.glob
 lib/coq/theories/ZArith/ZArith_base.v
 lib/coq/theories/ZArith/ZArith_base.vo
+lib/coq/theories/ZArith/ZArith_base.vos
 lib/coq/theories/ZArith/ZArith_dec.glob
 lib/coq/theories/ZArith/ZArith_dec.v
 lib/coq/theories/ZArith/ZArith_dec.vo
+lib/coq/theories/ZArith/ZArith_dec.vos
 lib/coq/theories/ZArith/Zabs.glob
 lib/coq/theories/ZArith/Zabs.v
 lib/coq/theories/ZArith/Zabs.vo
+lib/coq/theories/ZArith/Zabs.vos
 lib/coq/theories/ZArith/Zbool.glob
 lib/coq/theories/ZArith/Zbool.v
 lib/coq/theories/ZArith/Zbool.vo
+lib/coq/theories/ZArith/Zbool.vos
 lib/coq/theories/ZArith/Zcompare.glob
 lib/coq/theories/ZArith/Zcompare.v
 lib/coq/theories/ZArith/Zcompare.vo
+lib/coq/theories/ZArith/Zcompare.vos
 lib/coq/theories/ZArith/Zcomplements.glob
 lib/coq/theories/ZArith/Zcomplements.v
 lib/coq/theories/ZArith/Zcomplements.vo
+lib/coq/theories/ZArith/Zcomplements.vos
 lib/coq/theories/ZArith/Zdigits.glob
 lib/coq/theories/ZArith/Zdigits.v
 lib/coq/theories/ZArith/Zdigits.vo
+lib/coq/theories/ZArith/Zdigits.vos
 lib/coq/theories/ZArith/Zdiv.glob
 lib/coq/theories/ZArith/Zdiv.v
 lib/coq/theories/ZArith/Zdiv.vo
+lib/coq/theories/ZArith/Zdiv.vos
 lib/coq/theories/ZArith/Zeuclid.glob
 lib/coq/theories/ZArith/Zeuclid.v
 lib/coq/theories/ZArith/Zeuclid.vo
+lib/coq/theories/ZArith/Zeuclid.vos
 lib/coq/theories/ZArith/Zeven.glob
 lib/coq/theories/ZArith/Zeven.v
 lib/coq/theories/ZArith/Zeven.vo
+lib/coq/theories/ZArith/Zeven.vos
 lib/coq/theories/ZArith/Zgcd_alt.glob
 lib/coq/theories/ZArith/Zgcd_alt.v
 lib/coq/theories/ZArith/Zgcd_alt.vo
+lib/coq/theories/ZArith/Zgcd_alt.vos
 lib/coq/theories/ZArith/Zhints.glob
 lib/coq/theories/ZArith/Zhints.v
 lib/coq/theories/ZArith/Zhints.vo
-lib/coq/theories/ZArith/Zlogarithm.glob
-lib/coq/theories/ZArith/Zlogarithm.v
-lib/coq/theories/ZArith/Zlogarithm.vo
+lib/coq/theories/ZArith/Zhints.vos
 lib/coq/theories/ZArith/Zmax.glob
 lib/coq/theories/ZArith/Zmax.v
 lib/coq/theories/ZArith/Zmax.vo
+lib/coq/theories/ZArith/Zmax.vos
 lib/coq/theories/ZArith/Zmin.glob
 lib/coq/theories/ZArith/Zmin.v
 lib/coq/theories/ZArith/Zmin.vo
+lib/coq/theories/ZArith/Zmin.vos
 lib/coq/theories/ZArith/Zminmax.glob
 lib/coq/theories/ZArith/Zminmax.v
 lib/coq/theories/ZArith/Zminmax.vo
+lib/coq/theories/ZArith/Zminmax.vos
 lib/coq/theories/ZArith/Zmisc.glob
 lib/coq/theories/ZArith/Zmisc.v
 lib/coq/theories/ZArith/Zmisc.vo
+lib/coq/theories/ZArith/Zmisc.vos
 lib/coq/theories/ZArith/Znat.glob
 lib/coq/theories/ZArith/Znat.v
 lib/coq/theories/ZArith/Znat.vo
+lib/coq/theories/ZArith/Znat.vos
 lib/coq/theories/ZArith/Znumtheory.glob
 lib/coq/theories/ZArith/Znumtheory.v
 lib/coq/theories/ZArith/Znumtheory.vo
+lib/coq/theories/ZArith/Znumtheory.vos
 lib/coq/theories/ZArith/Zorder.glob
 lib/coq/theories/ZArith/Zorder.v
 lib/coq/theories/ZArith/Zorder.vo
+lib/coq/theories/ZArith/Zorder.vos
 lib/coq/theories/ZArith/Zpow_alt.glob
 lib/coq/theories/ZArith/Zpow_alt.v
 lib/coq/theories/ZArith/Zpow_alt.vo
+lib/coq/theories/ZArith/Zpow_alt.vos
 lib/coq/theories/ZArith/Zpow_def.glob
 lib/coq/theories/ZArith/Zpow_def.v
 lib/coq/theories/ZArith/Zpow_def.vo
+lib/coq/theories/ZArith/Zpow_def.vos
 lib/coq/theories/ZArith/Zpow_facts.glob
 lib/coq/theories/ZArith/Zpow_facts.v
 lib/coq/theories/ZArith/Zpow_facts.vo
+lib/coq/theories/ZArith/Zpow_facts.vos
 lib/coq/theories/ZArith/Zpower.glob
 lib/coq/theories/ZArith/Zpower.v
 lib/coq/theories/ZArith/Zpower.vo
+lib/coq/theories/ZArith/Zpower.vos
 lib/coq/theories/ZArith/Zquot.glob
 lib/coq/theories/ZArith/Zquot.v
 lib/coq/theories/ZArith/Zquot.vo
-lib/coq/theories/ZArith/Zsqrt_compat.glob
-lib/coq/theories/ZArith/Zsqrt_compat.v
-lib/coq/theories/ZArith/Zsqrt_compat.vo
+lib/coq/theories/ZArith/Zquot.vos
 lib/coq/theories/ZArith/Zwf.glob
 lib/coq/theories/ZArith/Zwf.v
 lib/coq/theories/ZArith/Zwf.vo
+lib/coq/theories/ZArith/Zwf.vos
 lib/coq/theories/ZArith/auxiliary.glob
 lib/coq/theories/ZArith/auxiliary.v
 lib/coq/theories/ZArith/auxiliary.vo
+lib/coq/theories/ZArith/auxiliary.vos
+lib/coq/theories/btauto/.coq-native/NCoq_btauto_Algebra.cmi
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Algebra.cmx
+${PLIST.natdynlink}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Algebra.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Algebra.o
+lib/coq/theories/btauto/.coq-native/NCoq_btauto_Btauto.cmi
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Btauto.cmx
+${PLIST.natdynlink}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Btauto.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Btauto.o
+lib/coq/theories/btauto/.coq-native/NCoq_btauto_Reflect.cmi
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Reflect.cmx
+${PLIST.natdynlink}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Reflect.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/btauto/.coq-native/NCoq_btauto_Reflect.o
+lib/coq/theories/btauto/Algebra.glob
+lib/coq/theories/btauto/Algebra.v
+lib/coq/theories/btauto/Algebra.vo
+lib/coq/theories/btauto/Algebra.vos
+lib/coq/theories/btauto/Btauto.glob
+lib/coq/theories/btauto/Btauto.v
+lib/coq/theories/btauto/Btauto.vo
+lib/coq/theories/btauto/Btauto.vos
+lib/coq/theories/btauto/Reflect.glob
+lib/coq/theories/btauto/Reflect.v
+lib/coq/theories/btauto/Reflect.vo
+lib/coq/theories/btauto/Reflect.vos
+lib/coq/theories/derive/.coq-native/NCoq_derive_Derive.cmi
+${PLIST.ocaml-opt}lib/coq/theories/derive/.coq-native/NCoq_derive_Derive.cmx
+${PLIST.natdynlink}lib/coq/theories/derive/.coq-native/NCoq_derive_Derive.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/derive/.coq-native/NCoq_derive_Derive.o
+lib/coq/theories/derive/Derive.glob
+lib/coq/theories/derive/Derive.v
+lib/coq/theories/derive/Derive.vo
+lib/coq/theories/derive/Derive.vos
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlFloats.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlFloats.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlFloats.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlFloats.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOCamlInt63.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlChar.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlChar.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlChar.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlChar.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNativeString.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNativeString.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNativeString.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlNativeString.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.o
+lib/coq/theories/extraction/.coq-native/NCoq_extraction_Extraction.cmi
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_Extraction.cmx
+${PLIST.natdynlink}lib/coq/theories/extraction/.coq-native/NCoq_extraction_Extraction.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/extraction/.coq-native/NCoq_extraction_Extraction.o
+lib/coq/theories/extraction/ExtrHaskellBasic.glob
+lib/coq/theories/extraction/ExtrHaskellBasic.v
+lib/coq/theories/extraction/ExtrHaskellBasic.vo
+lib/coq/theories/extraction/ExtrHaskellBasic.vos
+lib/coq/theories/extraction/ExtrHaskellNatInt.glob
+lib/coq/theories/extraction/ExtrHaskellNatInt.v
+lib/coq/theories/extraction/ExtrHaskellNatInt.vo
+lib/coq/theories/extraction/ExtrHaskellNatInt.vos
+lib/coq/theories/extraction/ExtrHaskellNatInteger.glob
+lib/coq/theories/extraction/ExtrHaskellNatInteger.v
+lib/coq/theories/extraction/ExtrHaskellNatInteger.vo
+lib/coq/theories/extraction/ExtrHaskellNatInteger.vos
+lib/coq/theories/extraction/ExtrHaskellNatNum.glob
+lib/coq/theories/extraction/ExtrHaskellNatNum.v
+lib/coq/theories/extraction/ExtrHaskellNatNum.vo
+lib/coq/theories/extraction/ExtrHaskellNatNum.vos
+lib/coq/theories/extraction/ExtrHaskellString.glob
+lib/coq/theories/extraction/ExtrHaskellString.v
+lib/coq/theories/extraction/ExtrHaskellString.vo
+lib/coq/theories/extraction/ExtrHaskellString.vos
+lib/coq/theories/extraction/ExtrHaskellZInt.glob
+lib/coq/theories/extraction/ExtrHaskellZInt.v
+lib/coq/theories/extraction/ExtrHaskellZInt.vo
+lib/coq/theories/extraction/ExtrHaskellZInt.vos
+lib/coq/theories/extraction/ExtrHaskellZInteger.glob
+lib/coq/theories/extraction/ExtrHaskellZInteger.v
+lib/coq/theories/extraction/ExtrHaskellZInteger.vo
+lib/coq/theories/extraction/ExtrHaskellZInteger.vos
+lib/coq/theories/extraction/ExtrHaskellZNum.glob
+lib/coq/theories/extraction/ExtrHaskellZNum.v
+lib/coq/theories/extraction/ExtrHaskellZNum.vo
+lib/coq/theories/extraction/ExtrHaskellZNum.vos
+lib/coq/theories/extraction/ExtrOCamlFloats.glob
+lib/coq/theories/extraction/ExtrOCamlFloats.v
+lib/coq/theories/extraction/ExtrOCamlFloats.vo
+lib/coq/theories/extraction/ExtrOCamlFloats.vos
+lib/coq/theories/extraction/ExtrOCamlInt63.glob
+lib/coq/theories/extraction/ExtrOCamlInt63.v
+lib/coq/theories/extraction/ExtrOCamlInt63.vo
+lib/coq/theories/extraction/ExtrOCamlInt63.vos
+lib/coq/theories/extraction/ExtrOcamlBasic.glob
+lib/coq/theories/extraction/ExtrOcamlBasic.v
+lib/coq/theories/extraction/ExtrOcamlBasic.vo
+lib/coq/theories/extraction/ExtrOcamlBasic.vos
+lib/coq/theories/extraction/ExtrOcamlBigIntConv.glob
+lib/coq/theories/extraction/ExtrOcamlBigIntConv.v
+lib/coq/theories/extraction/ExtrOcamlBigIntConv.vo
+lib/coq/theories/extraction/ExtrOcamlBigIntConv.vos
+lib/coq/theories/extraction/ExtrOcamlChar.glob
+lib/coq/theories/extraction/ExtrOcamlChar.v
+lib/coq/theories/extraction/ExtrOcamlChar.vo
+lib/coq/theories/extraction/ExtrOcamlChar.vos
+lib/coq/theories/extraction/ExtrOcamlIntConv.glob
+lib/coq/theories/extraction/ExtrOcamlIntConv.v
+lib/coq/theories/extraction/ExtrOcamlIntConv.vo
+lib/coq/theories/extraction/ExtrOcamlIntConv.vos
+lib/coq/theories/extraction/ExtrOcamlNatBigInt.glob
+lib/coq/theories/extraction/ExtrOcamlNatBigInt.v
+lib/coq/theories/extraction/ExtrOcamlNatBigInt.vo
+lib/coq/theories/extraction/ExtrOcamlNatBigInt.vos
+lib/coq/theories/extraction/ExtrOcamlNatInt.glob
+lib/coq/theories/extraction/ExtrOcamlNatInt.v
+lib/coq/theories/extraction/ExtrOcamlNatInt.vo
+lib/coq/theories/extraction/ExtrOcamlNatInt.vos
+lib/coq/theories/extraction/ExtrOcamlNativeString.glob
+lib/coq/theories/extraction/ExtrOcamlNativeString.v
+lib/coq/theories/extraction/ExtrOcamlNativeString.vo
+lib/coq/theories/extraction/ExtrOcamlNativeString.vos
+lib/coq/theories/extraction/ExtrOcamlString.glob
+lib/coq/theories/extraction/ExtrOcamlString.v
+lib/coq/theories/extraction/ExtrOcamlString.vo
+lib/coq/theories/extraction/ExtrOcamlString.vos
+lib/coq/theories/extraction/ExtrOcamlZBigInt.glob
+lib/coq/theories/extraction/ExtrOcamlZBigInt.v
+lib/coq/theories/extraction/ExtrOcamlZBigInt.vo
+lib/coq/theories/extraction/ExtrOcamlZBigInt.vos
+lib/coq/theories/extraction/ExtrOcamlZInt.glob
+lib/coq/theories/extraction/ExtrOcamlZInt.v
+lib/coq/theories/extraction/ExtrOcamlZInt.vo
+lib/coq/theories/extraction/ExtrOcamlZInt.vos
+lib/coq/theories/extraction/Extraction.glob
+lib/coq/theories/extraction/Extraction.v
+lib/coq/theories/extraction/Extraction.vo
+lib/coq/theories/extraction/Extraction.vos
+lib/coq/theories/funind/.coq-native/NCoq_funind_FunInd.cmi
+${PLIST.ocaml-opt}lib/coq/theories/funind/.coq-native/NCoq_funind_FunInd.cmx
+${PLIST.natdynlink}lib/coq/theories/funind/.coq-native/NCoq_funind_FunInd.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/funind/.coq-native/NCoq_funind_FunInd.o
+lib/coq/theories/funind/.coq-native/NCoq_funind_Recdef.cmi
+${PLIST.ocaml-opt}lib/coq/theories/funind/.coq-native/NCoq_funind_Recdef.cmx
+${PLIST.natdynlink}lib/coq/theories/funind/.coq-native/NCoq_funind_Recdef.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/funind/.coq-native/NCoq_funind_Recdef.o
+lib/coq/theories/funind/FunInd.glob
+lib/coq/theories/funind/FunInd.v
+lib/coq/theories/funind/FunInd.vo
+lib/coq/theories/funind/FunInd.vos
+lib/coq/theories/funind/Recdef.glob
+lib/coq/theories/funind/Recdef.v
+lib/coq/theories/funind/Recdef.vo
+lib/coq/theories/funind/Recdef.vos
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_DeclConstant.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_DeclConstant.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_DeclConstant.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_DeclConstant.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Env.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Env.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Env.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Env.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_EnvRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_EnvRing.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_EnvRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_EnvRing.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier_util.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier_util.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier_util.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Fourier_util.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lia.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lia.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lia.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lia.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lqa.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lqa.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lqa.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lqa.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lra.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lra.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lra.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Lra.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_MExtraction.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_MExtraction.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_MExtraction.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_MExtraction.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_OrderedRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_OrderedRing.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_OrderedRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_OrderedRing.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Psatz.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Psatz.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Psatz.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Psatz.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_QMicromega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_QMicromega.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_QMicromega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_QMicromega.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_RMicromega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RMicromega.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RMicromega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RMicromega.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Refl.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Refl.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Refl.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Refl.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_RingMicromega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RingMicromega.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RingMicromega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_RingMicromega.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Tauto.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Tauto.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Tauto.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Tauto.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_VarMap.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_VarMap.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_VarMap.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_VarMap.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZArith_hints.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZArith_hints.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZArith_hints.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZArith_hints.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZCoeff.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZCoeff.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZCoeff.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZCoeff.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZMicromega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZMicromega.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZMicromega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZMicromega.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Zify.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Zify.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Zify.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Zify.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyBool.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyBool.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyBool.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyBool.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyClasses.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyClasses.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyClasses.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyClasses.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyComparison.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyComparison.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyComparison.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyComparison.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyInst.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyInst.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyInst.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyInst.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyPow.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyPow.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyPow.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_ZifyPow.o
+lib/coq/theories/micromega/.coq-native/NCoq_micromega_Ztac.cmi
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Ztac.cmx
+${PLIST.natdynlink}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Ztac.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/micromega/.coq-native/NCoq_micromega_Ztac.o
+lib/coq/theories/micromega/DeclConstant.glob
+lib/coq/theories/micromega/DeclConstant.v
+lib/coq/theories/micromega/DeclConstant.vo
+lib/coq/theories/micromega/DeclConstant.vos
+lib/coq/theories/micromega/Env.glob
+lib/coq/theories/micromega/Env.v
+lib/coq/theories/micromega/Env.vo
+lib/coq/theories/micromega/Env.vos
+lib/coq/theories/micromega/EnvRing.glob
+lib/coq/theories/micromega/EnvRing.v
+lib/coq/theories/micromega/EnvRing.vo
+lib/coq/theories/micromega/EnvRing.vos
+lib/coq/theories/micromega/Fourier.glob
+lib/coq/theories/micromega/Fourier.v
+lib/coq/theories/micromega/Fourier.vo
+lib/coq/theories/micromega/Fourier.vos
+lib/coq/theories/micromega/Fourier_util.glob
+lib/coq/theories/micromega/Fourier_util.v
+lib/coq/theories/micromega/Fourier_util.vo
+lib/coq/theories/micromega/Fourier_util.vos
+lib/coq/theories/micromega/Lia.glob
+lib/coq/theories/micromega/Lia.v
+lib/coq/theories/micromega/Lia.vo
+lib/coq/theories/micromega/Lia.vos
+lib/coq/theories/micromega/Lqa.glob
+lib/coq/theories/micromega/Lqa.v
+lib/coq/theories/micromega/Lqa.vo
+lib/coq/theories/micromega/Lqa.vos
+lib/coq/theories/micromega/Lra.glob
+lib/coq/theories/micromega/Lra.v
+lib/coq/theories/micromega/Lra.vo
+lib/coq/theories/micromega/Lra.vos
+lib/coq/theories/micromega/MExtraction.glob
+lib/coq/theories/micromega/MExtraction.v
+lib/coq/theories/micromega/MExtraction.vo
+lib/coq/theories/micromega/MExtraction.vos
+lib/coq/theories/micromega/OrderedRing.glob
+lib/coq/theories/micromega/OrderedRing.v
+lib/coq/theories/micromega/OrderedRing.vo
+lib/coq/theories/micromega/OrderedRing.vos
+lib/coq/theories/micromega/Psatz.glob
+lib/coq/theories/micromega/Psatz.v
+lib/coq/theories/micromega/Psatz.vo
+lib/coq/theories/micromega/Psatz.vos
+lib/coq/theories/micromega/QMicromega.glob
+lib/coq/theories/micromega/QMicromega.v
+lib/coq/theories/micromega/QMicromega.vo
+lib/coq/theories/micromega/QMicromega.vos
+lib/coq/theories/micromega/RMicromega.glob
+lib/coq/theories/micromega/RMicromega.v
+lib/coq/theories/micromega/RMicromega.vo
+lib/coq/theories/micromega/RMicromega.vos
+lib/coq/theories/micromega/Refl.glob
+lib/coq/theories/micromega/Refl.v
+lib/coq/theories/micromega/Refl.vo
+lib/coq/theories/micromega/Refl.vos
+lib/coq/theories/micromega/RingMicromega.glob
+lib/coq/theories/micromega/RingMicromega.v
+lib/coq/theories/micromega/RingMicromega.vo
+lib/coq/theories/micromega/RingMicromega.vos
+lib/coq/theories/micromega/Tauto.glob
+lib/coq/theories/micromega/Tauto.v
+lib/coq/theories/micromega/Tauto.vo
+lib/coq/theories/micromega/Tauto.vos
+lib/coq/theories/micromega/VarMap.glob
+lib/coq/theories/micromega/VarMap.v
+lib/coq/theories/micromega/VarMap.vo
+lib/coq/theories/micromega/VarMap.vos
+lib/coq/theories/micromega/ZArith_hints.glob
+lib/coq/theories/micromega/ZArith_hints.v
+lib/coq/theories/micromega/ZArith_hints.vo
+lib/coq/theories/micromega/ZArith_hints.vos
+lib/coq/theories/micromega/ZCoeff.glob
+lib/coq/theories/micromega/ZCoeff.v
+lib/coq/theories/micromega/ZCoeff.vo
+lib/coq/theories/micromega/ZCoeff.vos
+lib/coq/theories/micromega/ZMicromega.glob
+lib/coq/theories/micromega/ZMicromega.v
+lib/coq/theories/micromega/ZMicromega.vo
+lib/coq/theories/micromega/ZMicromega.vos
+lib/coq/theories/micromega/Zify.glob
+lib/coq/theories/micromega/Zify.v
+lib/coq/theories/micromega/Zify.vo
+lib/coq/theories/micromega/Zify.vos
+lib/coq/theories/micromega/ZifyBool.glob
+lib/coq/theories/micromega/ZifyBool.v
+lib/coq/theories/micromega/ZifyBool.vo
+lib/coq/theories/micromega/ZifyBool.vos
+lib/coq/theories/micromega/ZifyClasses.glob
+lib/coq/theories/micromega/ZifyClasses.v
+lib/coq/theories/micromega/ZifyClasses.vo
+lib/coq/theories/micromega/ZifyClasses.vos
+lib/coq/theories/micromega/ZifyComparison.glob
+lib/coq/theories/micromega/ZifyComparison.v
+lib/coq/theories/micromega/ZifyComparison.vo
+lib/coq/theories/micromega/ZifyComparison.vos
+lib/coq/theories/micromega/ZifyInst.glob
+lib/coq/theories/micromega/ZifyInst.v
+lib/coq/theories/micromega/ZifyInst.vo
+lib/coq/theories/micromega/ZifyInst.vos
+lib/coq/theories/micromega/ZifyPow.glob
+lib/coq/theories/micromega/ZifyPow.v
+lib/coq/theories/micromega/ZifyPow.vo
+lib/coq/theories/micromega/ZifyPow.vos
+lib/coq/theories/micromega/Ztac.glob
+lib/coq/theories/micromega/Ztac.v
+lib/coq/theories/micromega/Ztac.vo
+lib/coq/theories/micromega/Ztac.vos
+lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmi
+${PLIST.ocaml-opt}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmx
+${PLIST.natdynlink}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_Nsatz.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_Nsatz.o
+lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_NsatzTactic.cmi
+${PLIST.ocaml-opt}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_NsatzTactic.cmx
+${PLIST.natdynlink}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_NsatzTactic.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/nsatz/.coq-native/NCoq_nsatz_NsatzTactic.o
+lib/coq/theories/nsatz/Nsatz.glob
+lib/coq/theories/nsatz/Nsatz.v
+lib/coq/theories/nsatz/Nsatz.vo
+lib/coq/theories/nsatz/Nsatz.vos
+lib/coq/theories/nsatz/NsatzTactic.glob
+lib/coq/theories/nsatz/NsatzTactic.v
+lib/coq/theories/nsatz/NsatzTactic.vo
+lib/coq/theories/nsatz/NsatzTactic.vos
+lib/coq/theories/omega/.coq-native/NCoq_omega_Omega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_Omega.cmx
+${PLIST.natdynlink}lib/coq/theories/omega/.coq-native/NCoq_omega_Omega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_Omega.o
+lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaLemmas.cmi
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaLemmas.cmx
+${PLIST.natdynlink}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaLemmas.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaLemmas.o
+lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaPlugin.cmi
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaPlugin.cmx
+${PLIST.natdynlink}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaPlugin.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaPlugin.o
+lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaTactic.cmi
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaTactic.cmx
+${PLIST.natdynlink}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaTactic.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_OmegaTactic.o
+lib/coq/theories/omega/.coq-native/NCoq_omega_PreOmega.cmi
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_PreOmega.cmx
+${PLIST.natdynlink}lib/coq/theories/omega/.coq-native/NCoq_omega_PreOmega.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/omega/.coq-native/NCoq_omega_PreOmega.o
+lib/coq/theories/omega/Omega.glob
+lib/coq/theories/omega/Omega.v
+lib/coq/theories/omega/Omega.vo
+lib/coq/theories/omega/Omega.vos
+lib/coq/theories/omega/OmegaLemmas.glob
+lib/coq/theories/omega/OmegaLemmas.v
+lib/coq/theories/omega/OmegaLemmas.vo
+lib/coq/theories/omega/OmegaLemmas.vos
+lib/coq/theories/omega/OmegaPlugin.glob
+lib/coq/theories/omega/OmegaPlugin.v
+lib/coq/theories/omega/OmegaPlugin.vo
+lib/coq/theories/omega/OmegaPlugin.vos
+lib/coq/theories/omega/OmegaTactic.glob
+lib/coq/theories/omega/OmegaTactic.v
+lib/coq/theories/omega/OmegaTactic.vo
+lib/coq/theories/omega/OmegaTactic.vos
+lib/coq/theories/omega/PreOmega.glob
+lib/coq/theories/omega/PreOmega.v
+lib/coq/theories/omega/PreOmega.vo
+lib/coq/theories/omega/PreOmega.vos
+lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Bintree.cmi
+${PLIST.ocaml-opt}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Bintree.cmx
+${PLIST.natdynlink}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Bintree.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Bintree.o
+lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmi
+${PLIST.ocaml-opt}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmx
+${PLIST.natdynlink}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Rtauto.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/rtauto/.coq-native/NCoq_rtauto_Rtauto.o
+lib/coq/theories/rtauto/Bintree.glob
+lib/coq/theories/rtauto/Bintree.v
+lib/coq/theories/rtauto/Bintree.vo
+lib/coq/theories/rtauto/Bintree.vos
+lib/coq/theories/rtauto/Rtauto.glob
+lib/coq/theories/rtauto/Rtauto.v
+lib/coq/theories/rtauto/Rtauto.vo
+lib/coq/theories/rtauto/Rtauto.vos
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.o
+lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmi
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmx
+${PLIST.natdynlink}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.o
+lib/coq/theories/setoid_ring/Algebra_syntax.glob
+lib/coq/theories/setoid_ring/Algebra_syntax.v
+lib/coq/theories/setoid_ring/Algebra_syntax.vo
+lib/coq/theories/setoid_ring/Algebra_syntax.vos
+lib/coq/theories/setoid_ring/ArithRing.glob
+lib/coq/theories/setoid_ring/ArithRing.v
+lib/coq/theories/setoid_ring/ArithRing.vo
+lib/coq/theories/setoid_ring/ArithRing.vos
+lib/coq/theories/setoid_ring/BinList.glob
+lib/coq/theories/setoid_ring/BinList.v
+lib/coq/theories/setoid_ring/BinList.vo
+lib/coq/theories/setoid_ring/BinList.vos
+lib/coq/theories/setoid_ring/Cring.glob
+lib/coq/theories/setoid_ring/Cring.v
+lib/coq/theories/setoid_ring/Cring.vo
+lib/coq/theories/setoid_ring/Cring.vos
+lib/coq/theories/setoid_ring/Field.glob
+lib/coq/theories/setoid_ring/Field.v
+lib/coq/theories/setoid_ring/Field.vo
+lib/coq/theories/setoid_ring/Field.vos
+lib/coq/theories/setoid_ring/Field_tac.glob
+lib/coq/theories/setoid_ring/Field_tac.v
+lib/coq/theories/setoid_ring/Field_tac.vo
+lib/coq/theories/setoid_ring/Field_tac.vos
+lib/coq/theories/setoid_ring/Field_theory.glob
+lib/coq/theories/setoid_ring/Field_theory.v
+lib/coq/theories/setoid_ring/Field_theory.vo
+lib/coq/theories/setoid_ring/Field_theory.vos
+lib/coq/theories/setoid_ring/InitialRing.glob
+lib/coq/theories/setoid_ring/InitialRing.v
+lib/coq/theories/setoid_ring/InitialRing.vo
+lib/coq/theories/setoid_ring/InitialRing.vos
+lib/coq/theories/setoid_ring/Integral_domain.glob
+lib/coq/theories/setoid_ring/Integral_domain.v
+lib/coq/theories/setoid_ring/Integral_domain.vo
+lib/coq/theories/setoid_ring/Integral_domain.vos
+lib/coq/theories/setoid_ring/NArithRing.glob
+lib/coq/theories/setoid_ring/NArithRing.v
+lib/coq/theories/setoid_ring/NArithRing.vo
+lib/coq/theories/setoid_ring/NArithRing.vos
+lib/coq/theories/setoid_ring/Ncring.glob
+lib/coq/theories/setoid_ring/Ncring.v
+lib/coq/theories/setoid_ring/Ncring.vo
+lib/coq/theories/setoid_ring/Ncring.vos
+lib/coq/theories/setoid_ring/Ncring_initial.glob
+lib/coq/theories/setoid_ring/Ncring_initial.v
+lib/coq/theories/setoid_ring/Ncring_initial.vo
+lib/coq/theories/setoid_ring/Ncring_initial.vos
+lib/coq/theories/setoid_ring/Ncring_polynom.glob
+lib/coq/theories/setoid_ring/Ncring_polynom.v
+lib/coq/theories/setoid_ring/Ncring_polynom.vo
+lib/coq/theories/setoid_ring/Ncring_polynom.vos
+lib/coq/theories/setoid_ring/Ncring_tac.glob
+lib/coq/theories/setoid_ring/Ncring_tac.v
+lib/coq/theories/setoid_ring/Ncring_tac.vo
+lib/coq/theories/setoid_ring/Ncring_tac.vos
+lib/coq/theories/setoid_ring/RealField.glob
+lib/coq/theories/setoid_ring/RealField.v
+lib/coq/theories/setoid_ring/RealField.vo
+lib/coq/theories/setoid_ring/RealField.vos
+lib/coq/theories/setoid_ring/Ring.glob
+lib/coq/theories/setoid_ring/Ring.v
+lib/coq/theories/setoid_ring/Ring.vo
+lib/coq/theories/setoid_ring/Ring.vos
+lib/coq/theories/setoid_ring/Ring_base.glob
+lib/coq/theories/setoid_ring/Ring_base.v
+lib/coq/theories/setoid_ring/Ring_base.vo
+lib/coq/theories/setoid_ring/Ring_base.vos
+lib/coq/theories/setoid_ring/Ring_polynom.glob
+lib/coq/theories/setoid_ring/Ring_polynom.v
+lib/coq/theories/setoid_ring/Ring_polynom.vo
+lib/coq/theories/setoid_ring/Ring_polynom.vos
+lib/coq/theories/setoid_ring/Ring_tac.glob
+lib/coq/theories/setoid_ring/Ring_tac.v
+lib/coq/theories/setoid_ring/Ring_tac.vo
+lib/coq/theories/setoid_ring/Ring_tac.vos
+lib/coq/theories/setoid_ring/Ring_theory.glob
+lib/coq/theories/setoid_ring/Ring_theory.v
+lib/coq/theories/setoid_ring/Ring_theory.vo
+lib/coq/theories/setoid_ring/Ring_theory.vos
+lib/coq/theories/setoid_ring/Rings_Q.glob
+lib/coq/theories/setoid_ring/Rings_Q.v
+lib/coq/theories/setoid_ring/Rings_Q.vo
+lib/coq/theories/setoid_ring/Rings_Q.vos
+lib/coq/theories/setoid_ring/Rings_R.glob
+lib/coq/theories/setoid_ring/Rings_R.v
+lib/coq/theories/setoid_ring/Rings_R.vo
+lib/coq/theories/setoid_ring/Rings_R.vos
+lib/coq/theories/setoid_ring/Rings_Z.glob
+lib/coq/theories/setoid_ring/Rings_Z.v
+lib/coq/theories/setoid_ring/Rings_Z.vo
+lib/coq/theories/setoid_ring/Rings_Z.vos
+lib/coq/theories/setoid_ring/ZArithRing.glob
+lib/coq/theories/setoid_ring/ZArithRing.v
+lib/coq/theories/setoid_ring/ZArithRing.vo
+lib/coq/theories/setoid_ring/ZArithRing.vos
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrbool.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrbool.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrbool.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrbool.o
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrclasses.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrclasses.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrclasses.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrclasses.o
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssreflect.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssreflect.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssreflect.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssreflect.o
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrfun.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrfun.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrfun.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrfun.o
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrsetoid.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrsetoid.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrsetoid.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrsetoid.o
+lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrunder.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrunder.cmx
+${PLIST.natdynlink}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrunder.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssr/.coq-native/NCoq_ssr_ssrunder.o
+lib/coq/theories/ssr/ssrbool.glob
+lib/coq/theories/ssr/ssrbool.v
+lib/coq/theories/ssr/ssrbool.vo
+lib/coq/theories/ssr/ssrbool.vos
+lib/coq/theories/ssr/ssrclasses.glob
+lib/coq/theories/ssr/ssrclasses.v
+lib/coq/theories/ssr/ssrclasses.vo
+lib/coq/theories/ssr/ssrclasses.vos
+lib/coq/theories/ssr/ssreflect.glob
+lib/coq/theories/ssr/ssreflect.v
+lib/coq/theories/ssr/ssreflect.vo
+lib/coq/theories/ssr/ssreflect.vos
+lib/coq/theories/ssr/ssrfun.glob
+lib/coq/theories/ssr/ssrfun.v
+lib/coq/theories/ssr/ssrfun.vo
+lib/coq/theories/ssr/ssrfun.vos
+lib/coq/theories/ssr/ssrsetoid.glob
+lib/coq/theories/ssr/ssrsetoid.v
+lib/coq/theories/ssr/ssrsetoid.vo
+lib/coq/theories/ssr/ssrsetoid.vos
+lib/coq/theories/ssr/ssrunder.glob
+lib/coq/theories/ssr/ssrunder.v
+lib/coq/theories/ssr/ssrunder.vo
+lib/coq/theories/ssr/ssrunder.vos
+lib/coq/theories/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmx
+${PLIST.natdynlink}lib/coq/theories/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.o
+lib/coq/theories/ssrmatching/ssrmatching.glob
+lib/coq/theories/ssrmatching/ssrmatching.v
+lib/coq/theories/ssrmatching/ssrmatching.vo
+lib/coq/theories/ssrmatching/ssrmatching.vos
+lib/coq/theories/ssrsearch/.coq-native/NCoq_ssrsearch_ssrsearch.cmi
+${PLIST.ocaml-opt}lib/coq/theories/ssrsearch/.coq-native/NCoq_ssrsearch_ssrsearch.cmx
+${PLIST.natdynlink}lib/coq/theories/ssrsearch/.coq-native/NCoq_ssrsearch_ssrsearch.cmxs
+${PLIST.ocaml-opt}lib/coq/theories/ssrsearch/.coq-native/NCoq_ssrsearch_ssrsearch.o
+lib/coq/theories/ssrsearch/ssrsearch.glob
+lib/coq/theories/ssrsearch/ssrsearch.v
+lib/coq/theories/ssrsearch/ssrsearch.vo
+lib/coq/theories/ssrsearch/ssrsearch.vos
 lib/coq/tools/CoqMakefile.in
 lib/coq/tools/TimeFileMaker.py
 lib/coq/tools/coqdoc/coqdoc.css
@@ -4458,34 +5371,238 @@ lib/coq/toplevel/vernac.cmi
 ${PLIST.ocaml-opt}lib/coq/toplevel/vernac.cmx
 lib/coq/toplevel/workerLoop.cmi
 ${PLIST.ocaml-opt}lib/coq/toplevel/workerLoop.cmx
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Array.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Array.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Array.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Array.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Bool.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Bool.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Bool.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Bool.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Char.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Char.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Char.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Char.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Constr.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Constr.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Constr.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Constr.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Control.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Control.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Control.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Control.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Env.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Env.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Env.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Env.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Fresh.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Fresh.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Fresh.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Fresh.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ident.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ident.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ident.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ident.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Init.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Init.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Init.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Init.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Int.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Int.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Int.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Int.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_List.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_List.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_List.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_List.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac1.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac1.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac1.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac1.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac2.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac2.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac2.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Ltac2.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Message.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Message.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Message.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Message.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Notations.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Notations.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Notations.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Notations.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Option.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Option.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Option.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Option.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Pattern.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Pattern.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Pattern.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Pattern.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Std.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Std.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Std.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_Std.o
+lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_String.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_String.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_String.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/.coq-native/NLtac2_String.o
+lib/coq/user-contrib/Ltac2/Array.glob
+lib/coq/user-contrib/Ltac2/Array.v
+lib/coq/user-contrib/Ltac2/Array.vo
+lib/coq/user-contrib/Ltac2/Array.vos
+lib/coq/user-contrib/Ltac2/Bool.glob
+lib/coq/user-contrib/Ltac2/Bool.v
+lib/coq/user-contrib/Ltac2/Bool.vo
+lib/coq/user-contrib/Ltac2/Bool.vos
+lib/coq/user-contrib/Ltac2/Char.glob
+lib/coq/user-contrib/Ltac2/Char.v
+lib/coq/user-contrib/Ltac2/Char.vo
+lib/coq/user-contrib/Ltac2/Char.vos
+lib/coq/user-contrib/Ltac2/Constr.glob
+lib/coq/user-contrib/Ltac2/Constr.v
+lib/coq/user-contrib/Ltac2/Constr.vo
+lib/coq/user-contrib/Ltac2/Constr.vos
+lib/coq/user-contrib/Ltac2/Control.glob
+lib/coq/user-contrib/Ltac2/Control.v
+lib/coq/user-contrib/Ltac2/Control.vo
+lib/coq/user-contrib/Ltac2/Control.vos
+lib/coq/user-contrib/Ltac2/Env.glob
+lib/coq/user-contrib/Ltac2/Env.v
+lib/coq/user-contrib/Ltac2/Env.vo
+lib/coq/user-contrib/Ltac2/Env.vos
+lib/coq/user-contrib/Ltac2/Fresh.glob
+lib/coq/user-contrib/Ltac2/Fresh.v
+lib/coq/user-contrib/Ltac2/Fresh.vo
+lib/coq/user-contrib/Ltac2/Fresh.vos
+lib/coq/user-contrib/Ltac2/Ident.glob
+lib/coq/user-contrib/Ltac2/Ident.v
+lib/coq/user-contrib/Ltac2/Ident.vo
+lib/coq/user-contrib/Ltac2/Ident.vos
+lib/coq/user-contrib/Ltac2/Init.glob
+lib/coq/user-contrib/Ltac2/Init.v
+lib/coq/user-contrib/Ltac2/Init.vo
+lib/coq/user-contrib/Ltac2/Init.vos
+lib/coq/user-contrib/Ltac2/Int.glob
+lib/coq/user-contrib/Ltac2/Int.v
+lib/coq/user-contrib/Ltac2/Int.vo
+lib/coq/user-contrib/Ltac2/Int.vos
+lib/coq/user-contrib/Ltac2/List.glob
+lib/coq/user-contrib/Ltac2/List.v
+lib/coq/user-contrib/Ltac2/List.vo
+lib/coq/user-contrib/Ltac2/List.vos
+lib/coq/user-contrib/Ltac2/Ltac1.glob
+lib/coq/user-contrib/Ltac2/Ltac1.v
+lib/coq/user-contrib/Ltac2/Ltac1.vo
+lib/coq/user-contrib/Ltac2/Ltac1.vos
+lib/coq/user-contrib/Ltac2/Ltac2.glob
+lib/coq/user-contrib/Ltac2/Ltac2.v
+lib/coq/user-contrib/Ltac2/Ltac2.vo
+lib/coq/user-contrib/Ltac2/Ltac2.vos
+lib/coq/user-contrib/Ltac2/Message.glob
+lib/coq/user-contrib/Ltac2/Message.v
+lib/coq/user-contrib/Ltac2/Message.vo
+lib/coq/user-contrib/Ltac2/Message.vos
+lib/coq/user-contrib/Ltac2/Notations.glob
+lib/coq/user-contrib/Ltac2/Notations.v
+lib/coq/user-contrib/Ltac2/Notations.vo
+lib/coq/user-contrib/Ltac2/Notations.vos
+lib/coq/user-contrib/Ltac2/Option.glob
+lib/coq/user-contrib/Ltac2/Option.v
+lib/coq/user-contrib/Ltac2/Option.vo
+lib/coq/user-contrib/Ltac2/Option.vos
+lib/coq/user-contrib/Ltac2/Pattern.glob
+lib/coq/user-contrib/Ltac2/Pattern.v
+lib/coq/user-contrib/Ltac2/Pattern.vo
+lib/coq/user-contrib/Ltac2/Pattern.vos
+lib/coq/user-contrib/Ltac2/Std.glob
+lib/coq/user-contrib/Ltac2/Std.v
+lib/coq/user-contrib/Ltac2/Std.vo
+lib/coq/user-contrib/Ltac2/Std.vos
+lib/coq/user-contrib/Ltac2/String.glob
+lib/coq/user-contrib/Ltac2/String.v
+lib/coq/user-contrib/Ltac2/String.vo
+lib/coq/user-contrib/Ltac2/String.vos
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/g_ltac2.cmx
+lib/coq/user-contrib/Ltac2/ltac2_plugin.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/ltac2_plugin.cmx
+${PLIST.natdynlink}lib/coq/user-contrib/Ltac2/ltac2_plugin.cmxs
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/ltac2_plugin.o
+lib/coq/user-contrib/Ltac2/tac2core.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2core.cmx
+lib/coq/user-contrib/Ltac2/tac2dyn.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2dyn.cmx
+lib/coq/user-contrib/Ltac2/tac2entries.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2entries.cmx
+lib/coq/user-contrib/Ltac2/tac2env.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2env.cmx
+lib/coq/user-contrib/Ltac2/tac2expr.cmi
+lib/coq/user-contrib/Ltac2/tac2extffi.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2extffi.cmx
+lib/coq/user-contrib/Ltac2/tac2ffi.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2ffi.cmx
+lib/coq/user-contrib/Ltac2/tac2intern.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2intern.cmx
+lib/coq/user-contrib/Ltac2/tac2interp.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2interp.cmx
+lib/coq/user-contrib/Ltac2/tac2match.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2match.cmx
+lib/coq/user-contrib/Ltac2/tac2print.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2print.cmx
+lib/coq/user-contrib/Ltac2/tac2qexpr.cmi
+lib/coq/user-contrib/Ltac2/tac2quote.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2quote.cmx
+lib/coq/user-contrib/Ltac2/tac2stdlib.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2stdlib.cmx
+lib/coq/user-contrib/Ltac2/tac2tactics.cmi
+${PLIST.ocaml-opt}lib/coq/user-contrib/Ltac2/tac2tactics.cmx
+lib/coq/user-contrib/Ltac2/tac2types.cmi
 lib/coq/vernac/assumptions.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/assumptions.cmx
 lib/coq/vernac/attributes.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/attributes.cmx
 lib/coq/vernac/auto_ind_decl.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/auto_ind_decl.cmx
-lib/coq/vernac/class.cmi
-${PLIST.ocaml-opt}lib/coq/vernac/class.cmx
+lib/coq/vernac/canonical.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/canonical.cmx
 lib/coq/vernac/classes.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/classes.cmx
+lib/coq/vernac/comArguments.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/comArguments.cmx
 lib/coq/vernac/comAssumption.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/comAssumption.cmx
+lib/coq/vernac/comCoercion.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/comCoercion.cmx
 lib/coq/vernac/comDefinition.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/comDefinition.cmx
 lib/coq/vernac/comFixpoint.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/comFixpoint.cmx
+lib/coq/vernac/comHints.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/comHints.cmx
 lib/coq/vernac/comInductive.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/comInductive.cmx
+lib/coq/vernac/comPrimitive.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/comPrimitive.cmx
 lib/coq/vernac/comProgramFixpoint.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/comProgramFixpoint.cmx
+lib/coq/vernac/comSearch.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/comSearch.cmx
+lib/coq/vernac/declare.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/declare.cmx
 lib/coq/vernac/declareDef.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/declareDef.cmx
+lib/coq/vernac/declareInd.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/declareInd.cmx
+lib/coq/vernac/declareObl.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/declareObl.cmx
+lib/coq/vernac/declareUniv.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/declareUniv.cmx
+lib/coq/vernac/declaremods.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/declaremods.cmx
 lib/coq/vernac/egramcoq.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/egramcoq.cmx
 lib/coq/vernac/egramml.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/egramml.cmx
-lib/coq/vernac/explainErr.cmi
-${PLIST.ocaml-opt}lib/coq/vernac/explainErr.cmx
 lib/coq/vernac/g_proofs.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/g_proofs.cmx
 lib/coq/vernac/g_vernac.cmi
@@ -4496,6 +5613,10 @@ lib/coq/vernac/indschemes.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/indschemes.cmx
 lib/coq/vernac/lemmas.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/lemmas.cmx
+lib/coq/vernac/library.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/library.cmx
+lib/coq/vernac/loadpath.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/loadpath.cmx
 lib/coq/vernac/locality.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/locality.cmx
 lib/coq/vernac/metasyntax.cmi
@@ -4504,14 +5625,24 @@ lib/coq/vernac/mltop.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/mltop.cmx
 lib/coq/vernac/obligations.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/obligations.cmx
+lib/coq/vernac/pfedit.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/pfedit.cmx
 lib/coq/vernac/ppvernac.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/ppvernac.cmx
+lib/coq/vernac/prettyp.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/prettyp.cmx
+lib/coq/vernac/proof_global.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/proof_global.cmx
 lib/coq/vernac/proof_using.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/proof_using.cmx
 lib/coq/vernac/pvernac.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/pvernac.cmx
+lib/coq/vernac/recLemmas.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/recLemmas.cmx
 lib/coq/vernac/record.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/record.cmx
+lib/coq/vernac/retrieveObl.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/retrieveObl.cmx
 lib/coq/vernac/search.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/search.cmx
 lib/coq/vernac/topfmt.cmi
@@ -4524,6 +5655,8 @@ lib/coq/vernac/vernacexpr.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/vernacexpr.cmx
 lib/coq/vernac/vernacextend.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/vernacextend.cmx
+lib/coq/vernac/vernacinterp.cmi
+${PLIST.ocaml-opt}lib/coq/vernac/vernacinterp.cmx
 lib/coq/vernac/vernacprop.cmi
 ${PLIST.ocaml-opt}lib/coq/vernac/vernacprop.cmx
 lib/coq/vernac/vernacstate.cmi
@@ -4570,6 +5703,7 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Arith.Wf_nat.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.Bool.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.BoolEq.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.BoolOrder.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.Bvector.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.DecBool.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Bool.IfProp.html
@@ -4591,9 +5725,9 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Classes.SetoidDec.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Classes.SetoidTactics.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.AdmitAxiom.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq87.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq88.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq89.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq810.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq811.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Compat.Coq812.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FMapAVL.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FMapFacts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FMapFullAVL.html
@@ -4615,12 +5749,23 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FSetToFiniteSet.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FSetWeakList.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.FSets.FSets.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.FloatAxioms.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.FloatClass.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.FloatLemmas.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.FloatOps.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.Floats.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.PrimFloat.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Floats.SpecFloat.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Byte.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Datatypes.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Decimal.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Hexadecimal.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Logic.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Logic_Type.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Ltac.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Nat.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Notations.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Numeral.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Peano.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Prelude.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Init.Specif.html
@@ -4657,6 +5802,7 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.ExtensionalityFacts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.FinFun.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.FunctionalExtensionality.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.HLevels.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.Hurkens.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.IndefiniteDescription.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.JMeq.html
@@ -4668,6 +5814,7 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.RelationalChoice.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.SetIsType.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.SetoidChoice.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.StrictProp.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.WKL.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Logic.WeakFan.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.MSets.MSetAVL.html
@@ -4701,13 +5848,24 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int31.Cyclic31.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int31.Int31.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int31.Ring31.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int63.Cyclic63.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int63.Int63.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.Int63.Ring63.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Cyclic.ZModulo.ZModulo.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalFacts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalN.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalNat.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalPos.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalQ.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalString.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.DecimalZ.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalFacts.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalN.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalNat.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalPos.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalQ.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalString.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.HexadecimalZ.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Integer.Abstract.ZAdd.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Integer.Abstract.ZAddOrder.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Numbers.Integer.Abstract.ZAxioms.html
@@ -4795,11 +5953,25 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.QArith.Qreduction.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.QArith.Qring.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.QArith.Qround.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveAbs.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveLUB.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveLimits.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveMinMax.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructivePower.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveReals.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveRealsMorphisms.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Abstract.ConstructiveSum.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Alembert.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.AltSeries.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.ArithProp.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Binomial.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cauchy.ConstructiveCauchyAbs.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cauchy.ConstructiveCauchyReals.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cauchy.ConstructiveCauchyRealsMult.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cauchy.ConstructiveRcomplete.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cauchy_prod.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.ClassicalConstructiveReals.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.ClassicalDedekindReals.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cos_plus.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Cos_rel.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.DiscrR.html
@@ -4841,6 +6013,7 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rpow_def.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rpower.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rprod.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rregisternames.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rseries.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rsigma.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rsqrt_def.html
@@ -4850,8 +6023,10 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_alt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_calc.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_def.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_facts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_fun.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Rtrigo_reg.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.Runcountable.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.SeqProp.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.SeqSeries.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Reals.SplitAbsolu.html
@@ -4884,6 +6059,7 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sets.Relations_3.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sets.Relations_3_facts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sets.Uniset.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sorting.CPermutation.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sorting.Heap.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sorting.Mergesort.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sorting.PermutEq.html
@@ -4893,6 +6069,8 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Sorting.Sorting.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.Ascii.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.BinaryString.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.Byte.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.ByteVector.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.HexString.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.OctalString.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.Strings.String.html
@@ -4943,7 +6121,6 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zeven.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zgcd_alt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zhints.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zlogarithm.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zmax.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zmin.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zminmax.html
@@ -4956,7 +6133,6 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zpow_facts.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zpower.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zquot.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zsqrt_compat.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.Zwf.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ZArith.auxiliary.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.btauto.Algebra.html
@@ -4971,18 +6147,22 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrHaskellZInt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrHaskellZInteger.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrHaskellZNum.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOCamlFloats.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOCamlInt63.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlBasic.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlBigIntConv.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlChar.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlIntConv.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlNatBigInt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlNatInt.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlNativeString.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlString.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlZBigInt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.ExtrOcamlZInt.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.extraction.Extraction.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.funind.FunInd.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.funind.Recdef.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.ltac.Ltac.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.DeclConstant.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.Env.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.EnvRing.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.Fourier.html
@@ -4999,17 +6179,23 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.RingMicromega.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.Tauto.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.VarMap.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZArith_hints.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZCoeff.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZMicromega.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.Zify.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZifyBool.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZifyClasses.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZifyComparison.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZifyInst.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.ZifyPow.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.micromega.Ztac.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.nsatz.Nsatz.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.nsatz.NsatzTactic.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.omega.Omega.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.omega.OmegaLemmas.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.omega.OmegaPlugin.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.omega.OmegaTactic.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.omega.PreOmega.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.quote.Quote.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.romega.ROmega.html
-${PLIST.doc}share/doc/coq/html/stdlib/Coq.romega.ReflOmegaCore.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.rtauto.Bintree.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.rtauto.Rtauto.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.setoid_ring.Algebra_syntax.html
@@ -5037,9 +6223,32 @@ ${PLIST.doc}share/doc/coq/html/stdlib/Co
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.setoid_ring.Rings_Z.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.setoid_ring.ZArithRing.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssrbool.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssrclasses.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssreflect.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssrfun.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssrsetoid.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssr.ssrunder.html
 ${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssrmatching.ssrmatching.html
+${PLIST.doc}share/doc/coq/html/stdlib/Coq.ssrsearch.ssrsearch.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Array.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Bool.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Char.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Constr.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Control.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Env.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Fresh.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Ident.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Init.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Int.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.List.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Ltac1.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Ltac2.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Message.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Notations.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Option.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Pattern.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.Std.html
+${PLIST.doc}share/doc/coq/html/stdlib/Ltac2.String.html
 ${PLIST.doc}share/doc/coq/html/stdlib/coqdoc.css
 ${PLIST.doc}share/doc/coq/html/stdlib/genindex.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index.html
@@ -5099,6 +6308,34 @@ ${PLIST.doc}share/doc/coq/html/stdlib/in
 ${PLIST.doc}share/doc/coq/html/stdlib/index_axiom_Y.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index_axiom_Z.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index_axiom__.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_*.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_A.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_B.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_C.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_D.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_E.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_F.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_G.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_H.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_I.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_J.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_K.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_L.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_M.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_N.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_O.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_P.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_Q.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_R.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_S.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_T.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_U.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_V.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_W.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_X.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_Y.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder_Z.html
+${PLIST.doc}share/doc/coq/html/stdlib/index_binder__.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index_constructor_*.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index_constructor_A.html
 ${PLIST.doc}share/doc/coq/html/stdlib/index_constructor_B.html
@@ -5465,46 +6702,6 @@ ${PLIST.doc}share/doc/coq/html/stdlib/in
 ${PLIST.doc}share/doc/coq/html/stdlib/index_variable__.html
 ${PLIST.doc}share/doc/coq/pdf/Library.pdf
 ${PLIST.doc}share/doc/coq/ps/Library.ps
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/canonical-structures.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/extended-pattern-matching.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/extraction.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/generalized-rewriting.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/implicit-coercions.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/micromega.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/miscellaneous-extensions.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/nsatz.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/omega.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/parallel-proof-processing.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/program.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/ring.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/type-classes.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/addendum/universe-polymorphism.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/coq-cmdindex.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/coq-exnindex.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/coq-optindex.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/coq-tacindex.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/credits.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/environment.pickle
-${PLIST.doc}share/doc/coq/sphinx/doctrees/genindex.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/index.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/language/cic.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/language/coq-library.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/language/gallina-extensions.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/language/gallina-specification-language.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/language/module-system.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/license.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/practical-tools/coq-commands.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/practical-tools/coqide.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/practical-tools/utilities.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/detailed-tactic-examples.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/ltac.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/proof-handling.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/ssreflect-proof-language.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/tactics.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/proof-engine/vernacular-commands.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/user-extensions/proof-schemes.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/user-extensions/syntax-extensions.doctree
-${PLIST.doc}share/doc/coq/sphinx/doctrees/zebibliography.doctree
 ${PLIST.doc}share/doc/coq/sphinx/html/.buildinfo
 ${PLIST.doc}share/doc/coq/sphinx/html/_images/coqide-queries.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_images/coqide.png
@@ -5513,6 +6710,7 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_i
 ${PLIST.doc}share/doc/coq/sphinx/html/_images/diffs-coqide-on.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_images/diffs-coqide-removed.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_images/diffs-coqtop-on3.png
+${PLIST.doc}share/doc/coq/sphinx/html/_images/diffs-error-message.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/canonical-structures.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/extended-pattern-matching.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/extraction.rst.txt
@@ -5525,17 +6723,41 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_s
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/parallel-proof-processing.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/program.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/ring.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/sprop.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/type-classes.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/addendum/universe-polymorphism.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/appendix/history-and-changes/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/appendix/indexes/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/changes.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/coq-attrindex.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/coq-cmdindex.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/coq-exnindex.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/coq-optindex.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/coq-tacindex.rst.txt
-${PLIST.doc}share/doc/coq/sphinx/html/_sources/credits.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/genindex.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/history.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/index.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/cic.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/coq-library.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/assumptions.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/basic.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/coinductive.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/conversion.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/definitions.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/inductive.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/modules.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/primitive.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/records.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/sections.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/sorts.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/core/variants.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/arguments-command.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/canonical.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/evars.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/implicit-arguments.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/extensions/match.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/gallina-extensions.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/gallina-specification-language.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/language/module-system.rst.txt
@@ -5545,21 +6767,27 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_s
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/practical-tools/utilities.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/detailed-tactic-examples.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/ltac.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/ltac2.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/proof-handling.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/ssreflect-proof-language.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/tactics.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/proof-engine/vernacular-commands.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/proofs/automatic-tactics/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/proofs/creating-tactics/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/proofs/writing-proofs/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/std-glossindex.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/user-extensions/proof-schemes.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/user-extensions/syntax-extensions.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/using/libraries/funind.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/using/libraries/index.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/using/libraries/writing.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/using/tools/coqdoc.rst.txt
+${PLIST.doc}share/doc/coq/sphinx/html/_sources/using/tools/index.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_sources/zebibliography.rst.txt
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/CoqNotations.ttf
-${PLIST.doc}share/doc/coq/sphinx/html/_static/ajax-loader.gif
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/ansi-dark.css
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/ansi.css
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/basic.css
-${PLIST.doc}share/doc/coq/sphinx/html/_static/comment-bright.png
-${PLIST.doc}share/doc/coq/sphinx/html/_static/comment-close.png
-${PLIST.doc}share/doc/coq/sphinx/html/_static/comment.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/coqdoc.css
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/coqide-queries.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/coqide.png
@@ -5574,10 +6802,9 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_s
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/diffs-coqtop-multigoal.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/diffs-coqtop-on.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/diffs-coqtop-on3.png
+${PLIST.doc}share/doc/coq/sphinx/html/_static/diffs-error-message.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/doctools.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/documentation_options.js
-${PLIST.doc}share/doc/coq/sphinx/html/_static/down-pressed.png
-${PLIST.doc}share/doc/coq/sphinx/html/_static/down.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/file.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/fonts/Lato/lato-bold.eot
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/fonts/Lato/lato-bold.ttf
@@ -5608,10 +6835,11 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_s
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/fonts/fontawesome-webfont.ttf
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/fonts/fontawesome-webfont.woff
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/fonts/fontawesome-webfont.woff2
-${PLIST.doc}share/doc/coq/sphinx/html/_static/jquery-3.2.1.js
+${PLIST.doc}share/doc/coq/sphinx/html/_static/jquery-3.4.1.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/jquery.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/js/modernizr.min.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/js/theme.js
+${PLIST.doc}share/doc/coq/sphinx/html/_static/language_data.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/minus.png
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/notations.css
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/notations.js
@@ -5621,9 +6849,6 @@ ${PLIST.doc}share/doc/coq/sphinx/html/_s
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/searchtools.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/underscore-1.3.1.js
 ${PLIST.doc}share/doc/coq/sphinx/html/_static/underscore.js
-${PLIST.doc}share/doc/coq/sphinx/html/_static/up-pressed.png
-${PLIST.doc}share/doc/coq/sphinx/html/_static/up.png
-${PLIST.doc}share/doc/coq/sphinx/html/_static/websupport.js
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/canonical-structures.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/extended-pattern-matching.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/extraction.html
@@ -5636,17 +6861,42 @@ ${PLIST.doc}share/doc/coq/sphinx/html/ad
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/parallel-proof-processing.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/program.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/ring.html
+${PLIST.doc}share/doc/coq/sphinx/html/addendum/sprop.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/type-classes.html
 ${PLIST.doc}share/doc/coq/sphinx/html/addendum/universe-polymorphism.html
+${PLIST.doc}share/doc/coq/sphinx/html/appendix/history-and-changes/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/appendix/indexes/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/changes.html
+${PLIST.doc}share/doc/coq/sphinx/html/coq-attrindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/coq-cmdindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/coq-exnindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/coq-optindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/coq-tacindex.html
-${PLIST.doc}share/doc/coq/sphinx/html/credits.html
+${PLIST.doc}share/doc/coq/sphinx/html/coq-thmindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/genindex.html
+${PLIST.doc}share/doc/coq/sphinx/html/history.html
 ${PLIST.doc}share/doc/coq/sphinx/html/index.html
 ${PLIST.doc}share/doc/coq/sphinx/html/language/cic.html
 ${PLIST.doc}share/doc/coq/sphinx/html/language/coq-library.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/assumptions.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/basic.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/coinductive.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/conversion.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/definitions.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/inductive.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/modules.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/primitive.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/records.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/sections.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/sorts.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/core/variants.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/arguments-command.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/canonical.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/evars.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/implicit-arguments.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/language/extensions/match.html
 ${PLIST.doc}share/doc/coq/sphinx/html/language/gallina-extensions.html
 ${PLIST.doc}share/doc/coq/sphinx/html/language/gallina-specification-language.html
 ${PLIST.doc}share/doc/coq/sphinx/html/language/module-system.html
@@ -5657,14 +6907,24 @@ ${PLIST.doc}share/doc/coq/sphinx/html/pr
 ${PLIST.doc}share/doc/coq/sphinx/html/practical-tools/utilities.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/detailed-tactic-examples.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/ltac.html
+${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/ltac2.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/proof-handling.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/ssreflect-proof-language.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/tactics.html
 ${PLIST.doc}share/doc/coq/sphinx/html/proof-engine/vernacular-commands.html
+${PLIST.doc}share/doc/coq/sphinx/html/proofs/automatic-tactics/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/proofs/creating-tactics/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/proofs/writing-proofs/index.html
 ${PLIST.doc}share/doc/coq/sphinx/html/search.html
 ${PLIST.doc}share/doc/coq/sphinx/html/searchindex.js
+${PLIST.doc}share/doc/coq/sphinx/html/std-glossindex.html
 ${PLIST.doc}share/doc/coq/sphinx/html/user-extensions/proof-schemes.html
 ${PLIST.doc}share/doc/coq/sphinx/html/user-extensions/syntax-extensions.html
+${PLIST.doc}share/doc/coq/sphinx/html/using/libraries/funind.html
+${PLIST.doc}share/doc/coq/sphinx/html/using/libraries/index.html
+${PLIST.doc}share/doc/coq/sphinx/html/using/libraries/writing.html
+${PLIST.doc}share/doc/coq/sphinx/html/using/tools/coqdoc.html
+${PLIST.doc}share/doc/coq/sphinx/html/using/tools/index.html
 ${PLIST.doc}share/doc/coq/sphinx/html/zebibliography.html
 ${PLIST.doc}share/doc/coq/sphinx/latex/CoqRefMan.aux
 ${PLIST.doc}share/doc/coq/sphinx/latex/CoqRefMan.fdb_latexmk
@@ -5677,6 +6937,9 @@ ${PLIST.doc}share/doc/coq/sphinx/latex/C
 ${PLIST.doc}share/doc/coq/sphinx/latex/CoqRefMan.pdf
 ${PLIST.doc}share/doc/coq/sphinx/latex/CoqRefMan.tex
 ${PLIST.doc}share/doc/coq/sphinx/latex/CoqRefMan.toc
+${PLIST.doc}share/doc/coq/sphinx/latex/LICRcyr2utf8.xdy
+${PLIST.doc}share/doc/coq/sphinx/latex/LICRlatin2utf8.xdy
+${PLIST.doc}share/doc/coq/sphinx/latex/LatinRules.xdy
 ${PLIST.doc}share/doc/coq/sphinx/latex/Makefile
 ${PLIST.doc}share/doc/coq/sphinx/latex/coqide-queries.png
 ${PLIST.doc}share/doc/coq/sphinx/latex/coqide.png
@@ -5686,15 +6949,20 @@ ${PLIST.doc}share/doc/coq/sphinx/latex/d
 ${PLIST.doc}share/doc/coq/sphinx/latex/diffs-coqide-on.png
 ${PLIST.doc}share/doc/coq/sphinx/latex/diffs-coqide-removed.png
 ${PLIST.doc}share/doc/coq/sphinx/latex/diffs-coqtop-on3.png
+${PLIST.doc}share/doc/coq/sphinx/latex/diffs-error-message.png
 ${PLIST.doc}share/doc/coq/sphinx/latex/footnotehyper-sphinx.sty
 ${PLIST.doc}share/doc/coq/sphinx/latex/latexmkjarc
 ${PLIST.doc}share/doc/coq/sphinx/latex/latexmkrc
+${PLIST.doc}share/doc/coq/sphinx/latex/make.bat
 ${PLIST.doc}share/doc/coq/sphinx/latex/python.ist
 ${PLIST.doc}share/doc/coq/sphinx/latex/refman-preamble.sty
 ${PLIST.doc}share/doc/coq/sphinx/latex/sphinx.sty
+${PLIST.doc}share/doc/coq/sphinx/latex/sphinx.xdy
+${PLIST.doc}share/doc/coq/sphinx/latex/sphinxcyrillic.sty
 ${PLIST.doc}share/doc/coq/sphinx/latex/sphinxhighlight.sty
 ${PLIST.doc}share/doc/coq/sphinx/latex/sphinxhowto.cls
 ${PLIST.doc}share/doc/coq/sphinx/latex/sphinxmanual.cls
+${PLIST.doc}share/doc/coq/sphinx/latex/sphinxmessages.sty
 ${PLIST.doc}share/doc/coq/sphinx/latex/sphinxmulticell.sty
 share/texmf-dist/tex/latex/coq/coqdoc.sty
 @pkgdir lib/coq/user-contrib

Index: pkgsrc/lang/coq/distinfo
diff -u pkgsrc/lang/coq/distinfo:1.35 pkgsrc/lang/coq/distinfo:1.36
--- pkgsrc/lang/coq/distinfo:1.35       Fri Jan 24 15:54:48 2020
+++ pkgsrc/lang/coq/distinfo    Tue Feb  9 22:37:43 2021
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.35 2020/01/24 15:54:48 jaapb Exp $
+$NetBSD: distinfo,v 1.36 2021/02/09 22:37:43 dholland Exp $
 
-SHA1 (coq-8.10.2.tar.gz) = ecdb79a8b4cd76912b39e037ef52545406e63799
-RMD160 (coq-8.10.2.tar.gz) = a3686508b97a98b668c91a513e73f88dff02af89
-SHA512 (coq-8.10.2.tar.gz) = 80df91b64efc9907480388ec479362ee21067c64436da720989d6d1645ffc2f2230ae5c13069c55842da3baa7facbd143c2190d1d64d8c87935802000a02156f
-Size (coq-8.10.2.tar.gz) = 6222940 bytes
-SHA1 (patch-Makefile.common) = 85bcb271103f87f1e1573d3856740319ee0344cd
+SHA1 (coq-8.12.2.tar.gz) = 70ba8f50fb54049fe00c5ce2c29be1c829b5297d
+RMD160 (coq-8.12.2.tar.gz) = d691b0fc0e0b9824f15a8a26d013f8578eb095ce
+SHA512 (coq-8.12.2.tar.gz) = 6b524edbceb5795f04bbd2b52f191bfcf10b611f7a2fa0450c30b72c944f88418d261729476b64603faacfe2be5f7992a2997541e54e6f8691d4dc8b4969198d
+Size (coq-8.12.2.tar.gz) = 6855860 bytes
+SHA1 (patch-Makefile.common) = f53c41884e12bfafa825a8f27c940ab40bd9b9fe
+SHA1 (patch-Makefile.make) = d12827bb28e0f993908d202bfd06497cc3033699

Index: pkgsrc/lang/coq/options.mk
diff -u pkgsrc/lang/coq/options.mk:1.10 pkgsrc/lang/coq/options.mk:1.11
--- pkgsrc/lang/coq/options.mk:1.10     Sun Mar  1 05:25:13 2020
+++ pkgsrc/lang/coq/options.mk  Tue Feb  9 22:37:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2020/03/01 05:25:13 dholland Exp $
+# $NetBSD: options.mk,v 1.11 2021/02/09 22:37:43 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.coq
 PKG_SUPPORTED_OPTIONS= doc coqide
@@ -7,15 +7,24 @@ PKG_SUGGESTED_OPTIONS=        coqide
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdoc)
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 CONFIGURE_ARGS+=               -with-doc yes
 PLIST.doc=                     yes
-BUILD_DEPENDS+=                        tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
 BUILD_DEPENDS+=                        hevea>=1.10:../../textproc/hevea
-BUILD_DEPENDS+=                        tex-moreverb-[0-9]*:../../print/tex-moreverb
-BUILD_DEPENDS+=                        tex-preprint-[0-9]*:../../print/tex-preprint
-BUILD_DEPENDS+=                        tex-ucs-[0-9]*:../../print/tex-ucs
-BUILD_DEPENDS+=                        py[0-9]*-sphinx-[0-9]*:../../textproc/py-sphinx
+
+#
+# python
+#
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+.include "../../lang/python/tool.mk"
+SUBST_CLASSES+=                        sphinx-build
+SUBST_STAGE.sphinx-build=      pre-configure
+SUBST_MESSAGE.sphinx-build=    Fix hardcoded sphinx-build
+SUBST_FILES.sphinx-build+=     Makefile.doc configure.ml doc/dune
+SUBST_SED.sphinx-build+=       -e 's/sphinx-build/sphinx-build-${PYVERSSUFFIX}/g'
+
 BUILD_DEPENDS+=                        py[0-9]*-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
 BUILD_DEPENDS+=                        py[0-9]*-sphinxcontrib-bibtex-[0-9]*:../../textproc/py-sphinxcontrib-bibtex
 BUILD_DEPENDS+=                        py[0-9]*-pybtex-[0-9]*:../../textproc/py-pybtex
@@ -23,7 +32,16 @@ BUILD_DEPENDS+=                      py[0-9]*-pybtex-docuti
 BUILD_DEPENDS+=                        py[0-9]*-pexpect-[0-9]*:../../devel/py-pexpect
 BUILD_DEPENDS+=                        py[0-9]*-antlr4-[0-9]*:../../textproc/py-antlr4
 BUILD_DEPENDS+=                        py[0-9]*-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+
+#
+# tex
+#
+
 BUILD_DEPENDS+=                        latexmk-[0-9]*:../../print/latexmk
+BUILD_DEPENDS+=                        tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+BUILD_DEPENDS+=                        tex-moreverb-[0-9]*:../../print/tex-moreverb
+BUILD_DEPENDS+=                        tex-preprint-[0-9]*:../../print/tex-preprint
+BUILD_DEPENDS+=                        tex-ucs-[0-9]*:../../print/tex-ucs
 BUILD_DEPENDS+=                        tex-xetex-[0-9]*:../../print/tex-xetex
 BUILD_DEPENDS+=                        tex-polyglossia-[0-9]*:../../print/tex-polyglossia
 BUILD_DEPENDS+=                        tex-fncychap-[0-9]*:../../print/tex-fncychap
@@ -45,6 +63,7 @@ BUILD_DEPENDS+=                       tex-framed-[0-9]*:../.
 BUILD_DEPENDS+=                        tex-float-[0-9]*:../../print/tex-float
 BUILD_DEPENDS+=                        tex-wrapfig-[0-9]*:../../print/tex-wrapfig
 BUILD_DEPENDS+=                        tex-lm-math-[0-9]*:../../fonts/tex-lm-math
+BUILD_DEPENDS+=                        tex-gnu-freefont-[0-9]*:../../fonts/tex-gnu-freefont
 BUILD_DEPENDS+=                        dvipsk-[0-9]*:../../print/dvipsk
 .else
 CONFIGURE_ARGS+=               -with-doc no

Index: pkgsrc/lang/coq/patches/patch-Makefile.common
diff -u pkgsrc/lang/coq/patches/patch-Makefile.common:1.6 pkgsrc/lang/coq/patches/patch-Makefile.common:1.7
--- pkgsrc/lang/coq/patches/patch-Makefile.common:1.6   Fri Jan 24 15:54:48 2020
+++ pkgsrc/lang/coq/patches/patch-Makefile.common       Tue Feb  9 22:37:43 2021
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile.common,v 1.6 2020/01/24 15:54:48 jaapb Exp $
+$NetBSD: patch-Makefile.common,v 1.7 2021/02/09 22:37:43 dholland Exp $
 
 Use BSD_INSTALL_*
 
---- Makefile.common.orig       2018-10-31 12:53:51.000000000 +0000
+--- Makefile.common.orig       2020-12-11 08:46:08.000000000 +0000
 +++ Makefile.common
-@@ -83,8 +83,8 @@ DYNOBJ:=.cmo
+@@ -90,8 +90,8 @@ DYNOBJ:=.cmo
  DYNLIB:=.cma
  endif
  

Added files:

Index: pkgsrc/lang/coq/patches/patch-Makefile.make
diff -u /dev/null pkgsrc/lang/coq/patches/patch-Makefile.make:1.1
--- /dev/null   Tue Feb  9 22:37:44 2021
+++ pkgsrc/lang/coq/patches/patch-Makefile.make Tue Feb  9 22:37:43 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.make,v 1.1 2021/02/09 22:37:43 dholland Exp $
+
+Use correct find(1) syntax.
+
+--- Makefile.make~     2020-12-11 08:46:08.000000000 +0000
++++ Makefile.make
+@@ -48,7 +48,7 @@
+ # !! FIND_SKIP_DIRS section of dev/doc/build-system.dev.txt         !!
+ # "-not -name ." to avoid skipping everything since we "find ."
+ # "-type d" to be able to find .merlin.in files
+-FIND_SKIP_DIRS:=-not -name . '(' \
++FIND_SKIP_DIRS:=! -name . '(' \
+   -name '{arch}' -o \
+   -name '.*' -type d -o \
+   -name '_darcs' -o \



Home | Main Index | Thread Index | Old Index