Build:
  1. 0
2024-01-29 15:19.02: New job: Voodoo prep coq-serapi.8.10.0+0.7.0; 2f2716194c736682cf52b4ef49f01db4
2024-01-29 15:19.02: Waiting for resource in pool OCluster
2024-01-29 18:48.07: Waiting for worker…
2024-01-29 18:49.16: Got resource from pool OCluster
2024-01-29 18:49.16: Using cache hint "docs-universe-prep-4.09.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.09@sha256:2175020731d760b901db2debdd92662123f57004e5304c27c7258f16a4489d47)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.09@sha256:2175020731d760b901db2debdd92662123f57004e5304c27c7258f16a4489d47)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.10.0+0.7.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coq.8.10.2 conf-findutils.1 cmdliner.1.2.0 base.v0.14.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:2f2716194c736682cf52b4ef49f01db4"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.419676') && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.09.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:49.16: RETRYING: 2024-01-29/151902-voodoo-prep-8246af Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
Updating files:  96% (31658/32638)
Updating files:  97% (31659/32638)
Updating files:  98% (31986/32638)
Updating files:  99% (32312/32638)
Updating files: 100% (32638/32638)
Updating files: 100% (32638/32638), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.09@sha256:2175020731d760b901db2debdd92662123f57004e5304c27c7258f16a4489d47)
2024-01-29 18:44.06 ---> using "25d88d1b626857f051462cc772d40857fce9f76abc6e3ad3fdfb36beaa5e174f" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:44.06 ---> using "0e9560127f09574bef13fc0c9fde3fba28d5dfd5e7344d6bc067b1b323155a11" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (938 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (1018 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:44.06 ---> using "790b900046d234fdec3c2b02c0b82c054518a5b8a671c1a0383c4f8016239c18" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:44.06 ---> using "0f4bca73cde6a1cfa225263cc6fc98dc526e233995d262de3ccfd8dff30d9e56" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:44.06 ---> using "88e5b3a38febdccffdf1764c4c0b4ed78777769a165e039a4ba6a9365f2110c1" from cache
2024-01-29 18:44.06 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.09@sha256:2175020731d760b901db2debdd92662123f57004e5304c27c7258f16a4489d47)
2024-01-29 18:44.06 ---> using "25d88d1b626857f051462cc772d40857fce9f76abc6e3ad3fdfb36beaa5e174f" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:44.06 ---> using "0e9560127f09574bef13fc0c9fde3fba28d5dfd5e7344d6bc067b1b323155a11" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:44.06 ---> using "6230ad3aa4a3523d9a7650ea748fe18d47bebf15ea32a6a3df8af7fc70965933" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:44.07 ---> using "00c4cefa97cfdbcafa0fdb64d5289540e69a1002e068f9ced35ff152255f2634" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:44.07 ---> using "964a2c95a2f11a2667c05832a5cbb6ab85391627038f40262aa2b76c1f8adfa5" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:44.07 ---> using "a442e89446686b789741e4325734ef99fdfc66e0d3b5b00dd0aa4783fcb5af3e" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.09. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.09 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-01-29 18:44.07 ---> using "364d483d88b6d615774ffb0c7e0b82fa019e25bfcf7a827a33dc87425c4a331e" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:44.07 ---> using "87d3a920475af21112c21b69179578adf12b6883fbdd526426b9fd4982c1b361" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:44.07 ---> using "5e5938d5b08b772f0fcd8408b203dca678da44acd43ff5d8ed6ed44624a35230" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.10.0+0.7.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coq.8.10.2 conf-findutils.1 cmdliner.1.2.0 base.v0.14.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (856 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy coq-serapi.8.10.0+0.7.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coq.8.10.2 conf-findutils.1 cmdliner.1.2.0 base.v0.14.3" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
findutils
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install sexplib0            v0.14.0
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install num                 1.5
  - install cmdliner            1.2.0
  - install conf-findutils      1
  - install result              1.5
  - install seq                 base
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install stdlib-shims        0.3.0
  - install coq                 8.10.2
  - install yojson              2.1.2
  - install dune-configurator   3.13.0
  - install ppxlib              0.25.1
  - install base                v0.14.3
  - install ppx_import          1.9.1
  - install ppx_deriving        5.2.1
  - install ppx_sexp_conv       v0.14.3
  - install parsexp             v0.14.2
  - install ppx_deriving_yojson 3.6.1
  - install sexplib             v0.14.0
  - install coq-serapi          8.10.0+0.7.0
===== 23 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/69:
Processing  2/69:
Processing  3/69:
Processing  4/69:
Processing  5/69: [conf-findutils: sh find . -name .]
-> retrieved base.v0.14.3  (cached)
Processing  6/69: [conf-findutils: sh find . -name .]
-> retrieved cmdliner.1.2.0  (cached)
Processing  7/69: [conf-findutils: sh find . -name .]
Processing  8/69: [cmdliner: make all] [conf-findutils: sh find . -name .]
-> retrieved coq.8.10.2  (cached)
Processing  9/69: [cmdliner: make all] [conf-findutils: sh find . -name .]
- + find . -name .
- .
-> compiled  conf-findutils.1
Processing  9/69: [cmdliner: make all]
-> installed conf-findutils.1
Processing 10/69: [cmdliner: make all]
-> retrieved coq-serapi.8.10.0+0.7.0  (cached)
Processing 11/69: [cmdliner: make all]
-> retrieved cppo.1.6.9  (cached)
Processing 12/69: [cmdliner: make all]
Processing 13/69: [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 14/69: [cmdliner: make all] [cppo: dune build]
Processing 15/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved num.1.5  (cached)
Processing 16/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 17/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 18/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy]
Processing 19/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved parsexp.v0.14.2  (cached)
Processing 20/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 21/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 22/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 23/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.6.1  (cached)
Processing 24/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_import.1.9.1  (cached)
Processing 25/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
Processing 26/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 27/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 28/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 29/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 30/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> installed seq.base
Processing 31/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib.v0.14.0  (cached)
Processing 32/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib0.v0.14.0  (cached)
Processing 33/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 34/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 35/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
Processing 36/69: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.25.1  (cached)
-> compiled  csexp.1.5.2
Processing 36/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 37/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.2.1.2  (cached)
-> compiled  ppx_derivers.1.2.1
Processing 37/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 38/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 38/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 39/69: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 40/69: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  cppo.1.6.9
Processing 40/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed cppo.1.6.9
Processing 41/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 42/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 42/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 43/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  sexplib0.v0.14.0
Processing 43/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [stdlib-shims: dune build] [yojson: dune build]
-> installed sexplib0.v0.14.0
Processing 44/69: [cmdliner: make all] [dune-configurator: rm] [num: make opam-legacy] [stdlib-shims: dune build] [yojson: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 44/69: [cmdliner: make all] [dune-configurator: rm] [stdlib-shims: dune build] [yojson: dune build]
-> installed num.1.5
Processing 45/69: [cmdliner: make all] [dune-configurator: rm] [stdlib-shims: dune build] [yojson: dune build]
Processing 46/69: [cmdliner: make all] [coq: ./configure no] [dune-configurator: rm] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 46/69: [cmdliner: make all] [coq: ./configure no] [dune-configurator: rm] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 47/69: [cmdliner: make all] [coq: ./configure no] [dune-configurator: rm] [yojson: dune build]
Processing 48/69: [cmdliner: make all] [coq: ./configure no] [dune-configurator: rm] [ppxlib: dune build] [yojson: dune build]
Processing 48/69: [cmdliner: make all] [coq: ./configure no] [dune-configurator: dune build] [ppxlib: dune build] [yojson: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 48/69: [coq: ./configure no] [dune-configurator: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 49/69: [coq: ./configure no] [dune-configurator: dune build] [ppxlib: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  yojson.2.1.2
Processing 49/69: [coq: ./configure no] [dune-configurator: dune build] [ppxlib: dune build] [cmdliner: make install]
- You have OCaml 4.09.1. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Num library installed. Good!
- CoqIde manually disabled:
- => no CoqIde will be built.
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   Coq VM bytecode link flags  : -dllib -lcoqrun -dllpath /home/opam/.opam/4.09/lib/coq/kernel/byterun
-   Other bytecode link flags   : 
-   OCaml version               : 4.09.1
-   OCaml binaries in           : /home/opam/.opam/4.09/bin/
-   OCaml library in            : /home/opam/.opam/4.09/lib/ocaml
-   OCaml flambda flags         : 
-   Native dynamic link support : true
-   CoqIde                      : no
-   Documentation               : None
-   Web browser                 : firefox -remote "OpenURL(%s,new-tab)" || firefox %s &
-   Coq web site                : http://coq.inria.fr/
-   Bytecode VM enabled         : true
-   Native Compiler enabled     : false
- 
-   Paths for true installation:
-   - the Coq binaries will be copied in /home/opam/.opam/4.09/bin
-   - the Coq library will be copied in /home/opam/.opam/4.09/lib/coq
-   - the Coqide configuration files will be copied in /home/opam/.opam/4.09/lib/coq/config
-   - the Coqide data files will be copied in /home/opam/.opam/4.09/share/coq
-   - the Coq man pages will be copied in /home/opam/.opam/4.09/man
-   - the Coq documentation will be copied in /home/opam/.opam/4.09/doc
-   - the Coqdoc LaTeX files will be copied in /home/opam/.opam/4.09/share/texmf/tex/latex/misc
- 
- If anything is wrong above, please restart './configure'.
- 
- *Warning* To compile the system for a new architecture
-           don't forget to do a 'make clean' before './configure'.
Processing 49/69: [coq: make] [dune-configurator: dune build] [ppxlib: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/4.09/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.09/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.09/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.09/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.09/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.09/lib/cmdliner"
Processing 49/69: [coq: make] [dune-configurator: dune build] [ppxlib: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/4.09/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.09/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.09/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 49/69: [coq: make] [dune-configurator: dune build] [ppxlib: dune build]
-> installed yojson.2.1.2
Processing 50/69: [coq: make] [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.13.0
Processing 50/69: [coq: make] [ppxlib: dune build]
-> installed dune-configurator.3.13.0
Processing 51/69: [coq: make] [ppxlib: dune build]
Processing 52/69: [base: dune build] [coq: make] [ppxlib: dune build]
-> compiled  base.v0.14.3
Processing 52/69: [coq: make] [ppxlib: dune build]
-> installed base.v0.14.3
Processing 53/69: [coq: make] [ppxlib: dune build]
Processing 54/69: [coq: make] [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.14.2
Processing 54/69: [coq: make] [ppxlib: dune build]
-> installed parsexp.v0.14.2
Processing 55/69: [coq: make] [ppxlib: dune build]
Processing 56/69: [coq: make] [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.14.0
Processing 56/69: [coq: make] [ppxlib: dune build]
-> installed sexplib.v0.14.0
Processing 57/69: [coq: make] [ppxlib: dune build]
-> compiled  ppxlib.0.25.1
Processing 57/69: [coq: make]
-> installed ppxlib.0.25.1
Processing 58/69: [coq: make]
Processing 59/69: [coq: make] [ppx_deriving: dune build]
Processing 60/69: [coq: make] [ppx_deriving: dune build] [ppx_import: dune build]
Processing 61/69: [coq: make] [ppx_deriving: dune build] [ppx_import: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_import.1.9.1
Processing 61/69: [coq: make] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_import.1.9.1
Processing 62/69: [coq: make] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_deriving.5.2.1
Processing 62/69: [coq: make] [ppx_sexp_conv: dune build]
-> installed ppx_deriving.5.2.1
Processing 63/69: [coq: make] [ppx_sexp_conv: dune build]
Processing 64/69: [coq: make] [ppx_deriving_yojson: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.14.3
Processing 64/69: [coq: make] [ppx_deriving_yojson: dune build]
-> installed ppx_sexp_conv.v0.14.3
Processing 65/69: [coq: make] [ppx_deriving_yojson: dune build]
-> compiled  ppx_deriving_yojson.3.6.1
Processing 65/69: [coq: make]
-> installed ppx_deriving_yojson.3.6.1
Processing 66/69: [coq: make]
+ /usr/bin/make "-j255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2)
- rm -f  
- cp -a "plugins/.merlin.in" "plugins/.merlin"
- cp -a "kernel/.merlin.in" "kernel/.merlin"
- cp -a "ide/.merlin.in" "ide/.merlin"
- cp -a ".merlin.in" ".merlin"
- cp -a "test-suite/unit-tests/.merlin.in" "test-suite/unit-tests/.merlin"
- cp -a "META.coq.in" "META.coq"
- mkdir bin
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build 
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
- OCAMLC    clib/segmenttree.mli
- OCAMLC    clib/unicode.mli
- OCAMLC    tools/coqdep_lexer.mli
- OCAMLLEX  tools/coqdep_lexer.mll
- OCAMLC    tools/coqdep_common.mli
- OCAMLC    kernel/genOpcodeFiles.ml
- OCAMLLEX  tools/ocamllibdep.mll
- OCAMLC    coqpp/coqpp_ast.mli
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLYACC  coqpp/coqpp_parse.mly
- OCAMLLEX  coqpp/coqpp_lex.mll
- mkdir -p gramlib/.pack
- 14 states, 417 transitions, table size 1752 bytes
- OCAMLLEX  tools/coqwc.mll
- OCAMLLEX  tools/coqdoc/cpretty.mll
- OCAMLLEX  ide/utf8_convert.mll
- OCAMLLEX  ide/protocol/xml_lexer.mll
- rm -f ide/coqide_os_specific.ml && cp ide/coqide_X11.ml.in ide/coqide_os_specific.ml && chmod a-w ide/coqide_os_specific.ml
- OCAMLLEX  ide/config_lexer.mll
- OCAMLLEX  ide/coq_lex.mll
- 15 states, 827 transitions, table size 3398 bytes
- printf '# 1 "%s"\n' gramlib/ploc.mli > gramlib/.pack/gramlib__Ploc.mli
- 80 states, 774 transitions, table size 3576 bytes
- WRITE kernel/uint63.ml
- printf '# 1 "%s"\n' gramlib/plexing.mli > gramlib/.pack/gramlib__Plexing.mli
- cat gramlib/ploc.mli >> gramlib/.pack/gramlib__Ploc.mli
- printf '# 1 "%s"\n' gramlib/gramext.mli > gramlib/.pack/gramlib__Gramext.mli
- 314 states, 4454 transitions, table size 19700 bytes
- 2927 additional bytes used for bindings
- cat gramlib/plexing.mli >> gramlib/.pack/gramlib__Plexing.mli
- 30 states, 1657 transitions, table size 6808 bytes
- 6052 additional bytes used for bindings
- printf '# 1 "%s"\n' gramlib/grammar.mli > gramlib/.pack/gramlib__Grammar.mli
- 97 states, 1352 transitions, table size 5990 bytes
- 244 states, 858 transitions, table size 4896 bytes
- cat gramlib/gramext.mli >> gramlib/.pack/gramlib__Gramext.mli
- cat gramlib/grammar.mli >> gramlib/.pack/gramlib__Grammar.mli
- printf '# 1 "%s"\n' gramlib/ploc.ml > gramlib/.pack/gramlib__Ploc.ml
- printf '# 1 "%s"\n' gramlib/plexing.ml > gramlib/.pack/gramlib__Plexing.ml
- printf '# 1 "%s"\n' gramlib/gramext.ml > gramlib/.pack/gramlib__Gramext.ml
- cat gramlib/ploc.ml >> gramlib/.pack/gramlib__Ploc.ml
- cat gramlib/plexing.ml >> gramlib/.pack/gramlib__Plexing.ml
- cat gramlib/gramext.ml >> gramlib/.pack/gramlib__Gramext.ml
- printf '# 1 "%s"\n' gramlib/grammar.ml > gramlib/.pack/gramlib__Grammar.ml
- echo " \
- module Ploc    = Gramlib__Ploc \
- module Plexing = Gramlib__Plexing \
- module Gramext = Gramlib__Gramext \
- module Grammar = Gramlib__Grammar" > gramlib/.pack/gramlib.ml
- 226 states, 14816 transitions, table size 60620 bytes
- cat gramlib/grammar.ml >> gramlib/.pack/gramlib__Grammar.ml
- OCAMLDEP  checker/MLFILES checker/MLIFILES
- OCAMLOPT  clib/segmenttree.ml
- OCAMLC    clib/segmenttree.ml
- OCAMLC    tools/coqdep_boot.ml
- WRITE kernel/byterun/coq_instruct.h
- WRITE kernel/byterun/coq_jumptbl.h
- OCAMLC    tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_parse.mli
- WRITE kernel/copcodes.ml
- CCDEP     kernel/byterun/coq_fix_code.c
- CCDEP     kernel/byterun/coq_interp.c
- CCDEP     kernel/byterun/coq_memory.c
- CCDEP     kernel/byterun/coq_values.c
- OCAMLC    clib/unicodetable.ml
- OCAMLC    coqpp/coqpp_parse.ml
- File "tools/ocamllibdep.mll", line 195, characters 13-30:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/ocamllibdep.mll", line 212, characters 13-30:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  tools/ocamllibdep.ml
- File "tools/ocamllibdep.mll", line 195, characters 13-30:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/ocamllibdep.mll", line 212, characters 13-30:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    coqpp/coqpp_lex.ml
- OCAMLBEST -o bin/ocamllibdep
- 2674 states, 8683 transitions, table size 50776 bytes
- OCAMLC -a bin/coqpp
- COQPP   vernac/g_vernac.mlg
- COQPP   vernac/g_proofs.mlg
- COQPP   toplevel/g_toplevel.mlg
- COQPP   plugins/syntax/g_string.mlg
- COQPP   plugins/syntax/g_numeral.mlg
- COQPP   plugins/ssrmatching/g_ssrmatching.mlg
- COQPP   plugins/ssr/ssrvernac.mlg
- COQPP   plugins/ssr/ssrparser.mlg
- COQPP   plugins/setoid_ring/g_newring.mlg
- COQPP   plugins/rtauto/g_rtauto.mlg
- COQPP   plugins/omega/g_omega.mlg
- COQPP   plugins/nsatz/g_nsatz.mlg
- COQPP   plugins/micromega/g_micromega.mlg
- COQPP   plugins/ltac/profile_ltac_tactics.mlg
- COQPP   plugins/ltac/g_tactic.mlg
- COQPP   plugins/ltac/g_rewrite.mlg
- COQPP   plugins/ltac/g_obligations.mlg
- COQPP   plugins/ltac/g_ltac.mlg
- COQPP   plugins/ltac/g_eqdecide.mlg
- COQPP   plugins/ltac/g_class.mlg
- COQPP   plugins/ltac/g_auto.mlg
- COQPP   plugins/ltac/extratactics.mlg
- COQPP   plugins/ltac/extraargs.mlg
- COQPP   plugins/ltac/coretactics.mlg
- COQPP   plugins/funind/g_indfun.mlg
- COQPP   plugins/firstorder/g_ground.mlg
- COQPP   plugins/extraction/g_extraction.mlg
- COQPP   plugins/derive/g_derive.mlg
- COQPP   plugins/cc/g_congruence.mlg
- COQPP   plugins/btauto/g_btauto.mlg
- COQPP   parsing/g_prim.mlg
- COQPP   parsing/g_constr.mlg
- OCAMLLIBDEP  checker/MLLIBFILES checker/MLPACKFILES
- OCAMLLIBDEP  plugins/MLLIBFILES plugins/MLPACKFILES
- OCAMLDEP  plugins/MLFILES plugins/MLIFILES
- OCAMLLIBDEP  MLLIBFILES MLPACKFILES
- OCAMLDEP  MLFILES MLIFILES
- OCAMLOPT  clib/unicodetable.ml
- OCAMLC    clib/unicode.ml
- OCAMLC    clib/minisys.ml
- OCAMLOPT  clib/unicode.ml
- OCAMLOPT  clib/minisys.ml
- OCAMLOPT  tools/coqdep_lexer.ml
- OCAMLOPT  tools/coqdep_common.ml
- File "tools/coqdep_common.ml", line 360, characters 16-34:
- 360 |   let compare = Pervasives.compare
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  tools/coqdep_boot.ml
- OCAMLBEST -o bin/coqdep_boot
- COQDEP    VFILES
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLC    config/coq_config.mli
- OCAMLC    clib/cObj.mli
- OCAMLC    clib/cEphemeron.mli
- OCAMLC    clib/cSig.mli
- OCAMLC    clib/hashset.mli
- OCAMLC    clib/orderedType.mli
- OCAMLC    clib/range.mli
- OCAMLC    clib/bigint.mli
- OCAMLC    clib/cArray.mli
- OCAMLC    clib/option.mli
- OCAMLC    clib/cUnix.mli
- OCAMLC    clib/cThread.mli
- OCAMLC    clib/trie.mli
- OCAMLC    clib/predicate.mli
- OCAMLC    clib/heap.mli
- OCAMLC    clib/unionfind.mli
- OCAMLC    clib/store.mli
- OCAMLC    clib/exninfo.mli
- OCAMLC    clib/iStream.mli
- OCAMLC    clib/terminal.mli
- OCAMLC    clib/monad.mli
- OCAMLC    clib/diff2.mli
- OCAMLC    lib/hook.mli
- OCAMLC    lib/flags.mli
- OCAMLC    lib/control.mli
- OCAMLC    lib/pp.mli
- OCAMLC    lib/xml_datatype.mli
- OCAMLC    lib/cProfile.mli
- OCAMLC    lib/spawn.mli
- OCAMLC    lib/remoteCounter.mli
- OCAMLC    lib/envars.mli
- OCAMLC    lib/coqProject_file.mli
- OCAMLC    kernel/uint63.mli
- OCAMLC    kernel/cPrimitives.mli
- OCAMLC    kernel/copcodes.ml
- OCAMLC    library/decl_kinds.ml
- OCAMLC    interp/numTok.mli
- OCAMLC    gramlib/.pack/gramlib.ml
- OCAMLC    tactics/dnet.mli
- OCAMLC    tactics/dn.mli
- OCAMLC    stm/spawned.mli
- OCAMLC    stm/dag.mli
- OCAMLC    stm/tQueue.mli
- OCAMLC    stm/workerPool.mli
- OCAMLC    stm/coqworkmgrApi.mli
- OCAMLC    stm/vio_checking.mli
- OCAMLC    toplevel/usage.mli
- OCAMLC    toplevel/workerLoop.mli
- OCAMLC    toplevel/coqc.mli
- OCAMLC    kernel/byterun/coq_fix_code.c
- OCAMLC    kernel/byterun/coq_memory.c
- OCAMLC    kernel/byterun/coq_values.c
- OCAMLC    kernel/byterun/coq_interp.c
- OCAMLC    plugins/ltac/tauto.mli
- OCAMLC    plugins/micromega/micromega.mli
- OCAMLC    plugins/micromega/itv.mli
- OCAMLC    plugins/micromega/sos_types.mli
- OCAMLC    plugins/micromega/persistent_cache.mli
- OCAMLC    plugins/micromega/g_micromega.mli
- OCAMLC    plugins/syntax/r_syntax.mli
- OCAMLC    plugins/ssr/ssrvernac.mli
- OCAMLC    plugins/rtauto/proof_search.mli
- OCAMLC    plugins/nsatz/utile.mli
- OCAMLC    plugins/nsatz/polynom.mli
- OCAMLC    checker/analyze.mli
- OCAMLC    checker/values.mli
- OCAMLC    checker/checker.mli
- OCAMLC    plugins/micromega/sos_lib.mli
- OCAMLC    plugins/micromega/csdpcert.mli
- OCAMLC    ide/protocol/xml_lexer.mli
- OCAMLC    ide/protocol/xml_parser.mli
- OCAMLC    ide/protocol/xml_printer.mli
- OCAMLC    ide/protocol/richpp.mli
- OCAMLC    tools/coq_tex.ml
- OCAMLC    tools/coqwc.ml
- OCAMLC    tools/coqdoc/cdglobals.mli
- OCAMLC    tools/coqdoc/alpha.mli
- "/home/opam/.opam/4.09/bin/ocamlfind" ocamlc -thread -rectypes -w +a-4-9-27-41-42-44-45-48-58   -safe-string -strict-sequence  ide/default_bindings_src.ml -o ide/default_bindings_src.exe
- OCAMLC    tools/coqworkmgr.ml
- CHECK revision
- OCAMLOPT  config/coq_config.ml
- OCAMLOPT  clib/cObj.ml
- OCAMLOPT  clib/cEphemeron.ml
- OCAMLC    clib/cMap.mli
- OCAMLC    clib/hashcons.mli
- OCAMLC    clib/cList.mli
- OCAMLC    clib/cStack.mli
- OCAMLOPT  clib/option.ml
- OCAMLOPT  clib/cThread.ml
- OCAMLOPT  clib/trie.ml
- OCAMLOPT  clib/predicate.ml
- OCAMLOPT  clib/heap.ml
- OCAMLOPT  clib/unionfind.ml
- OCAMLC    clib/backtrace.mli
- OCAMLC    clib/dyn.mli
- OCAMLOPT  clib/iStream.ml
- OCAMLOPT  clib/terminal.ml
- OCAMLOPT  clib/monad.ml
- OCAMLOPT  clib/diff2.ml
- OCAMLOPT  lib/hook.ml
- OCAMLC    lib/pp_diff.mli
- OCAMLC    lib/loc.mli
- OCAMLC    lib/rtree.mli
- OCAMLC    lib/system.mli
- OCAMLC    lib/explore.mli
- OCAMLC    lib/future.mli
- OCAMLC    lib/genarg.mli
- OCAMLOPT  kernel/uint63.ml
- coq_interp.c: In function 'coq_interprete':
- coq_interp.c:238:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=]
-   238 |     coq_instr_base = coq_Jumptbl_base;
-       |                    ^
- coq_interp.c:50:26: note: 'coq_lbl_ACC0' declared here
-    50 | #  define Instruct(name) coq_lbl_##name:
-       |                          ^~~~~~~~
- coq_interp.c:262:7: note: in expansion of macro 'Instruct'
-   262 |       Instruct(ACC0){
-       |       ^~~~~~~~
- In file included from coq_interp.c:22:
- coq_fix_code.h:20:15: note: 'coq_instr_base' declared here
-    20 | extern char * coq_instr_base;
-       |               ^~~~~~~~~~~~~~
- OCAMLOPT  kernel/cPrimitives.ml
- OCAMLOPT  kernel/copcodes.ml
- OCAMLOPT  library/decl_kinds.ml
- OCAMLC    library/kindops.mli
- OCAMLC    engine/logic_monad.mli
- OCAMLOPT  interp/numTok.ml
- OCAMLOPT  gramlib/.pack/gramlib.ml
- OCAMLC    gramlib/.pack/gramlib__Gramext.mli
- OCAMLC    vernac/attributes.mli
- OCAMLC    vernac/locality.mli
- OCAMLC    stm/vcs.mli
- OCAMLOPT  stm/coqworkmgrApi.ml
- OCAMLOPT  toplevel/usage.ml
- OCAMLOPT  plugins/micromega/micromega.ml
- OCAMLC    plugins/micromega/mutils.mli
- OCAMLOPT  plugins/micromega/itv.ml
- OCAMLOPT  plugins/micromega/sos_types.ml
- OCAMLC    plugins/micromega/certificate.mli
- OCAMLC    plugins/nsatz/ideal.mli
- OCAMLOPT  checker/values.ml
- OCAMLC    checker/validate.mli
- OCAMLOPT  plugins/micromega/sos_lib.ml
- OCAMLC    plugins/micromega/sos.mli
- OCAMLOPT  ide/protocol/xml_lexer.ml
- OCAMLOPT  ide/protocol/xml_printer.ml
- OCAMLC    ide/protocol/serialize.mli
- OCAMLC    tools/coqdep.ml
- OCAMLOPT  tools/coq_tex.ml
- OCAMLOPT  tools/coqwc.ml
- OCAMLOPT  tools/coqdoc/cdglobals.ml
- OCAMLC    tools/coqdoc/index.mli
- OCAMLC    tools/coqdoc/cpretty.mli
- OCAMLOPT -a -o config/config.cmxa
- OCAMLOPT  clib/cMap.ml
- OCAMLC    clib/int.mli
- OCAMLC    clib/cSet.mli
- OCAMLC    clib/cString.mli
- OCAMLC    clib/hMap.mli
- OCAMLC    lib/stateid.mli
- OCAMLC    lib/cErrors.mli
- OCAMLC    lib/cWarnings.mli
- OCAMLC    lib/cAst.mli
- OCAMLC    lib/aux_file.mli
- File "plugins/micromega/sos_lib.ml", line 16, characters 10-28:
- 16 | let cmp = Pervasives.compare (** FIXME *)
-                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    kernel/evar.mli
- OCAMLC    library/summary.mli
- OCAMLC    gramlib/.pack/gramlib__Ploc.mli
- OCAMLOPT  gramlib/.pack/gramlib__Gramext.ml
- OCAMLOPT  tactics/dnet.ml
- OCAMLC    plugins/micromega/vect.mli
- OCAMLOPT  checker/analyze.ml
- File "plugins/micromega/sos_lib.ml", line 494, characters 15-33:
- 494 |   let fd = try Pervasives.open_in filename
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/sos_lib.ml", line 498, characters 16-37:
- 498 |     try let l = Pervasives.input_line fd in
-                       ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/sos_lib.ml", line 502, characters 3-22:
- 502 |   (Pervasives.close_in fd; data);;
-          ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/sos_lib.ml", line 508, characters 11-30:
- 508 |   let fd = Pervasives.open_out filename in
-                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    tools/coqdoc/tokens.mli
- OCAMLC    tools/coqdoc/output.mli
- OCAMLOPT  tools/coqworkmgr.ml
- OCAMLC    lib/acyclicGraph.mli
- File "tools/coqdep.ml", line 300, characters 16-34:
- 300 |   let compare = Pervasives.compare
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    lib/feedback.mli
- OCAMLC    ide/document.mli
- OCAMLC    lib/dAst.mli
- OCAMLC    lib/util.mli
- OCAMLOPT  checker/validate.ml
- OCAMLOPT  tools/coqdoc/alpha.ml
- OCAMLC    plugins/micromega/polynomial.mli
- OCAMLOPT  ide/protocol/xml_parser.ml
- File "checker/analyze.ml", line 398, characters 19-40:
- 398 |   let input_byte = Pervasives.input_byte
-                          ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    tools/coqdoc/main.ml
- File "checker/analyze.ml", line 399, characters 25-52:
- 399 |   let input_binary_int = Pervasives.input_binary_int
-                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    stm/asyncTaskQueue.mli
- OCAMLC    tools/coq_makefile.ml
- OCAMLBEST -o bin/coq-tex
- OCAMLBEST -o bin/coqwc
- OCAMLC    plugins/micromega/simplex.mli
- OCAMLOPT  tools/coqdoc/index.ml
- OCAMLOPT  plugins/micromega/sos.ml
- OCAMLC    ide/protocol/interface.ml
- File "tools/coqdoc/main.ml", line 399, characters 20-42:
- 399 |       while true do Pervasives.output_char cout (input_char cin) done
-                           ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  clib/int.ml
- OCAMLC    kernel/names.mli
- OCAMLC    kernel/esubst.mli
- OCAMLC    gramlib/.pack/gramlib__Plexing.mli
- OCAMLC    parsing/tok.mli
- OCAMLC    vernac/explainErr.mli
- OCAMLC    plugins/omega/omega.ml
- OCAMLC    plugins/micromega/mfourier.mli
- OCAMLC    ide/protocol/xmlprotocol.mli
- OCAMLC    gramlib/.pack/gramlib__Grammar.mli
- ide/default_bindings_src.exe ide/default.bindings
- OCAMLC    ide/fake_ide.ml
- File "plugins/omega/omega.ml", line 245, characters 38-52:
- 245 | let nf_linear = List.sort (fun x y -> Pervasives.(-) y.v x.v)
-                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    parsing/cLexer.mli
- OCAMLOPT  clib/hashset.ml
- OCAMLOPT  clib/orderedType.ml
- OCAMLOPT  clib/cList.ml
- OCAMLOPT  clib/range.ml
- OCAMLOPT  clib/hMap.ml
- OCAMLOPT  clib/bigint.ml
- OCAMLOPT  clib/dyn.ml
- OCAMLC    kernel/transparentState.mli
- OCAMLC    kernel/univ.mli
- OCAMLC    kernel/retroknowledge.mli
- OCAMLC    library/libnames.mli
- OCAMLC    library/loadpath.mli
- OCAMLC    engine/evar_kinds.mli
- OCAMLC    pretyping/locus.ml
- OCAMLC    proofs/goal_select.mli
- OCAMLOPT  stm/dag.ml
- OCAMLC    plugins/extraction/miniml.mli
- OCAMLOPT  tools/coqdoc/tokens.ml
- File "clib/hashset.ml", line 121, characters 8-20:
- 121 |         Obj.truncate (Obj.repr bucket) (prev_len + 1);
-               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.truncate
- File "clib/hashset.ml", line 122, characters 8-20:
- 122 |         Obj.truncate (Obj.repr hbucket) prev_len;
-               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.truncate
- OCAMLC    kernel/conv_oracle.mli
- OCAMLC    pretyping/locusops.mli
- OCAMLC    library/coqlib.mli
- OCAMLC    plugins/extraction/modutil.mli
- OCAMLC    plugins/extraction/common.mli
- OCAMLC    plugins/extraction/ocaml.mli
- OCAMLC    plugins/extraction/haskell.mli
- OCAMLC    plugins/extraction/scheme.mli
- OCAMLC    plugins/extraction/json.mli
- OCAMLC    kernel/uGraph.mli
- OCAMLC    kernel/sorts.mli
- OCAMLC    library/decls.mli
- OCAMLC    engine/univNames.mli
- OCAMLOPT  clib/store.ml
- OCAMLOPT  clib/hashcons.ml
- OCAMLOPT  tools/coqdoc/output.ml
- OCAMLC    kernel/context.mli
- OCAMLOPT  clib/exninfo.ml
- File "tools/coqdoc/output.ml", line 16, characters 20-42:
- 16 | let output_char c = Pervasives.output_char !out_channel c
-                          ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/coqdoc/output.ml", line 18, characters 22-46:
- 18 | let output_string s = Pervasives.output_string !out_channel s
-                            ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  clib/cSet.ml
- OCAMLC    kernel/constr.mli
- OCAMLOPT  plugins/micromega/mutils.ml
- File "tools/coqdoc/output.ml", line 530, characters 18-36:
- 530 |         let cin = Pervasives.open_in !header_file in
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/coqdoc/output.ml", line 533, characters 22-43:
- 533 |               let s = Pervasives.input_line cin in
-                             ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/coqdoc/output.ml", line 536, characters 30-49:
- 536 |           with End_of_file -> Pervasives.close_in cin
-                                     ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  clib/backtrace.ml
- OCAMLOPT  lib/loc.ml
- File "tools/coqdoc/output.ml", line 551, characters 18-36:
- 551 |         let cin = Pervasives.open_in !footer_file in
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/coqdoc/output.ml", line 554, characters 22-43:
- 554 |               let s = Pervasives.input_line cin in
-                             ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tools/coqdoc/output.ml", line 557, characters 30-49:
- 557 |           with End_of_file -> Pervasives.close_in cin
-                                     ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/mutils.ml", line 24, characters 36-54:
- 24 |   let compare : int -> int -> int = Pervasives.compare
-                                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    kernel/vars.mli
- OCAMLC    kernel/term.mli
- OCAMLC    kernel/mod_subst.mli
- OCAMLC    kernel/vmvalues.mli
- File "plugins/micromega/mutils.ml", line 357, characters 32-46:
- 357 |   let max : int -> int -> int = Pervasives.max
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    kernel/nativevalues.mli
- OCAMLC    library/keys.mli
- OCAMLC    engine/univSubst.mli
- OCAMLC    engine/univProblem.mli
- OCAMLC    engine/univops.mli
- OCAMLC    engine/nameops.mli
- OCAMLC    pretyping/pattern.ml
- OCAMLOPT  clib/cString.ml
- OCAMLOPT  clib/cStack.ml
- OCAMLOPT  clib/cArray.ml
- OCAMLOPT  lib/cAst.ml
- OCAMLOPT  gramlib/.pack/gramlib__Ploc.ml
- OCAMLOPT  lib/flags.ml
- OCAMLOPT  lib/control.ml
- OCAMLC    kernel/opaqueproof.mli
- OCAMLC    library/globnames.mli
- OCAMLC    library/libobject.mli
- OCAMLC    library/goptions.mli
- OCAMLC    engine/univMinim.mli
- OCAMLC    tactics/term_dnet.mli
- OCAMLC    kernel/cbytecodes.mli
- OCAMLC    kernel/vm.mli
- OCAMLOPT  lib/dAst.ml
- OCAMLOPT  plugins/micromega/vect.ml
- OCAMLOPT  plugins/micromega/csdpcert.ml
- OCAMLC    library/nametab.mli
- OCAMLC    library/library.mli
- OCAMLC    kernel/cemitcodes.mli
- OCAMLOPT  clib/cUnix.ml
- OCAMLOPT  ide/protocol/serialize.ml
- OCAMLC    kernel/declarations.ml
- File "plugins/micromega/vect.ml", line 151, characters 15-33:
- 151 |      let cmp = Pervasives.compare v1 v2 in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/csdpcert.ml", line 139, characters 45-59:
- 139 |   let (lt,i) =  try (List.find (fun (x,_) -> Pervasives.(=) (snd x) Mc.Strict) l)
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/vect.ml", line 166, characters 15-33:
- 166 |      let cmp = Pervasives.compare v1 v2 in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    library/lib.mli
- OCAMLOPT  lib/coqProject_file.ml
- OCAMLC    kernel/entries.ml
- OCAMLC    kernel/environ.mli
- OCAMLC    kernel/cooking.mli
- OCAMLC    library/states.mli
- OCAMLOPT  plugins/micromega/polynomial.ml
- OCAMLOPT -a -o clib/clib.cmxa
- OCAMLOPT  lib/util.ml
- OCAMLOPT  lib/pp.ml
- OCAMLC    kernel/declareops.mli
- OCAMLC    interp/discharge.mli
- OCAMLC    kernel/primred.mli
- OCAMLC    kernel/cClosure.mli
- OCAMLC    kernel/reduction.mli
- OCAMLC    kernel/clambda.mli
- OCAMLC    kernel/nativelambda.mli
- OCAMLC    kernel/cbytegen.mli
- OCAMLC    kernel/csymtable.mli
- OCAMLC    kernel/type_errors.mli
- OCAMLC    kernel/modops.mli
- OCAMLC    kernel/inductive.mli
- OCAMLC    kernel/typeops.mli
- OCAMLC    kernel/indTyping.mli
- OCAMLC    kernel/term_typing.mli
- OCAMLC    kernel/subtyping.mli
- OCAMLC    kernel/mod_typing.mli
- OCAMLC    engine/univGen.mli
- OCAMLC    pretyping/inferCumulativity.mli
- OCAMLC    pretyping/arguments_renaming.mli
- OCAMLC    pretyping/heads.mli
- OCAMLC    printing/printmod.mli
- OCAMLC    plugins/extraction/table.mli
- File "plugins/micromega/polynomial.ml", line 281, characters 18-32:
- 281 | let is_strict c = Pervasives.(=) c.op  Gt
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    checker/checkInductive.mli
- OCAMLC    checker/mod_checking.mli
- OCAMLC    checker/checkTypes.mli
- OCAMLC    checker/check_stat.mli
- File "lib/pp.ml", line 200, characters 33-44:
- 200 |     | Ppcmd_tag(tag, s)       -> pp_open_tag  ft tag;
-                                        ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "lib/pp.ml", line 202, characters 33-45:
- 202 |                                  pp_close_tag ft ()
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- OCAMLC    kernel/vconv.mli
- File "plugins/micromega/polynomial.ml", line 425, characters 35-49:
- 425 |     | e::l -> Some (List.fold_left Pervasives.min e l)
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    kernel/nativecode.mli
- OCAMLC    kernel/nativeconv.mli
- OCAMLC    kernel/retypeops.mli
- OCAMLC    kernel/indtypes.mli
- File "plugins/micromega/polynomial.ml", line 659, characters 46-64:
- 659 |                                          else Pervasives.compare s1 s2
-                                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 660, characters 40-58:
- 660 |         | Hyp i       , Hyp j        -> Pervasives.compare i j
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 661, characters 40-58:
- 661 |         | Def i       , Def j        -> Pervasives.compare i j
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 670, characters 43-61:
- 670 |         |   _          ,   _            -> Pervasives.compare (id_of_constr p1) (id_of_constr p2)
-                                                  ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 788, characters 25-39:
- 788 |         | hyp'::l' -> if Pervasives.(=) hyp hyp' then i else xid_of_hyp (i+1) l' in
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 876, characters 12-26:
- 876 |          if Pervasives.(=) rst Done
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/extraction/mlutil.mli
- File "kernel/indtypes.mli", line 36, characters 0-55:
- 36 | [@@ocaml.deprecated "Use [Type_errors.InductiveError]"]
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 53: the "ocaml.deprecated" attribute cannot appear in this context
- OCAMLC    kernel/nativelib.mli
- OCAMLC    kernel/nativelibrary.mli
- OCAMLC    kernel/safe_typing.mli
- OCAMLBEST -o plugins/micromega/csdpcert
- OCAMLOPT  tools/coqdoc/cpretty.ml
- OCAMLOPT  lib/envars.ml
- OCAMLOPT  kernel/esubst.ml
- OCAMLOPT  gramlib/.pack/gramlib__Plexing.ml
- OCAMLOPT  parsing/tok.ml
- OCAMLOPT  tactics/dn.ml
- OCAMLOPT  plugins/omega/omega.ml
- OCAMLOPT  ide/protocol/richpp.ml
- OCAMLOPT  lib/pp_diff.ml
- OCAMLOPT  lib/stateid.ml
- OCAMLOPT  lib/cErrors.ml
- OCAMLOPT  lib/rtree.ml
- OCAMLOPT  kernel/evar.ml
- OCAMLC    library/global.mli
- OCAMLC    library/declaremods.mli
- OCAMLC    engine/uState.mli
- OCAMLC    checker/safe_checking.mli
- File "ide/protocol/richpp.ml", line 97, characters 2-32:
- 97 |   pp_set_formatter_tag_functions ft tag_functions;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "ide/protocol/richpp.ml", line 110, characters 2-13:
- 110 |   pp_open_tag ft "pp";
-         ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- OCAMLC    checker/check.mli
- File "ide/protocol/richpp.ml", line 112, characters 2-14:
- 112 |   pp_close_tag ft ();
-         ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "plugins/omega/omega.ml", line 245, characters 38-52:
- 245 | let nf_linear = List.sort (fun x y -> Pervasives.(-) y.v x.v)
-                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  lib/feedback.ml
- OCAMLOPT  gramlib/.pack/gramlib__Grammar.ml
- OCAMLOPT  ide/document.ml
- OCAMLOPT  lib/acyclicGraph.ml
- OCAMLOPT  lib/cProfile.ml
- OCAMLOPT  lib/future.ml
- OCAMLOPT  lib/spawn.ml
- OCAMLOPT  lib/genarg.ml
- OCAMLOPT  lib/remoteCounter.ml
- OCAMLOPT  kernel/names.ml
- OCAMLOPT  library/kindops.ml
- OCAMLC    engine/evd.mli
- OCAMLOPT  stm/vcs.ml
- OCAMLOPT  stm/tQueue.ml
- OCAMLOPT  stm/workerPool.ml
- OCAMLOPT  plugins/micromega/persistent_cache.ml
- File "lib/future.ml", line 71, characters 50-64:
- 71 |   ref (Ongoing (name, CEphemeron.create (uuid, f, Pervasives.ref x)))
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  lib/cWarnings.ml
- OCAMLOPT  lib/explore.ml
- OCAMLOPT  lib/aux_file.ml
- OCAMLOPT  engine/logic_monad.ml
- OCAMLOPT  plugins/nsatz/utile.ml
- OCAMLOPT  ide/protocol/interface.ml
- OCAMLOPT  tools/coq_makefile.ml
- OCAMLC    engine/eConstr.mli
- OCAMLC    engine/proofview_monad.mli
- OCAMLC    pretyping/indrec.mli
- File "engine/logic_monad.ml", line 44, characters 9-25:
- 44 |   | _ -> Pervasives.raise CErrors.Unhandled
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "engine/logic_monad.ml", line 73, characters 19-33:
- 73 |   type 'a ref = 'a Pervasives.ref
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "engine/logic_monad.ml", line 77, characters 28-42:
- 77 |   let ref a = (); fun () -> Pervasives.ref a
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "engine/logic_monad.ml", line 96, characters 32-52:
- 96 |   let read_line = fun () -> try Pervasives.read_line () with e ->
-                                      ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  plugins/micromega/mfourier.ml
- OCAMLOPT  plugins/micromega/simplex.ml
- OCAMLOPT  stm/spawned.ml
- OCAMLOPT  plugins/nsatz/polynom.ml
- OCAMLOPT  ide/protocol/xmlprotocol.ml
- OCAMLOPT  lib/system.ml
- OCAMLOPT  library/summary.ml
- OCAMLOPT  parsing/cLexer.ml
- File "plugins/micromega/mfourier.ml", line 18, characters 34-52:
- 18 | let compare_float (p : float) q = Pervasives.compare p q
-                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    engine/namegen.mli
- OCAMLC    engine/termops.mli
- OCAMLC    engine/proofview.mli
- OCAMLC    pretyping/pretype_errors.mli
- OCAMLC    pretyping/reductionops.mli
- OCAMLC    pretyping/inductiveops.mli
- OCAMLC    pretyping/retyping.mli
- OCAMLC    pretyping/vnorm.mli
- OCAMLC    pretyping/nativenorm.mli
- OCAMLC    pretyping/cbv.mli
- OCAMLC    pretyping/evardefine.mli
- OCAMLC    pretyping/typing.mli
- OCAMLC    pretyping/typeclasses_errors.mli
- OCAMLC    pretyping/typeclasses.mli
- OCAMLC    pretyping/classops.mli
- OCAMLC    pretyping/program.mli
- OCAMLC    proofs/goal.mli
- OCAMLC    tactics/btermdn.mli
- OCAMLC    plugins/firstorder/formula.mli
- OCAMLC    plugins/firstorder/unify.mli
- File "plugins/micromega/simplex.ml", line 590, characters 12-26:
- 590 |          if Pervasives.(=) (snd v) Eq
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/extraction/extraction.mli
- File "plugins/micromega/simplex.ml", line 654, characters 13-27:
- 654 |           if Pervasives.(=) op Eq
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "library/summary.ml", line 156, characters 10-24:
- 156 |   let r = Pervasives.ref (CEphemeron.create init, name) in
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "gramlib/grammar.ml", lines 875-879, characters 4-27:
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "gramlib/grammar.ml", lines 885-904, characters 4-26:
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "plugins/micromega/mfourier.ml", line 590, characters 34-48:
- 590 |       List.fold_left (fun fr c -> Pervasives.max fr (Vect.fresh c.coeffs)) 0 l in
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    engine/evarutil.mli
- OCAMLC    pretyping/glob_term.ml
- OCAMLC    proofs/tactypes.ml
- OCAMLC    pretyping/find_subterm.mli
- OCAMLC    pretyping/evarsolve.mli
- OCAMLC    engine/ftactic.mli
- OCAMLC    proofs/refine.mli
- OCAMLC    proofs/logic.mli
- OCAMLC    proofs/refiner.mli
- OCAMLC    proofs/tacmach.mli
- OCAMLC    tactics/hipattern.mli
- OCAMLC    tactics/abstract.mli
- OCAMLC    tactics/eqdecide.mli
- OCAMLC    plugins/cc/ccalgo.mli
- OCAMLC    plugins/omega/coq_omega.mli
- OCAMLC    plugins/micromega/coq_micromega.mli
- OCAMLC    plugins/rtauto/refl_tauto.mli
- OCAMLC    plugins/nsatz/nsatz.mli
- OCAMLC    plugins/btauto/refl_btauto.mli
- OCAMLC    pretyping/recordops.mli
- OCAMLOPT  tools/coqdoc/main.ml
- OCAMLC    proofs/miscprint.mli
- OCAMLC    tactics/tacticals.mli
- OCAMLC    tactics/contradiction.mli
- OCAMLC    tactics/inv.mli
- OCAMLC    plugins/ltac/extratactics.mli
- OCAMLC    plugins/funind/invfun.mli
- OCAMLC    pretyping/geninterp.mli
- OCAMLC    pretyping/evarconv.mli
- OCAMLC    interp/constrexpr.ml
- OCAMLC    interp/declare.mli
- OCAMLOPT  tools/coqdep.ml
- OCAMLOPT -a -o lib/lib.cmxa
- OCAMLC    plugins/funind/functional_principles_types.mli
- OCAMLC    plugins/cc/ccproof.mli
- cd kernel/byterun/ && \
- "/home/opam/.opam/4.09/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_memory.o coq_values.o coq_interp.o
- File "tools/coqdoc/main.ml", line 399, characters 20-42:
- 399 |       while true do Pervasives.output_char cout (input_char cin) done
-                           ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/ltac_pretype.ml
- OCAMLC    pretyping/coercion.mli
- OCAMLC    tactics/ind_tables.mli
- OCAMLC    interp/notation_term.ml
- OCAMLC    interp/smartlocate.mli
- OCAMLC    interp/constrexpr_ops.mli
- OCAMLC    interp/impargs.mli
- OCAMLC    interp/modintern.mli
- OCAMLC    proofs/proof.mli
- OCAMLC    printing/pputils.mli
- OCAMLC    printing/prettyp.mli
- OCAMLC    tactics/leminv.mli
- OCAMLC    plugins/cc/cctac.mli
- OCAMLOPT  plugins/micromega/certificate.ml
- File "tools/coqdep.ml", line 300, characters 16-34:
- 300 |   let compare = Pervasives.compare
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/funind/glob_term_to_relation.mli
- OCAMLBEST -o bin/coq_makefile
- OCAMLBEST -o bin/coqworkmgr
- OCAMLC    pretyping/glob_ops.mli
- OCAMLC    pretyping/patternops.mli
- OCAMLC    pretyping/constr_matching.mli
- OCAMLC    pretyping/tacred.mli
- OCAMLC    pretyping/detyping.mli
- OCAMLC    pretyping/globEnv.mli
- OCAMLC    pretyping/pretyping.mli
- OCAMLC    proofs/evar_refiner.mli
- OCAMLC    tactics/eqschemes.mli
- OCAMLC    tactics/elimschemes.mli
- OCAMLC    vernac/auto_ind_decl.mli
- OCAMLOPT  plugins/nsatz/ideal.ml
- OCAMLC    interp/genintern.mli
- OCAMLC    interp/notation_ops.mli
- OCAMLC    interp/notation.mli
- OCAMLC    interp/syntax_def.mli
- OCAMLC    interp/reserve.mli
- OCAMLC    parsing/extend.ml
- OCAMLC    printing/proof_diffs.mli
- OCAMLC    interp/implicit_quantifiers.mli
- OCAMLC    proofs/proof_bullet.mli
- OCAMLC    proofs/proof_global.mli
- OCAMLOPT  plugins/extraction/miniml.ml
- File "plugins/micromega/certificate.ml", line 96, characters 5-19:
- 96 |   if Pervasives.(=) y' x then y'
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  kernel/transparentState.ml
- OCAMLOPT  kernel/univ.ml
- OCAMLOPT  kernel/retroknowledge.ml
- OCAMLOPT  library/libnames.ml
- OCAMLOPT  engine/evar_kinds.ml
- OCAMLOPT  pretyping/locus.ml
- OCAMLC    pretyping/cases.mli
- OCAMLC    pretyping/unification.mli
- OCAMLC    plugins/funind/glob_termops.mli
- OCAMLBEST -o bin/coqdoc
- OCAMLC    interp/stdarg.mli
- OCAMLC    interp/constrintern.mli
- OCAMLC    tactics/genredexpr.ml
- OCAMLC    plugins/ssrmatching/ssrmatching.mli
- OCAMLC    interp/dumpglob.mli
- OCAMLC    interp/constrextern.mli
- OCAMLC    parsing/notation_gram.ml
- OCAMLC    parsing/pcoq.mli
- OCAMLC    vernac/search.mli
- OCAMLC    plugins/extraction/extract_env.mli
- OCAMLC    plugins/derive/derive.mli
- OCAMLOPT  kernel/conv_oracle.ml
- OCAMLC    proofs/pfedit.mli
- OCAMLOPT  pretyping/locusops.ml
- OCAMLC    proofs/clenv.mli
- OCAMLC    vernac/himsg.mli
- OCAMLC    tactics/redops.mli
- OCAMLC    tactics/redexpr.mli
- OCAMLC    tactics/ppred.mli
- OCAMLOPT -a -o ide/protocol/ideprotocol.cmxa
- OCAMLOPT  ide/fake_ide.ml
- OCAMLOPT -a -o ide/ide_common.cmxa
- OCAMLBEST -o bin/coqdep
- OCAMLC    parsing/ppextend.mli
- OCAMLC    parsing/notgram_ops.mli
- OCAMLC    printing/genprint.mli
- OCAMLC    printing/ppconstr.mli
- OCAMLC    printing/printer.mli
- OCAMLC    vernac/vernacstate.mli
- OCAMLC    vernac/egramcoq.mli
- OCAMLC    toplevel/coqcargs.mli
- OCAMLC    plugins/ssrmatching/g_ssrmatching.mli
- OCAMLOPT  library/loadpath.ml
- OCAMLC    proofs/clenvtac.mli
- OCAMLOPT -a -o gramlib/.pack/gramlib.cmxa
- OCAMLC    parsing/g_constr.ml
- OCAMLC    parsing/g_prim.ml
- OCAMLC    tactics/hints.mli
- OCAMLC    tactics/tactics.mli
- OCAMLC    vernac/assumptions.mli
- OCAMLC    tactics/auto.mli
- OCAMLC    tactics/eauto.mli
- OCAMLC    tactics/class_tactics.mli
- OCAMLC    vernac/vernacexpr.ml
- OCAMLC    plugins/firstorder/sequent.mli
- OCAMLC    tactics/elim.mli
- OCAMLC    tactics/equality.mli
- OCAMLC    plugins/firstorder/rules.mli
- OCAMLC    plugins/firstorder/ground.mli
- OCAMLC    tactics/autorewrite.mli
- OCAMLC    vernac/pvernac.mli
- OCAMLC    vernac/vernacprop.mli
- OCAMLC    vernac/egramml.mli
- OCAMLC    vernac/vernacextend.mli
- OCAMLC    vernac/ppvernac.mli
- OCAMLC    vernac/proof_using.mli
- OCAMLC    vernac/lemmas.mli
- OCAMLC    vernac/metasyntax.mli
- OCAMLC    vernac/indschemes.mli
- OCAMLC    vernac/comAssumption.mli
- OCAMLC    vernac/comInductive.mli
- OCAMLC    vernac/comFixpoint.mli
- OCAMLC    vernac/comProgramFixpoint.mli
- OCAMLC    vernac/classes.mli
- OCAMLC    vernac/record.mli
- OCAMLC    vernac/mltop.mli
- OCAMLC    vernac/topfmt.mli
- OCAMLC    plugins/ltac/tacexpr.mli
- OCAMLC    plugins/syntax/string_notation.mli
- OCAMLC    plugins/syntax/numeral.mli
- OCAMLC    plugins/firstorder/instances.mli
- OCAMLC    vernac/g_vernac.ml
- OCAMLC    vernac/vernacentries.mli
- OCAMLC    toplevel/g_toplevel.ml
- OCAMLC    stm/vernac_classifier.mli
- OCAMLC    vernac/class.mli
- OCAMLC    vernac/declareDef.mli
- OCAMLC    vernac/obligations.mli
- OCAMLC    vernac/comDefinition.mli
- OCAMLC    stm/stm.mli
- OCAMLC    plugins/syntax/int63_syntax.ml
- OCAMLC    plugins/funind/indfun_common.mli
- OCAMLC    plugins/derive/g_derive.ml
- OCAMLC    plugins/syntax/g_string.ml
- OCAMLC    plugins/syntax/g_numeral.ml
- OCAMLC    plugins/ltac/tacarg.mli
- OCAMLC    plugins/ltac/tacsubst.mli
- OCAMLC    plugins/ltac/tacenv.mli
- OCAMLC    plugins/ltac/pptactic.mli
- OCAMLC    plugins/ltac/pltac.mli
- OCAMLC    plugins/ltac/taccoerce.mli
- OCAMLC    plugins/ltac/tactic_debug.mli
- OCAMLC    plugins/ltac/tacintern.mli
- OCAMLC    plugins/ltac/profile_ltac.mli
- OCAMLC    plugins/ltac/tactic_matching.mli
- OCAMLC    plugins/ltac/tactic_option.mli
- OCAMLC    plugins/ltac/tacexpr.ml
- OCAMLC    stm/proofBlockDelimiter.mli
- OCAMLC    toplevel/vernac.mli
- OCAMLC    toplevel/coqargs.mli
- OCAMLC    plugins/funind/recdef.mli
- OCAMLC    plugins/funind/functional_principles_proofs.mli
- OCAMLOPT  kernel/uGraph.ml
- OCAMLOPT  kernel/sorts.ml
- OCAMLC    plugins/ltac/tacarg.ml
- OCAMLC    plugins/ltac/tacsubst.ml
- OCAMLC    plugins/ltac/tacenv.ml
- OCAMLC    plugins/ltac/pltac.ml
- OCAMLC    plugins/ltac/tacinterp.mli
- OCAMLC    plugins/ltac/tacentries.mli
- OCAMLC    plugins/ltac/pptactic.ml
- OCAMLC    plugins/ltac/taccoerce.ml
- OCAMLC    plugins/ltac/tactic_debug.ml
- OCAMLC    plugins/ltac/tacintern.ml
- OCAMLC    plugins/ltac/profile_ltac.ml
- OCAMLC    plugins/ltac/tactic_matching.ml
- OCAMLC    toplevel/coqinit.mli
- OCAMLC    toplevel/coqloop.mli
- OCAMLC    toplevel/ccompile.mli
- OCAMLC    toplevel/coqtop.mli
- OCAMLOPT  kernel/context.ml
- OCAMLC    plugins/ltac/evar_tactics.mli
- OCAMLC    plugins/ltac/extraargs.mli
- OCAMLC    plugins/ltac/rewrite.mli
- OCAMLC    plugins/ltac/g_eqdecide.ml
- OCAMLC    plugins/ltac/tacinterp.ml
- File "plugins/ltac/tactic_debug.ml", line 163, characters 7-17:
- 163 |     if Pervasives.(!batch) then return (DebugOn (level+1)) else
-              ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/ltac/tacentries.ml
- OCAMLC    plugins/ltac/tactic_option.ml
- File "plugins/ltac/profile_ltac.ml", line 379, characters 22-40:
- 379 |     let compare x y = Pervasives.compare x y
-                             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/ltac/profile_ltac_tactics.ml
- OCAMLC    plugins/ltac/g_auto.ml
- OCAMLC    plugins/ltac/g_class.ml
- OCAMLC    plugins/ltac/evar_tactics.ml
- OCAMLC    plugins/ltac/rewrite.ml
- OCAMLC    plugins/ltac/g_obligations.ml
- OCAMLC    plugins/ltac/coretactics.ml
- OCAMLC    plugins/ltac/g_rewrite.ml
- OCAMLC    plugins/ltac/g_tactic.ml
- OCAMLC    plugins/ltac/extraargs.ml
- OCAMLC    plugins/ltac/extratactics.ml
- OCAMLOPT  kernel/constr.ml
- OCAMLOPT  engine/nameops.ml
- OCAMLC    vernac/g_proofs.ml
- OCAMLC    plugins/ltac/g_ltac.ml
- OCAMLOPT  kernel/vars.ml
- OCAMLOPT  kernel/vmvalues.ml
- OCAMLOPT  kernel/nativevalues.ml
- OCAMLOPT  engine/univSubst.ml
- OCAMLOPT  pretyping/pattern.ml
- File "kernel/nativevalues.ml", line 82, characters 15-26:
- 82 |       let () = Obj.set_tag ans accumulate_tag in
-                     ^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.set_tag
- Use with_tag instead.
- File "kernel/nativevalues.ml", line 89, characters 11-22:
- 89 |   let () = Obj.set_tag ans accumulate_tag in
-                 ^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.set_tag
- Use with_tag instead.
- OCAMLOPT  engine/univProblem.ml
- OCAMLOPT  kernel/term.ml
- OCAMLOPT  kernel/mod_subst.ml
- OCAMLC -pack -o plugins/ltac/ltac_plugin.cmo
- OCAMLOPT  kernel/cbytecodes.ml
- OCAMLC    plugins/cc/g_congruence.ml
- OCAMLC    plugins/firstorder/g_ground.ml
- OCAMLC    plugins/setoid_ring/newring_ast.mli
- OCAMLC    plugins/omega/g_omega.ml
- OCAMLC    plugins/extraction/g_extraction.ml
- OCAMLC    plugins/funind/indfun.mli
- OCAMLC    plugins/ssrmatching/ssrmatching.ml
- OCAMLC    plugins/ssrmatching/g_ssrmatching.ml
- OCAMLC    plugins/rtauto/g_rtauto.ml
- OCAMLC    plugins/nsatz/g_nsatz.ml
- OCAMLC    plugins/btauto/g_btauto.ml
- OCAMLOPT  kernel/cemitcodes.ml
- OCAMLOPT  kernel/opaqueproof.ml
- OCAMLOPT  library/globnames.ml
- OCAMLOPT  library/libobject.ml
- OCAMLC    plugins/setoid_ring/newring.mli
- OCAMLC    plugins/funind/g_indfun.ml
- OCAMLC    plugins/setoid_ring/g_newring.ml
- OCAMLOPT  library/nametab.ml
- OCAMLOPT  kernel/declarations.ml
- OCAMLOPT  kernel/entries.ml
- OCAMLOPT  kernel/cooking.ml
- OCAMLOPT  library/lib.ml
- OCAMLOPT  engine/univNames.ml
- OCAMLOPT  kernel/declareops.ml
- OCAMLC -pack -o plugins/ssrmatching/ssrmatching_plugin.cmo
- OCAMLOPT  kernel/environ.ml
- OCAMLC    plugins/ssr/ssrast.mli
- OCAMLOPT  library/goptions.ml
- OCAMLOPT  library/decls.ml
- OCAMLOPT  library/keys.ml
- OCAMLOPT  vernac/locality.ml
- OCAMLC    plugins/ssr/ssrprinters.mli
- OCAMLC    plugins/ssr/ssrcommon.mli
- OCAMLC    plugins/ssr/ssrtacticals.mli
- OCAMLC    plugins/ssr/ssrelim.mli
- OCAMLC    plugins/ssr/ssrview.mli
- OCAMLC    plugins/ssr/ssrbwd.mli
- OCAMLC    plugins/ssr/ssrequality.mli
- OCAMLC    plugins/ssr/ssripats.mli
- OCAMLC    plugins/ssr/ssrfwd.mli
- OCAMLC    plugins/ssr/ssrparser.mli
- OCAMLOPT  engine/univMinim.ml
- OCAMLOPT  proofs/goal_select.ml
- OCAMLOPT  vernac/attributes.ml
- OCAMLOPT  plugins/rtauto/proof_search.ml
- OCAMLOPT  kernel/primred.ml
- OCAMLOPT  checker/check_stat.ml
- OCAMLOPT  kernel/cClosure.ml
- OCAMLOPT  kernel/retypeops.ml
- OCAMLOPT  kernel/reduction.ml
- OCAMLOPT  kernel/clambda.ml
- OCAMLOPT  kernel/nativelambda.ml
- OCAMLOPT  kernel/type_errors.ml
- OCAMLOPT  checker/checkTypes.ml
- OCAMLOPT  kernel/inductive.ml
- OCAMLOPT  kernel/nativecode.ml
- OCAMLOPT  kernel/cbytegen.ml
- File "kernel/nativecode.ml", line 165, characters 34-48:
- 165 |   | SymbValue v1, SymbValue v2 -> Pervasives.(=) v1 v2 (** FIXME: how is this even valid? *)
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  kernel/csymtable.ml
- OCAMLOPT  kernel/modops.ml
- OCAMLOPT  kernel/vm.ml
- OCAMLOPT  kernel/vconv.ml
- OCAMLOPT  kernel/subtyping.ml
- OCAMLOPT  kernel/nativelib.ml
- OCAMLOPT  kernel/nativelibrary.ml
- OCAMLOPT  kernel/nativeconv.ml
- OCAMLOPT  kernel/typeops.ml
- OCAMLOPT  kernel/indTyping.ml
- OCAMLOPT  kernel/term_typing.ml
- OCAMLOPT  kernel/mod_typing.ml
- OCAMLOPT  pretyping/inferCumulativity.ml
- OCAMLOPT  kernel/indtypes.ml
- OCAMLOPT  kernel/safe_typing.ml
- OCAMLOPT  checker/checkInductive.ml
- OCAMLOPT  checker/mod_checking.ml
- OCAMLOPT -a -o kernel/kernel.cmxa
- OCAMLOPT  library/global.ml
- OCAMLOPT  checker/safe_checking.ml
- OCAMLOPT  checker/check.ml
- File "checker/check.ml", line 68, characters 6-24:
- 68 |       Pervasives.compare
-            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  library/declaremods.ml
- OCAMLOPT  engine/univGen.ml
- OCAMLOPT  pretyping/heads.ml
- File "checker/check.ml", line 387, characters 12-36:
- 387 |     let _ = intern_from_file (dir,f) in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- OCAMLOPT  engine/uState.ml
- OCAMLOPT  stm/asyncTaskQueue.ml
- OCAMLOPT  checker/checker.ml
- OCAMLOPT -a -o checker/check.cmxa
- OCAMLOPT  library/library.ml
- OCAMLOPT -o bin/coqchk
- OCAMLOPT  engine/univops.ml
- OCAMLOPT  engine/evd.ml
- OCAMLOPT  library/states.ml
- OCAMLOPT  library/coqlib.ml
- OCAMLOPT -a -o library/library.cmxa
- OCAMLOPT  engine/eConstr.ml
- OCAMLOPT  engine/proofview_monad.ml
- OCAMLOPT  engine/namegen.ml
- OCAMLOPT  pretyping/pretype_errors.ml
- OCAMLOPT  pretyping/typeclasses_errors.ml
- OCAMLOPT  engine/termops.ml
- OCAMLOPT  pretyping/glob_term.ml
- OCAMLOPT  proofs/tactypes.ml
- OCAMLOPT  proofs/miscprint.ml
- OCAMLOPT  interp/constrexpr.ml
- OCAMLOPT  interp/notation_term.ml
- OCAMLOPT  parsing/extend.ml
- OCAMLOPT  parsing/notation_gram.ml
- OCAMLOPT  engine/evarutil.ml
- OCAMLOPT  pretyping/find_subterm.ml
- OCAMLOPT  interp/discharge.ml
- OCAMLOPT  tactics/term_dnet.ml
- OCAMLOPT  engine/proofview.ml
- OCAMLOPT  pretyping/reductionops.ml
- OCAMLOPT  pretyping/program.ml
- File "engine/proofview.ml", line 553, characters 38-55:
- 553 | let tclDISPATCH tacs = tclDISPATCHGEN Pervasives.ignore tacs
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "engine/proofview.ml", line 923, characters 9-25:
- 923 |   | _ -> Pervasives.raise CErrors.Unhandled
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  engine/ftactic.ml
- OCAMLOPT  proofs/goal.ml
- OCAMLOPT -a -o engine/engine.cmxa
- OCAMLOPT  pretyping/geninterp.ml
- OCAMLOPT  pretyping/ltac_pretype.ml
- OCAMLOPT  interp/stdarg.ml
- OCAMLOPT  printing/genprint.ml
- OCAMLOPT  parsing/pcoq.ml
- OCAMLOPT  pretyping/inductiveops.ml
- OCAMLOPT  pretyping/cbv.ml
- OCAMLOPT  pretyping/evardefine.ml
- OCAMLOPT  pretyping/recordops.ml
- OCAMLOPT  plugins/firstorder/unify.ml
- OCAMLOPT  printing/pputils.ml
- OCAMLOPT  parsing/g_prim.ml
- OCAMLOPT  vernac/egramcoq.ml
- OCAMLOPT  pretyping/arguments_renaming.ml
- OCAMLOPT  pretyping/nativenorm.ml
- OCAMLOPT  pretyping/glob_ops.ml
- OCAMLOPT  pretyping/retyping.ml
- OCAMLOPT  pretyping/vnorm.ml
- OCAMLOPT  pretyping/evarsolve.ml
- OCAMLOPT  pretyping/indrec.ml
- OCAMLOPT  pretyping/globEnv.ml
- OCAMLOPT  pretyping/patternops.ml
- OCAMLOPT  pretyping/constr_matching.ml
- OCAMLOPT  tactics/btermdn.ml
- File "tactics/btermdn.ml", line 32, characters 7-25:
- 32 | | _ -> Pervasives.compare t1 t2 (** OK *)
-             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  pretyping/evarconv.ml
- OCAMLOPT  pretyping/detyping.ml
- OCAMLOPT  interp/genintern.ml
- OCAMLOPT  interp/notation_ops.ml
- OCAMLOPT  tactics/genredexpr.ml
- OCAMLOPT  pretyping/typing.ml
- OCAMLOPT  tactics/redops.ml
- OCAMLOPT  tactics/ppred.ml
- File "tactics/redops.ml", line 13, characters 41-55:
- 13 | let union_consts l1 l2 = Util.List.union Pervasives.(=) l1 l2 (* FIXME *)
-                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  pretyping/tacred.ml
- OCAMLOPT  proofs/refine.ml
- OCAMLOPT  interp/reserve.ml
- OCAMLOPT  pretyping/typeclasses.ml
- OCAMLOPT  pretyping/classops.ml
- OCAMLOPT  tactics/redexpr.ml
- File "pretyping/classops.ml", line 62, characters 9-27:
- 62 |   | _ -> Pervasives.compare t1 t2 (** OK *)
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  interp/notation.ml
- OCAMLOPT  pretyping/coercion.ml
- OCAMLOPT  interp/dumpglob.ml
- File "interp/dumpglob.ml", line 15, characters 20-37:
- 15 | let glob_file = ref Pervasives.stdout
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/dumpglob.ml", line 18, characters 15-34:
- 18 |   glob_file := Pervasives.open_out f
-                     ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/dumpglob.ml", line 21, characters 2-22:
- 21 |   Pervasives.close_out !glob_file
-        ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/dumpglob.ml", line 38, characters 4-28:
- 38 |     Pervasives.output_string !glob_file s
-          ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/notation.ml", line 60, characters 18-36:
- 60 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/notation.ml", line 595, characters 15-33:
- 595 |        let c = Pervasives.compare s.[i] s'.[i-d] in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/notation.ml", line 1233, characters 17-35:
- 1233 |    let compare = Pervasives.compare
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  pretyping/cases.ml
- OCAMLOPT  interp/syntax_def.ml
- OCAMLOPT  parsing/ppextend.ml
- OCAMLOPT  parsing/notgram_ops.ml
- OCAMLOPT  interp/smartlocate.ml
- OCAMLOPT  pretyping/pretyping.ml
- OCAMLOPT  pretyping/unification.ml
- OCAMLOPT  interp/constrexpr_ops.ml
- OCAMLOPT  proofs/evar_refiner.ml
- OCAMLOPT  interp/impargs.ml
- OCAMLOPT  interp/implicit_quantifiers.ml
- OCAMLOPT  parsing/g_constr.ml
- OCAMLOPT  interp/constrintern.ml
- OCAMLOPT  interp/declare.ml
- OCAMLOPT -a -o pretyping/pretyping.cmxa
- OCAMLOPT -a -o parsing/parsing.cmxa
- OCAMLOPT  tactics/ind_tables.ml
- OCAMLOPT  tactics/eqschemes.ml
- OCAMLOPT  tactics/elimschemes.ml
- OCAMLOPT  interp/modintern.ml
- OCAMLOPT  interp/constrextern.ml
- OCAMLOPT  proofs/proof.ml
- OCAMLOPT  plugins/syntax/string_notation.ml
- OCAMLOPT  plugins/syntax/numeral.ml
- File "interp/constrextern.ml", line 72, characters 22-40:
- 72 |     let compare x y = Pervasives.compare x y
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  proofs/logic.ml
- OCAMLOPT  proofs/proof_bullet.ml
- OCAMLOPT  proofs/proof_global.ml
- OCAMLOPT  plugins/derive/derive.ml
- OCAMLOPT  proofs/refiner.ml
- OCAMLOPT -a -o interp/interp.cmxa
- OCAMLOPT  printing/ppconstr.ml
- OCAMLOPT  proofs/tacmach.ml
- OCAMLOPT  proofs/pfedit.ml
- OCAMLOPT  vernac/vernacstate.ml
- OCAMLOPT  vernac/search.ml
- OCAMLOPT  proofs/clenv.ml
- OCAMLOPT  tactics/hipattern.ml
- File "vernac/search.ml", line 150, characters 4-22:
- 150 |     Pervasives.compare p1 p2
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  printing/proof_diffs.ml
- OCAMLOPT  plugins/firstorder/formula.ml
- OCAMLOPT  proofs/clenvtac.ml
- OCAMLOPT -a -o proofs/proofs.cmxa
- OCAMLOPT  printing/printer.ml
- OCAMLOPT  printing/printmod.ml
- OCAMLOPT  tactics/tacticals.ml
- OCAMLOPT  tactics/hints.ml
- OCAMLOPT  vernac/himsg.ml
- OCAMLOPT  vernac/assumptions.ml
- OCAMLOPT  plugins/cc/ccalgo.ml
- OCAMLOPT  plugins/extraction/table.ml
- OCAMLOPT  printing/prettyp.ml
- OCAMLOPT  plugins/cc/ccproof.ml
- File "printing/prettyp.ml", line 117, characters 33-47:
- 117 |   let nonmaximps = List.subtract Pervasives.(=) imps maximps in (* FIXME *)
-                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  plugins/extraction/mlutil.ml
- OCAMLOPT  tactics/tactics.ml
- OCAMLOPT  vernac/explainErr.ml
- OCAMLOPT  vernac/vernacexpr.ml
- OCAMLOPT  plugins/firstorder/sequent.ml
- OCAMLOPT -a -o printing/printing.cmxa
- OCAMLOPT  vernac/pvernac.ml
- OCAMLOPT  vernac/vernacprop.ml
- OCAMLOPT  vernac/mltop.ml
- OCAMLOPT  vernac/g_vernac.ml
- OCAMLOPT  vernac/egramml.ml
- OCAMLOPT  toplevel/g_toplevel.ml
- OCAMLOPT  plugins/extraction/modutil.ml
- OCAMLOPT  plugins/extraction/extraction.ml
- OCAMLOPT  plugins/extraction/common.ml
- File "plugins/extraction/common.ml", line 128, characters 12-30:
- 128 |     let c = Pervasives.compare k1 k2 (* OK *) in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  vernac/vernacextend.ml
- OCAMLOPT  vernac/ppvernac.ml
- OCAMLOPT  plugins/syntax/r_syntax.ml
- OCAMLOPT  plugins/syntax/int63_syntax.ml
- OCAMLOPT -pack -o plugins/syntax/int63_syntax_plugin.cmx
- File "vernac/ppvernac.ml", line 373, characters 37-51:
- 373 |             when (c : bool) == c' && Pervasives.(=) t t' ->
-                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT -shared -o plugins/syntax/int63_syntax_plugin.cmxs
- OCAMLOPT  plugins/syntax/g_string.ml
- OCAMLOPT  plugins/syntax/g_numeral.ml
- OCAMLOPT  plugins/derive/g_derive.ml
- OCAMLOPT -pack -o plugins/syntax/r_syntax_plugin.cmx
- OCAMLOPT  plugins/extraction/ocaml.ml
- OCAMLOPT  plugins/extraction/haskell.ml
- OCAMLOPT  plugins/extraction/scheme.ml
- OCAMLOPT  plugins/extraction/json.ml
- OCAMLOPT -shared -o plugins/syntax/r_syntax_plugin.cmxs
- OCAMLOPT -pack -o plugins/syntax/string_notation_plugin.cmx
- OCAMLOPT -pack -o plugins/derive/derive_plugin.cmx
- OCAMLOPT -pack -o plugins/syntax/numeral_notation_plugin.cmx
- OCAMLOPT -shared -o plugins/syntax/string_notation_plugin.cmxs
- OCAMLOPT -shared -o plugins/derive/derive_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/numeral_notation_plugin.cmxs
- OCAMLOPT  vernac/metasyntax.ml
- OCAMLOPT  vernac/topfmt.ml
- File "vernac/topfmt.ml", line 332, characters 2-39:
- 332 |   Format.pp_set_formatter_tag_functions !std_ft (tag_handler !std_ft);
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "vernac/topfmt.ml", line 333, characters 2-39:
- 333 |   Format.pp_set_formatter_tag_functions !err_ft (tag_handler !err_ft)
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "vernac/metasyntax.ml", line 522, characters 43-57:
- 522 |     | (loc,a) :: sepfmt, (_,b) :: fmt when Pervasives.(=) a b -> get_tail (sepfmt, fmt) (* FIXME *)
-                                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  toplevel/coqcargs.ml
- File "vernac/metasyntax.ml", line 965, characters 32-46:
- 965 |     | Some xtyp, Some ytyp when Pervasives.(=) xtyp ytyp -> typs (* FIXME *)
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  vernac/g_proofs.ml
- OCAMLOPT  vernac/proof_using.ml
- OCAMLOPT  tactics/abstract.ml
- OCAMLOPT  tactics/elim.ml
- OCAMLOPT  tactics/equality.ml
- OCAMLOPT  tactics/contradiction.ml
- OCAMLOPT  tactics/leminv.ml
- OCAMLOPT  tactics/auto.ml
- OCAMLOPT  plugins/firstorder/rules.ml
- OCAMLOPT  plugins/micromega/coq_micromega.ml
- OCAMLOPT  plugins/nsatz/nsatz.ml
- OCAMLOPT  plugins/btauto/refl_btauto.ml
- OCAMLOPT  vernac/lemmas.ml
- OCAMLOPT  plugins/firstorder/instances.ml
- File "plugins/micromega/coq_micromega.ml", line 1589, characters 17-31:
- 1589 |       is_sublist Pervasives.(=) hyps new_cl in
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/coq_micromega.ml", line 1957, characters 14-28:
- 1957 |   let equal = Pervasives.(=)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  tactics/eauto.ml
- OCAMLOPT  vernac/class.ml
- OCAMLOPT  vernac/declareDef.ml
- OCAMLOPT  vernac/obligations.ml
- OCAMLOPT  vernac/comFixpoint.ml
- OCAMLOPT  vernac/comAssumption.ml
- OCAMLOPT  tactics/class_tactics.ml
- OCAMLOPT  tactics/inv.ml
- OCAMLOPT  tactics/eqdecide.ml
- OCAMLOPT  tactics/autorewrite.ml
- OCAMLOPT  vernac/auto_ind_decl.ml
- OCAMLOPT  plugins/cc/cctac.ml
- OCAMLOPT  plugins/omega/coq_omega.ml
- OCAMLOPT  plugins/funind/indfun_common.ml
- File "tactics/class_tactics.ml", line 260, characters 7-22:
- 260 |     if Pervasives.(>=) diff 0 then
-              ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/omega/coq_omega.ml", line 503, characters 25-39:
- 503 |           v'.(n)<- loop (Pervasives.(+) i l) p v.(n); (mkFix (ln,(tys,lna,v')))
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/omega/coq_omega.ml", line 687, characters 10-24:
- 687 |   let n = Pervasives.(-) (List.length path_k) (List.length path_init) in
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/omega/coq_omega.ml", line 1003, characters 16-33:
- 1003 |           flush Pervasives.stdout; CErrors.user_err Pp.(str "shrink.1")
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  plugins/funind/glob_termops.ml
- OCAMLOPT  plugins/ltac/tacexpr.ml
- OCAMLOPT  vernac/comDefinition.ml
- OCAMLOPT  vernac/comProgramFixpoint.ml
- File "vernac/comDefinition.ml", line 38, characters 10-24:
- 38 |           Pervasives.(=) (List.assoc_f Constrexpr_ops.explicitation_eq key impsty) va)
-                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  plugins/ltac/tacarg.ml
- OCAMLOPT  plugins/ltac/tactic_matching.ml
- OCAMLOPT  plugins/ltac/tacsubst.ml
- OCAMLOPT  plugins/ltac/pltac.ml
- OCAMLOPT -a -o tactics/tactics.cmxa
- OCAMLOPT  vernac/classes.ml
- OCAMLOPT  vernac/indschemes.ml
- OCAMLOPT  plugins/ltac/tacenv.ml
- OCAMLOPT  vernac/comInductive.ml
- OCAMLOPT  plugins/ltac/pptactic.ml
- OCAMLOPT  vernac/record.ml
- OCAMLOPT  plugins/funind/glob_term_to_relation.ml
- OCAMLOPT  plugins/ltac/taccoerce.ml
- OCAMLOPT  plugins/ltac/tactic_debug.ml
- OCAMLOPT  plugins/ltac/tacintern.ml
- File "plugins/ltac/tactic_debug.ml", line 163, characters 7-17:
- 163 |     if Pervasives.(!batch) then return (DebugOn (level+1)) else
-              ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  vernac/vernacentries.ml
- OCAMLOPT -a -o vernac/vernac.cmxa
- OCAMLOPT  stm/vernac_classifier.ml
- OCAMLOPT  plugins/extraction/extract_env.ml
- OCAMLOPT  stm/stm.ml
- OCAMLOPT  stm/proofBlockDelimiter.ml
- OCAMLOPT  stm/vio_checking.ml
- OCAMLOPT  toplevel/vernac.ml
- OCAMLOPT  plugins/ltac/profile_ltac.ml
- File "plugins/ltac/profile_ltac.ml", line 379, characters 22-40:
- 379 |     let compare x y = Pervasives.compare x y
-                             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  toplevel/coqinit.ml
- OCAMLOPT -a -o stm/stm.cmxa
- OCAMLOPT  toplevel/coqargs.ml
- OCAMLOPT  plugins/ltac/tacinterp.ml
- OCAMLOPT  toplevel/coqloop.ml
- OCAMLOPT  toplevel/ccompile.ml
- File "toplevel/coqloop.ml", line 318, characters 2-18:
- 318 |   Pervasives.flush stderr;
-         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "toplevel/coqloop.ml", line 319, characters 2-18:
- 319 |   Pervasives.flush stdout;
-         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  toplevel/coqtop.ml
- OCAMLOPT  toplevel/workerLoop.ml
- OCAMLOPT  toplevel/coqc.ml
- OCAMLOPT -a -o toplevel/toplevel.cmxa
- COQMKTOP -o bin/coqc.opt
- COQMKTOP -o bin/coqtop.opt
- COQMKTOP -o bin/coqproofworker.opt
- COQMKTOP -o bin/coqtacticworker.opt
- COQMKTOP -o bin/coqqueryworker.opt
- COQMKTOP -o bin/coqidetop.opt
- OCAMLOPT  plugins/ltac/tacentries.ml
- OCAMLOPT  plugins/ltac/evar_tactics.ml
- OCAMLOPT  plugins/ltac/tactic_option.ml
- OCAMLOPT  plugins/ltac/rewrite.ml
- OCAMLOPT  plugins/ltac/extraargs.ml
- OCAMLOPT  plugins/ltac/profile_ltac_tactics.ml
- OCAMLOPT  plugins/ltac/g_auto.ml
- OCAMLOPT  plugins/ltac/g_class.ml
- OCAMLOPT  plugins/ltac/g_eqdecide.ml
- OCAMLOPT  plugins/ltac/g_ltac.ml
- OCAMLOPT  plugins/ltac/g_obligations.ml
- OCAMLOPT  plugins/ltac/coretactics.ml
- OCAMLOPT  plugins/ltac/extratactics.ml
- OCAMLOPT  plugins/ltac/g_tactic.ml
- OCAMLOPT  plugins/ltac/g_rewrite.ml
- rm -f bin/coqc && cp bin/coqc.opt bin/coqc
- rm -f bin/coqtop && cp bin/coqtop.opt bin/coqtop
- OCAMLOPT -pack -o plugins/ltac/ltac_plugin.cmx
- rm -f bin/coqidetop && cp bin/coqidetop.opt bin/coqidetop
- OCAMLBEST -o bin/fake_ide
- OCAMLOPT -shared -o plugins/ltac/ltac_plugin.cmxs
- OCAMLOPT  plugins/ltac/tauto.ml
- OCAMLOPT  plugins/cc/g_congruence.ml
- OCAMLOPT  plugins/firstorder/ground.ml
- OCAMLOPT  plugins/setoid_ring/newring_ast.ml
- OCAMLOPT  plugins/omega/g_omega.ml
- OCAMLOPT  plugins/micromega/g_micromega.ml
- OCAMLOPT  plugins/extraction/g_extraction.ml
- OCAMLOPT  plugins/funind/invfun.ml
- OCAMLOPT  plugins/ssrmatching/ssrmatching.ml
- OCAMLOPT  plugins/rtauto/refl_tauto.ml
- OCAMLOPT  plugins/nsatz/g_nsatz.ml
- OCAMLOPT  plugins/btauto/g_btauto.ml
- OCAMLOPT -pack -o plugins/cc/cc_plugin.cmx
- OCAMLOPT -pack -o plugins/btauto/btauto_plugin.cmx
- OCAMLOPT  plugins/setoid_ring/newring.ml
- OCAMLOPT -pack -o plugins/nsatz/nsatz_plugin.cmx
- OCAMLOPT -pack -o plugins/omega/omega_plugin.cmx
- OCAMLOPT -pack -o plugins/micromega/micromega_plugin.cmx
- OCAMLOPT  plugins/firstorder/g_ground.ml
- OCAMLOPT -shared -o plugins/cc/cc_plugin.cmxs
- COQC -noinit theories/Init/Notations.v
- OCAMLOPT -shared -o plugins/btauto/btauto_plugin.cmxs
- OCAMLOPT -shared -o plugins/nsatz/nsatz_plugin.cmxs
- OCAMLOPT -pack -o plugins/ltac/tauto_plugin.cmx
- OCAMLOPT -pack -o plugins/extraction/extraction_plugin.cmx
- OCAMLOPT -shared -o plugins/omega/omega_plugin.cmxs
- OCAMLOPT  plugins/rtauto/g_rtauto.ml
- OCAMLOPT -shared -o plugins/micromega/micromega_plugin.cmxs
- OCAMLOPT -shared -o plugins/ltac/tauto_plugin.cmxs
- COQC -noinit theories/Init/Logic.v
- OCAMLOPT -shared -o plugins/extraction/extraction_plugin.cmxs
- OCAMLOPT  plugins/funind/recdef.ml
- OCAMLOPT -pack -o plugins/rtauto/rtauto_plugin.cmx
- OCAMLOPT -pack -o plugins/firstorder/ground_plugin.cmx
- OCAMLOPT -shared -o plugins/rtauto/rtauto_plugin.cmxs
- OCAMLOPT -shared -o plugins/firstorder/ground_plugin.cmxs
- OCAMLOPT  plugins/setoid_ring/g_newring.ml
- OCAMLOPT  plugins/ssrmatching/g_ssrmatching.ml
- COQC -noinit theories/Init/Datatypes.v
- OCAMLOPT -pack -o plugins/setoid_ring/newring_plugin.cmx
- OCAMLOPT -shared -o plugins/setoid_ring/newring_plugin.cmxs
- OCAMLOPT -pack -o plugins/ssrmatching/ssrmatching_plugin.cmx
- OCAMLOPT -shared -o plugins/ssrmatching/ssrmatching_plugin.cmxs
- OCAMLOPT  plugins/ssr/ssrprinters.ml
- OCAMLOPT  plugins/funind/functional_principles_proofs.ml
- COQC -noinit theories/Init/Logic_Type.v
- COQC -noinit theories/Init/Specif.v
- COQC -noinit theories/Init/Decimal.v
- COQC -noinit theories/Init/Wf.v
- COQC -noinit theories/Init/Tauto.v
- OCAMLOPT  plugins/ssr/ssrcommon.ml
- COQC -noinit theories/Init/Nat.v
- COQC -noinit theories/Init/Peano.v
- OCAMLOPT  plugins/funind/functional_principles_types.ml
- OCAMLOPT  plugins/ssr/ssrtacticals.ml
- OCAMLOPT  plugins/ssr/ssrelim.ml
- OCAMLOPT  plugins/ssr/ssrview.ml
- COQC -noinit theories/Init/Byte.v
- COQC -noinit theories/Init/Tactics.v
- File "plugins/ssr/ssrview.ml", line 29, characters 18-36:
- 29 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT  plugins/funind/indfun.ml
- OCAMLOPT  plugins/ssr/ssrbwd.ml
- OCAMLOPT  plugins/ssr/ssrequality.ml
- OCAMLOPT  plugins/funind/g_indfun.ml
- OCAMLOPT -pack -o plugins/funind/recdef_plugin.cmx
- OCAMLOPT  plugins/ssr/ssripats.ml
- OCAMLOPT -shared -o plugins/funind/recdef_plugin.cmxs
- OCAMLOPT  plugins/ssr/ssrfwd.ml
- COQC -noinit theories/Init/Prelude.v
- COQC      theories/Bool/Bool.v
- COQC      theories/Program/Basics.v
- COQC      theories/Program/Tactics.v
- COQC      theories/Relations/Relation_Definitions.v
- COQC      theories/Logic/Decidable.v
- COQC      theories/Logic/EqdepFacts.v
- COQC      theories/Numbers/BinNums.v
- COQC      theories/Bool/Sumbool.v
- COQC      theories/Sets/Relations_1.v
- COQC      theories/Wellfounded/Inverse_Image.v
- COQC      theories/Unicode/Utf8_core.v
- COQC      theories/Sets/Permut.v
- COQC      theories/Sets/Ensembles.v
- COQC      theories/Logic/PropExtensionalityFacts.v
- COQC      theories/Logic/Hurkens.v
- COQC      theories/Logic/FunctionalExtensionality.v
- COQC      plugins/extraction/Extraction.v
- COQC      theories/Numbers/DecimalFacts.v
- COQC      theories/Logic/StrictProp.v
- COQC      theories/Logic/RelationalChoice.v
- COQC      theories/Logic/ExtensionalFunctionRepresentative.v
- COQC      theories/Logic/SetIsType.v
- COQC      theories/Logic/PropFacts.v
- COQC      theories/Logic/ExtensionalityFacts.v
- COQC      theories/Logic/Berardi.v
- COQC      theories/Lists/Streams.v
- COQC      theories/Compat/Coq810.v
- COQC      theories/Compat/AdmitAxiom.v
- COQC      theories/Bool/DecBool.v
- COQC      plugins/ssrmatching/ssrmatching.v
- OCAMLOPT  plugins/ssr/ssrparser.ml
- COQC      plugins/setoid_ring/Algebra_syntax.v
- COQC      plugins/ltac/Ltac.v
- COQC      plugins/derive/Derive.v
- COQC      theories/Classes/Init.v
- COQC      theories/Relations/Relation_Operators.v
- COQC      theories/Wellfounded/Inclusion.v
- COQC      theories/PArith/BinPosDef.v
- COQC      theories/Numbers/AltBinNotations.v
- COQC      theories/Unicode/Utf8.v
- COQC      theories/Sets/Relations_1_facts.v
- COQC      theories/Sets/Relations_2.v
- COQC      plugins/funind/FunInd.v
- COQC      plugins/extraction/ExtrOcamlBasic.v
- COQC      plugins/extraction/ExtrHaskellBasic.v
- COQC      theories/Program/Utils.v
- COQC      theories/Sets/Constructive_sets.v
- COQC      theories/Sets/Partial_Order.v
- COQC      theories/Compat/Coq89.v
- COQC      theories/Classes/RelationClasses.v
- COQC      theories/Classes/CRelationClasses.v
- COQC      theories/Program/Combinators.v
- COQC      theories/Sets/Relations_3.v
- COQC      theories/Sets/Relations_2_facts.v
- COQC      theories/Relations/Operators_Properties.v
- COQC      theories/Wellfounded/Disjoint_Union.v
- COQC      theories/Wellfounded/Transitive_Closure.v
- COQC      theories/Logic/Eqdep_dec.v
- COQC      theories/Logic/Eqdep.v
- COQC      theories/Logic/ProofIrrelevanceFacts.v
- COQC      theories/Sets/Finite_sets.v
- COQC      theories/Sets/Cpo.v
- COQC      theories/Wellfounded/Union.v
- COQC      theories/Wellfounded/Lexicographic_Product.v
- COQC      theories/Wellfounded/Well_Ordering.v
- COQC      theories/Logic/JMeq.v
- COQC      theories/Logic/ProofIrrelevance.v
- COQC      theories/Sets/Relations_3_facts.v
- COQC      theories/Sets/Powerset.v
- COQC      theories/Program/Wf.v
- COQC      theories/Lists/StreamMemo.v
- COQC      theories/Classes/CMorphisms.v
- COQC      theories/Program/Equality.v
- COQC      theories/Relations/Relations.v
- COQC      theories/Sets/Uniset.v
- COQC      theories/Bool/IfProp.v
- COQC      theories/Bool/BoolEq.v
- COQC      theories/Sets/Powerset_facts.v
- COQC      theories/Program/Subset.v
- COQC      theories/Classes/Morphisms.v
- COQC      theories/Classes/CEquivalence.v
- OCAMLOPT  plugins/ssr/ssrvernac.ml
- COQC      theories/Classes/Morphisms_Prop.v
- COQC      theories/Classes/Equivalence.v
- OCAMLOPT -pack -o plugins/ssr/ssreflect_plugin.cmx
- OCAMLOPT -shared -o plugins/ssr/ssreflect_plugin.cmxs
- COQC      theories/Classes/SetoidTactics.v
- COQC      plugins/ssr/ssreflect.v
- COQC      theories/Setoids/Setoid.v
- COQC      theories/Structures/Equalities.v
- COQC      theories/Numbers/NumPrelude.v
- COQC      plugins/ssr/ssrfun.v
- COQC      theories/Structures/Orders.v
- COQC      plugins/ssr/ssrbool.v
- COQC      theories/Structures/OrdersTac.v
- COQC      theories/Structures/OrdersFacts.v
- COQC      theories/Structures/GenericMinMax.v
- COQC      theories/Numbers/NatInt/NZAxioms.v
- COQC      theories/Numbers/NatInt/NZBase.v
- COQC      theories/Numbers/NatInt/NZAdd.v
- COQC      theories/Numbers/NatInt/NZOrder.v
- COQC      theories/Numbers/NatInt/NZMul.v
- COQC      theories/Numbers/NatInt/NZAddOrder.v
- COQC      theories/Numbers/NatInt/NZMulOrder.v
- COQC      theories/Numbers/NatInt/NZParity.v
- COQC      theories/Numbers/NatInt/NZPow.v
- COQC      theories/Numbers/NatInt/NZSqrt.v
- COQC      theories/Numbers/NatInt/NZDiv.v
- COQC      theories/Numbers/NatInt/NZGcd.v
- COQC      theories/Numbers/NatInt/NZProperties.v
- COQC      theories/Numbers/NatInt/NZLog.v
- COQC      theories/Numbers/NatInt/NZBits.v
- COQC      theories/Numbers/Natural/Abstract/NAxioms.v
- COQC      theories/Numbers/Integer/Abstract/ZAxioms.v
- COQC      theories/Numbers/Natural/Abstract/NBase.v
- COQC      theories/Numbers/Integer/Abstract/ZBase.v
- COQC      theories/Numbers/Integer/Abstract/ZAdd.v
- COQC      theories/Numbers/Natural/Abstract/NAdd.v
- COQC      theories/Numbers/Natural/Abstract/NIso.v
- COQC      theories/Numbers/Natural/Abstract/NOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZMul.v
- COQC      theories/Numbers/Integer/Abstract/ZLt.v
- COQC      theories/Numbers/Natural/Abstract/NAddOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZAddOrder.v
- COQC      theories/Numbers/Natural/Abstract/NMulOrder.v
- COQC      theories/Numbers/Natural/Abstract/NSub.v
- COQC      theories/Numbers/Integer/Abstract/ZMulOrder.v
- COQC      theories/Numbers/Natural/Abstract/NMaxMin.v
- COQC      theories/Numbers/Natural/Abstract/NParity.v
- COQC      theories/Numbers/Natural/Abstract/NSqrt.v
- COQC      theories/Numbers/Natural/Abstract/NDiv.v
- COQC      theories/Numbers/Natural/Abstract/NGcd.v
- COQC      theories/Numbers/Natural/Abstract/NStrongRec.v
- COQC      theories/Numbers/Integer/Abstract/ZMaxMin.v
- COQC      theories/Numbers/Integer/Abstract/ZSgnAbs.v
- COQC      theories/Numbers/Integer/Abstract/ZParity.v
- COQC      theories/Numbers/Natural/Abstract/NPow.v
- COQC      theories/Numbers/Natural/Abstract/NLcm.v
- COQC      theories/Numbers/Natural/Abstract/NLog.v
- COQC      theories/Numbers/Natural/Abstract/NBits.v
- COQC      theories/Numbers/Integer/Abstract/ZPow.v
- COQC      theories/Numbers/Integer/Abstract/ZDivTrunc.v
- COQC      theories/Numbers/Integer/Abstract/ZDivFloor.v
- COQC      theories/Numbers/Integer/Abstract/ZGcd.v
- COQC      theories/Numbers/Integer/Abstract/ZDivEucl.v
- COQC      theories/Numbers/Integer/Abstract/ZBits.v
- COQC      theories/Numbers/Integer/Abstract/ZLcm.v
- COQC      theories/Numbers/Natural/Abstract/NProperties.v
- COQC      theories/Arith/PeanoNat.v
- COQC      theories/Arith/Le.v
- COQC      theories/Arith/EqNat.v
- COQC      theories/Arith/Max.v
- COQC      theories/Arith/Min.v
- COQC      theories/Arith/Even.v
- COQC      theories/Arith/Lt.v
- COQC      theories/Arith/Plus.v
- COQC      theories/Arith/Minus.v
- COQC      theories/Arith/Between.v
- COQC      theories/Arith/Peano_dec.v
- COQC      theories/Arith/Gt.v
- COQC      theories/Arith/Mult.v
- COQC      theories/PArith/BinPos.v
- COQC      theories/Sets/Multiset.v
- COQC      theories/Numbers/NatInt/NZDomain.v
- COQC      theories/Arith/Compare_dec.v
- COQC      theories/Lists/List.v
- COQC      theories/Arith/Factorial.v
- COQC      theories/Arith/Div2.v
- COQC      theories/Numbers/Natural/Peano/NPeano.v
- COQC      theories/Arith/Wf_nat.v
- COQC      theories/Arith/Bool_nat.v
- COQC      theories/Numbers/Integer/Abstract/ZProperties.v
- COQC      theories/Arith/Arith_base.v
- COQC      theories/Logic/ClassicalFacts.v
- COQC      plugins/funind/Recdef.v
- COQC      theories/Arith/Euclid.v
- COQC      theories/Vectors/Fin.v
- COQC      theories/Arith/Compare.v
- COQC      theories/Logic/Classical_Prop.v
- COQC      theories/Logic/PropExtensionality.v
- COQC      theories/Vectors/VectorDef.v
- COQC      theories/Logic/Classical_Pred_Type.v
- COQC      theories/Logic/Classical.v
- COQC      theories/PArith/Pnat.v
- COQC      theories/NArith/BinNatDef.v
- COQC      theories/PArith/POrderedType.v
- COQC      theories/Vectors/VectorSpec.v
- COQC      theories/Sets/Classical_sets.v
- COQC      theories/Logic/ClassicalUniqueChoice.v
- COQC      theories/NArith/BinNat.v
- COQC      theories/Sets/Powerset_Classical_facts.v
- COQC      theories/Vectors/VectorEq.v
- COQC      plugins/setoid_ring/BinList.v
- COQC      theories/Lists/ListTactics.v
- COQC      plugins/micromega/Refl.v
- COQC      theories/Sorting/Sorted.v
- COQC      theories/Wellfounded/Lexicographic_Exponentiation.v
- COQC      theories/Lists/ListDec.v
- COQC      theories/Numbers/NaryFunctions.v
- COQC      theories/Logic/WeakFan.v
- COQC      theories/Lists/ListSet.v
- COQC      plugins/rtauto/Bintree.v
- COQC      theories/Vectors/Vector.v
- COQC      theories/PArith/PArith.v
- COQC      theories/Lists/SetoidList.v
- COQC      theories/Logic/FinFun.v
- COQC      theories/Sets/Finite_sets_facts.v
- COQC      plugins/micromega/Tauto.v
- COQC      theories/Bool/Bvector.v
- COQC      theories/Wellfounded/Wellfounded.v
- COQC      theories/Program/Syntax.v
- COQC      plugins/rtauto/Rtauto.v
- COQC      theories/ZArith/BinIntDef.v
- COQC      theories/NArith/Nnat.v
- COQC      plugins/setoid_ring/Ring_theory.v
- COQC      theories/NArith/Ndiv_def.v
- COQC      theories/NArith/Nsqrt_def.v
- COQC      theories/NArith/Ngcd_def.v
- COQC      theories/Numbers/Natural/Binary/NBinary.v
- COQC      theories/Program/Program.v
- COQC      theories/Sorting/Permutation.v
- COQC      theories/Sets/Image.v
- COQC      theories/Classes/SetoidClass.v
- COQC      theories/Classes/Morphisms_Relations.v
- COQC      theories/Classes/EquivDec.v
- COQC      theories/ZArith/BinInt.v
- COQC      theories/Sets/Infinite_sets.v
- COQC      theories/Strings/Byte.v
- COQC      theories/Sets/Integers.v
- COQC      theories/Sorting/Mergesort.v
- COQC      theories/Structures/OrderedType.v
- COQC      theories/Structures/DecidableType.v
- COQC      theories/Classes/RelationPairs.v
- COQC      theories/Lists/SetoidPermutation.v
- COQC      theories/Sorting/Sorting.v
- COQC      theories/Structures/EqualitiesFacts.v
- COQC      theories/Numbers/Natural/Abstract/NDefOps.v
- COQC      theories/MSets/MSetInterface.v
- COQC      theories/FSets/FSetInterface.v
- COQC      theories/Structures/OrdersAlt.v
- COQC      theories/Structures/OrderedTypeAlt.v
- COQC      theories/FSets/FMapInterface.v
- COQC      theories/FSets/FMapWeakList.v
- COQC      theories/FSets/FMapList.v
- COQC      theories/FSets/FSetBridge.v
- COQC      theories/ZArith/Zcompare.v
- COQC      theories/ZArith/Zeven.v
- COQC      theories/ZArith/Znat.v
- COQC      plugins/setoid_ring/Ring_polynom.v
- COQC      theories/ZArith/Zpow_def.v
- COQC      plugins/micromega/Env.v
- COQC      theories/ZArith/Zpow_alt.v
- COQC      theories/ZArith/Zeuclid.v
- COQC      theories/ZArith/Int.v
- COQC      theories/Numbers/Integer/Binary/ZBinary.v
- COQC      theories/Numbers/Cyclic/Abstract/DoubleType.v
- COQC      theories/Structures/OrdersLists.v
- COQC      theories/Structures/OrdersEx.v
- COQC      plugins/micromega/EnvRing.v
- COQC      theories/MSets/MSetWeakList.v
- COQC      theories/MSets/MSetGenTree.v
- COQC      theories/ZArith/Zorder.v
- COQC      theories/MSets/MSetList.v
- COQC      plugins/omega/OmegaLemmas.v
- COQC      theories/ZArith/auxiliary.v
- COQC      theories/ZArith/Zminmax.v
- COQC      theories/ZArith/Zmin.v
- COQC      theories/ZArith/Zmax.v
- COQC      theories/ZArith/ZArith_dec.v
- COQC      theories/ZArith/Zmisc.v
- COQC      theories/MSets/MSetPositive.v
- COQC      theories/ZArith/Wf_Z.v
- COQC      theories/ZArith/Zabs.v
- COQC      theories/ZArith/Zbool.v
- COQC      theories/ZArith/Zhints.v
- COQC      theories/ZArith/ZArith_base.v
- COQC      theories/MSets/MSetAVL.v
- COQC      theories/MSets/MSetRBT.v
- COQC      theories/Reals/Rdefinitions.v
- COQC      plugins/setoid_ring/Ncring.v
- COQC      theories/Reals/Raxioms.v
- COQC      theories/Reals/Rpow_def.v
- COQC      plugins/setoid_ring/InitialRing.v
- COQC      plugins/setoid_ring/Ncring_polynom.v
- COQC      theories/Strings/Ascii.v
- COQC      plugins/setoid_ring/Ring_tac.v
- COQC      plugins/setoid_ring/Ring_base.v
- COQC      plugins/setoid_ring/Ring.v
- COQC      plugins/setoid_ring/ArithRing.v
- COQC      plugins/setoid_ring/ZArithRing.v
- COQC      plugins/micromega/OrderedRing.v
- COQC      plugins/setoid_ring/NArithRing.v
- COQC      plugins/setoid_ring/Field_theory.v
- COQC      theories/Numbers/Integer/NatPairs/ZNatPairs.v
- COQC      theories/Arith/Arith.v
- COQC      plugins/omega/PreOmega.v
- COQC      theories/Strings/String.v
- COQC      theories/Bool/Zerob.v
- COQC      theories/Logic/ConstructiveEpsilon.v
- COQC      theories/Numbers/DecimalNat.v
- COQC      theories/Logic/ChoiceFacts.v
- COQC      theories/Classes/SetoidDec.v
- COQC      plugins/extraction/ExtrOcamlNatInt.v
- COQC      plugins/extraction/ExtrOcamlNatBigInt.v
- COQC      plugins/extraction/ExtrHaskellNatNum.v
- COQC      plugins/extraction/ExtrHaskellNatInteger.v
- COQC      plugins/extraction/ExtrHaskellNatInt.v
- COQC      plugins/omega/Omega.v
- COQC      plugins/omega/OmegaTactic.v
- COQC      plugins/omega/OmegaPlugin.v
- COQC      theories/Strings/ByteVector.v
- COQC      theories/Strings/OctalString.v
- COQC      theories/Strings/HexString.v
- COQC      theories/Strings/BinaryString.v
- COQC      theories/Numbers/DecimalString.v
- COQC      plugins/extraction/ExtrOcamlString.v
- COQC      plugins/extraction/ExtrHaskellString.v
- COQC      theories/ZArith/Zwf.v
- COQC      theories/ZArith/Zsqrt_compat.v
- COQC      theories/ZArith/Zcomplements.v
- COQC      theories/Sorting/PermutSetoid.v
- COQC      theories/Logic/WKL.v
- COQC      theories/NArith/Ndigits.v
- COQC      theories/ZArith/Zpower.v
- COQC      theories/ZArith/Zdiv.v
- COQC      theories/NArith/NArith.v
- COQC      theories/NArith/Ndec.v
- COQC      theories/NArith/Ndist.v
- COQC      theories/Sorting/PermutEq.v
- COQC      theories/Sorting/Heap.v
- COQC      theories/Logic/ClassicalChoice.v
- COQC      theories/Logic/IndefiniteDescription.v
- COQC      theories/Logic/Epsilon.v
- COQC      theories/Logic/Diaconescu.v
- COQC      theories/Logic/Description.v
- COQC      theories/Logic/ClassicalEpsilon.v
- COQC      plugins/micromega/RingMicromega.v
- COQC      theories/Numbers/DecimalPos.v
- COQC      theories/ZArith/Zlogarithm.v
- COQC      theories/Logic/SetoidChoice.v
- COQC      theories/Logic/ClassicalDescription.v
- COQC      theories/ZArith/ZArith.v
- COQC      theories/ZArith/Znumtheory.v
- COQC      theories/Numbers/DecimalN.v
- COQC      theories/Structures/OrderedTypeEx.v
- COQC      theories/QArith/QArith_base.v
- COQC      plugins/micromega/VarMap.v
- COQC      theories/ZArith/Zdigits.v
- COQC      theories/Numbers/Cyclic/Int31/Int31.v
- COQC      theories/FSets/FMapAVL.v
- COQC      theories/Classes/DecidableClass.v
- COQC      plugins/extraction/ExtrOcamlZInt.v
- COQC      plugins/extraction/ExtrOcamlZBigInt.v
- COQC      plugins/extraction/ExtrOcamlIntConv.v
- COQC      plugins/extraction/ExtrOcamlBigIntConv.v
- COQC      plugins/extraction/ExtrHaskellZNum.v
- COQC      theories/Numbers/DecimalZ.v
- COQC      plugins/extraction/ExtrHaskellZInt.v
- COQC      plugins/extraction/ExtrHaskellZInteger.v
- COQC      plugins/micromega/ZCoeff.v
- COQC      theories/FSets/FSetPositive.v
- COQC      theories/Structures/DecidableTypeEx.v
- COQC      theories/FSets/FMapPositive.v
- COQC      theories/FSets/FSetFacts.v
- COQC      theories/MSets/MSetFacts.v
- COQC      theories/FSets/FMapFacts.v
- COQC      theories/ZArith/Zpow_facts.v
- COQC      theories/ZArith/Zgcd_alt.v
- COQC      plugins/setoid_ring/Field_tac.v
- COQC      theories/QArith/Qreduction.v
- COQC      theories/QArith/QOrderedType.v
- COQC      plugins/setoid_ring/Field.v
- COQC      theories/QArith/Qminmax.v
- COQC      theories/QArith/Qfield.v
- COQC      plugins/setoid_ring/RealField.v
- COQC      theories/Numbers/Cyclic/Abstract/CyclicAxioms.v
- COQC      theories/FSets/FSetDecide.v
- COQC      theories/Reals/RIneq.v
- COQC      theories/QArith/Qring.v
- COQC      theories/QArith/Qpower.v
- COQC      theories/MSets/MSetDecide.v
- COQC      theories/FSets/FSetCompat.v
- COQC      theories/QArith/QArith.v
- COQC      theories/Numbers/Cyclic/ZModulo/ZModulo.v
- COQC      theories/Numbers/Cyclic/Abstract/NZCyclic.v
- COQC      theories/FSets/FSetWeakList.v
- COQC      theories/FSets/FSetList.v
- COQC      theories/FSets/FSetAVL.v
- COQC      plugins/micromega/DeclConstant.v
- COQC      plugins/micromega/QMicromega.v
- COQC      theories/QArith/Qround.v
- COQC      theories/QArith/Qcanon.v
- COQC      theories/QArith/Qabs.v
- COQC      theories/FSets/FSetProperties.v
- COQC      theories/MSets/MSetProperties.v
- COQC      plugins/micromega/Lqa.v
- COQC      theories/QArith/Qcabs.v
- COQC      theories/Reals/DiscrR.v
- COQC      theories/Reals/Rlogic.v
- COQC      theories/Reals/Rbase.v
- COQC      theories/Reals/R_Ifp.v
- COQC      theories/Reals/SplitRmult.v
- COQC      theories/QArith/Qreals.v
- COQC      theories/Reals/ROrderedType.v
- COQC      theories/FSets/FMaps.v
- COQC      theories/Reals/Rbasic_fun.v
- COQC      theories/Reals/R_sqr.v
- COQC      theories/Reals/SplitAbsolu.v
- COQC      theories/Reals/ArithProp.v
- COQC      theories/Reals/Rminmax.v
- COQC      theories/Reals/Rfunctions.v
- COQC      theories/FSets/FSetEqProperties.v
- COQC      theories/FSets/FSetToFiniteSet.v
- COQC      theories/MSets/MSetEqProperties.v
- COQC      theories/MSets/MSetToFiniteSet.v
- COQC      plugins/micromega/RMicromega.v
- COQC      theories/Reals/Rseries.v
- COQC      theories/Reals/Runcountable.v
- COQC      theories/Reals/RList.v
- COQC      plugins/micromega/ZMicromega.v
- COQC      theories/FSets/FSets.v
- COQC      theories/Reals/SeqProp.v
- COQC      plugins/micromega/Lra.v
- COQC      theories/MSets/MSets.v
- COQC      theories/Reals/Rlimit.v
- COQC      plugins/micromega/Fourier_util.v
- COQC      plugins/micromega/Fourier.v
- COQC      theories/Reals/Rcomplete.v
- COQC      theories/Reals/Rderiv.v
- COQC      theories/Reals/PartSum.v
- COQC      plugins/micromega/Lia.v
- COQC      plugins/micromega/MExtraction.v
- COQC      theories/Reals/Ranalysis1.v
- COQC      plugins/setoid_ring/Ncring_initial.v
- COQC      theories/ZArith/Zquot.v
- COQC      theories/Numbers/Cyclic/Int63/Int63.v
- COQC      theories/Numbers/Cyclic/Int31/Cyclic31.v
- COQC      theories/FSets/FMapFullAVL.v
- COQC      plugins/micromega/Psatz.v
- COQC      plugins/btauto/Algebra.v
- COQC      theories/Reals/AltSeries.v
- COQC      theories/Reals/Binomial.v
- COQC      theories/Reals/Rsigma.v
- COQC      theories/Reals/Cauchy_prod.v
- COQC      theories/Reals/Alembert.v
- COQC      theories/Reals/Rtopology.v
- COQC      theories/Reals/Ranalysis2.v
- COQC      theories/Reals/Rprod.v
- COQC      theories/Reals/Ranalysis3.v
- COQC      theories/Reals/MVT.v
- COQC      plugins/btauto/Reflect.v
- COQC      theories/Reals/SeqSeries.v
- COQC      plugins/btauto/Btauto.v
- COQC      theories/Reals/Rsqrt_def.v
- COQC      theories/Reals/Rtrigo_fun.v
- COQC      theories/Reals/PSeries_reg.v
- COQC      theories/Reals/Rtrigo_def.v
- COQC      plugins/setoid_ring/Ncring_tac.v
- COQC      theories/Numbers/Cyclic/Int63/Cyclic63.v
- COQC      theories/Compat/Coq88.v
- COQC      plugins/extraction/ExtrOCamlInt63.v
- COQC      theories/Reals/R_sqrt.v
- COQC      theories/Numbers/Cyclic/Int31/Ring31.v
- COQC      theories/Reals/Rtrigo_alt.v
- COQC      theories/Reals/Cos_rel.v
- COQC      theories/Reals/Sqrt_reg.v
- COQC      theories/Numbers/Cyclic/Int63/Ring63.v
- COQC      theories/Reals/Cos_plus.v
- COQC      theories/Reals/Rtrigo1.v
- COQC      plugins/setoid_ring/Cring.v
- COQC      plugins/setoid_ring/Integral_domain.v
- COQC      plugins/setoid_ring/Rings_Z.v
- COQC      plugins/setoid_ring/Rings_Q.v
- COQC      theories/Reals/Rtrigo_reg.v
- COQC      theories/Reals/Rtrigo_calc.v
- COQC      theories/Reals/Exp_prop.v
- COQC      theories/Reals/Rgeom.v
- COQC      theories/Reals/Ranalysis4.v
- COQC      theories/Reals/Rpower.v
- COQC      theories/Reals/Ranalysis_reg.v
- COQC      theories/Reals/RiemannInt_SF.v
- COQC      theories/Reals/RiemannInt.v
- COQC      theories/Reals/Ranalysis5.v
- COQC      theories/Reals/Ratan.v
- COQC      theories/Reals/Machin.v
- COQC      theories/Reals/Rtrigo.v
- COQC      theories/Reals/Ranalysis.v
- COQC      theories/Reals/NewtonInt.v
- COQC      theories/Reals/Integration.v
- COQC      theories/Reals/Reals.v
- COQC      plugins/setoid_ring/Rings_R.v
- COQC      plugins/nsatz/Nsatz.v
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
Processing 66/69: [coq: make byte]
+ /usr/bin/make "-j255" "byte" (CWD=/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build byte
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
- OCAMLC    config/coq_config.ml
- OCAMLC    clib/cObj.ml
- OCAMLC    clib/cEphemeron.ml
- OCAMLC    clib/hashset.ml
- OCAMLC    clib/hashcons.ml
- OCAMLC    clib/orderedType.ml
- OCAMLC    clib/cSet.ml
- OCAMLC    clib/cMap.ml
- OCAMLC    clib/cList.ml
- OCAMLC    clib/cString.ml
- OCAMLC    clib/cStack.ml
- OCAMLC    clib/int.ml
- OCAMLC    clib/range.ml
- OCAMLC    clib/hMap.ml
- OCAMLC    clib/bigint.ml
- OCAMLC    clib/cArray.ml
- OCAMLC    clib/option.ml
- OCAMLC    clib/cUnix.ml
- OCAMLC    clib/cThread.ml
- OCAMLC    clib/trie.ml
- OCAMLC    clib/predicate.ml
- OCAMLC    clib/heap.ml
- OCAMLC    clib/unionfind.ml
- OCAMLC    clib/dyn.ml
- OCAMLC    clib/store.ml
- OCAMLC    clib/exninfo.ml
- OCAMLC    clib/backtrace.ml
- OCAMLC    clib/iStream.ml
- OCAMLC    clib/terminal.ml
- OCAMLC    clib/monad.ml
- OCAMLC    clib/diff2.ml
- OCAMLC    lib/hook.ml
- OCAMLC    lib/flags.ml
- OCAMLC    lib/control.ml
- OCAMLC    lib/util.ml
- OCAMLC    lib/pp.ml
- OCAMLC    lib/pp_diff.ml
- OCAMLC    lib/stateid.ml
- OCAMLC    lib/loc.ml
- OCAMLC    lib/feedback.ml
- OCAMLC    lib/cErrors.ml
- OCAMLC    lib/cWarnings.ml
- File "clib/hashset.ml", line 121, characters 8-20:
- 121 |         Obj.truncate (Obj.repr bucket) (prev_len + 1);
-               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.truncate
- File "clib/hashset.ml", line 122, characters 8-20:
- 122 |         Obj.truncate (Obj.repr hbucket) prev_len;
-               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.truncate
- OCAMLC    lib/acyclicGraph.ml
- OCAMLC    lib/rtree.ml
- OCAMLC    lib/system.ml
- OCAMLC    lib/explore.ml
- OCAMLC    lib/cProfile.ml
- OCAMLC    lib/future.ml
- OCAMLC    lib/spawn.ml
- OCAMLC    lib/cAst.ml
- OCAMLC    lib/dAst.ml
- OCAMLC    lib/genarg.ml
- OCAMLC    lib/remoteCounter.ml
- OCAMLC    lib/aux_file.ml
- OCAMLC    lib/envars.ml
- OCAMLC    lib/coqProject_file.ml
- OCAMLC    kernel/names.ml
- OCAMLC    kernel/transparentState.ml
- OCAMLC    kernel/uint63.ml
- OCAMLC    kernel/cPrimitives.ml
- OCAMLC    kernel/univ.ml
- OCAMLC    kernel/uGraph.ml
- OCAMLC    kernel/esubst.ml
- OCAMLC    kernel/sorts.ml
- OCAMLC    kernel/evar.ml
- OCAMLC    kernel/context.ml
- OCAMLC    kernel/constr.ml
- OCAMLC    kernel/vars.ml
- OCAMLC    kernel/term.ml
- OCAMLC    kernel/mod_subst.ml
- OCAMLC    kernel/vmvalues.ml
- OCAMLC    kernel/cbytecodes.ml
- OCAMLC    kernel/cemitcodes.ml
- OCAMLC    kernel/opaqueproof.ml
- OCAMLC    kernel/nativevalues.ml
- OCAMLC    kernel/declareops.ml
- OCAMLC    kernel/retroknowledge.ml
- OCAMLC    kernel/conv_oracle.ml
- File "lib/pp.ml", line 200, characters 33-44:
- 200 |     | Ppcmd_tag(tag, s)       -> pp_open_tag  ft tag;
-                                        ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "lib/pp.ml", line 202, characters 33-45:
- 202 |                                  pp_close_tag ft ()
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- OCAMLC    kernel/environ.ml
- OCAMLC    kernel/primred.ml
- OCAMLC    kernel/cClosure.ml
- File "lib/future.ml", line 71, characters 50-64:
- 71 |   ref (Ongoing (name, CEphemeron.create (uuid, f, Pervasives.ref x)))
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    kernel/retypeops.ml
- OCAMLC    kernel/reduction.ml
- OCAMLC    kernel/clambda.ml
- OCAMLC    kernel/nativelambda.ml
- OCAMLC    kernel/cbytegen.ml
- OCAMLC    kernel/nativecode.ml
- OCAMLC    kernel/nativelib.ml
- OCAMLC    kernel/csymtable.ml
- OCAMLC    kernel/vm.ml
- OCAMLC    kernel/vconv.ml
- OCAMLC    kernel/nativeconv.ml
- OCAMLC    kernel/type_errors.ml
- OCAMLC    kernel/modops.ml
- OCAMLC    kernel/inductive.ml
- OCAMLC    kernel/typeops.ml
- OCAMLC    kernel/indTyping.ml
- OCAMLC    kernel/indtypes.ml
- OCAMLC    kernel/cooking.ml
- OCAMLC    kernel/term_typing.ml
- OCAMLC    kernel/subtyping.ml
- OCAMLC    kernel/mod_typing.ml
- OCAMLC    kernel/nativelibrary.ml
- OCAMLC    kernel/safe_typing.ml
- OCAMLC    library/libnames.ml
- OCAMLC    library/globnames.ml
- OCAMLC    library/libobject.ml
- OCAMLC    library/summary.ml
- OCAMLC    library/nametab.ml
- OCAMLC    library/global.ml
- File "kernel/nativevalues.ml", line 82, characters 15-26:
- 82 |       let () = Obj.set_tag ans accumulate_tag in
-                     ^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.set_tag
- Use with_tag instead.
- File "kernel/nativevalues.ml", line 89, characters 11-22:
- 89 |   let () = Obj.set_tag ans accumulate_tag in
-                 ^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.set_tag
- Use with_tag instead.
- OCAMLC    library/lib.ml
- OCAMLC    library/declaremods.ml
- OCAMLC    library/loadpath.ml
- OCAMLC    library/library.ml
- OCAMLC    library/states.ml
- OCAMLC    library/kindops.ml
- OCAMLC    library/goptions.ml
- OCAMLC    library/decls.ml
- OCAMLC    library/keys.ml
- OCAMLC    library/coqlib.ml
- OCAMLC    engine/univNames.ml
- OCAMLC    engine/univGen.ml
- OCAMLC    engine/univSubst.ml
- OCAMLC    engine/univProblem.ml
- OCAMLC    engine/univMinim.ml
- OCAMLC    engine/uState.ml
- OCAMLC    engine/univops.ml
- OCAMLC    engine/nameops.ml
- OCAMLC    engine/evar_kinds.ml
- OCAMLC    engine/evd.ml
- OCAMLC    engine/eConstr.ml
- OCAMLC    engine/namegen.ml
- OCAMLC    engine/termops.ml
- OCAMLC    engine/evarutil.ml
- OCAMLC    engine/logic_monad.ml
- OCAMLC    engine/proofview_monad.ml
- OCAMLC    engine/proofview.ml
- OCAMLC    engine/ftactic.ml
- OCAMLC    pretyping/geninterp.ml
- OCAMLC    pretyping/locusops.ml
- OCAMLC    pretyping/pretype_errors.ml
- OCAMLC    pretyping/reductionops.ml
- OCAMLC    pretyping/inductiveops.ml
- OCAMLC    pretyping/inferCumulativity.ml
- OCAMLC    pretyping/arguments_renaming.ml
- OCAMLC    pretyping/retyping.ml
- OCAMLC    pretyping/vnorm.ml
- File "library/summary.ml", line 156, characters 10-24:
- 156 |   let r = Pervasives.ref (CEphemeron.create init, name) in
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/nativenorm.ml
- OCAMLC    pretyping/cbv.ml
- OCAMLC    pretyping/find_subterm.ml
- OCAMLC    pretyping/evardefine.ml
- OCAMLC    pretyping/evarsolve.ml
- OCAMLC    pretyping/recordops.ml
- OCAMLC    pretyping/heads.ml
- OCAMLC    pretyping/evarconv.ml
- OCAMLC    pretyping/typing.ml
- File "kernel/nativecode.ml", line 165, characters 34-48:
- 165 |   | SymbValue v1, SymbValue v2 -> Pervasives.(=) v1 v2 (** FIXME: how is this even valid? *)
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/glob_ops.ml
- OCAMLC    pretyping/patternops.ml
- OCAMLC    pretyping/constr_matching.ml
- OCAMLC    pretyping/tacred.ml
- OCAMLC    pretyping/typeclasses_errors.ml
- OCAMLC    pretyping/typeclasses.ml
- File "engine/logic_monad.ml", line 44, characters 9-25:
- 44 |   | _ -> Pervasives.raise CErrors.Unhandled
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/classops.ml
- OCAMLC    pretyping/program.ml
- File "engine/logic_monad.ml", line 73, characters 19-33:
- 73 |   type 'a ref = 'a Pervasives.ref
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "engine/logic_monad.ml", line 77, characters 28-42:
- 77 |   let ref a = (); fun () -> Pervasives.ref a
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/coercion.ml
- File "engine/logic_monad.ml", line 96, characters 32-52:
- 96 |   let read_line = fun () -> try Pervasives.read_line () with e ->
-                                      ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    pretyping/detyping.ml
- OCAMLC    pretyping/indrec.ml
- OCAMLC    pretyping/globEnv.ml
- OCAMLC    pretyping/cases.ml
- OCAMLC    pretyping/pretyping.ml
- OCAMLC    pretyping/unification.ml
- OCAMLC    interp/numTok.ml
- OCAMLC    interp/stdarg.ml
- OCAMLC    interp/genintern.ml
- OCAMLC    interp/notation_ops.ml
- OCAMLC    interp/notation.ml
- OCAMLC    interp/syntax_def.ml
- OCAMLC    interp/smartlocate.ml
- OCAMLC    interp/dumpglob.ml
- OCAMLC    interp/constrexpr_ops.ml
- OCAMLC    interp/reserve.ml
- OCAMLC    interp/impargs.ml
- OCAMLC    interp/implicit_quantifiers.ml
- OCAMLC    interp/constrintern.ml
- OCAMLC    interp/modintern.ml
- OCAMLC    interp/constrextern.ml
- OCAMLC    interp/discharge.ml
- OCAMLC    interp/declare.ml
- OCAMLC    proofs/miscprint.ml
- OCAMLC    proofs/goal.ml
- OCAMLC    proofs/evar_refiner.ml
- OCAMLC    proofs/refine.ml
- OCAMLC    proofs/proof.ml
- OCAMLC    proofs/logic.ml
- OCAMLC    proofs/goal_select.ml
- OCAMLC    proofs/proof_bullet.ml
- OCAMLC    proofs/proof_global.ml
- OCAMLC    proofs/refiner.ml
- OCAMLC    proofs/tacmach.ml
- OCAMLC    proofs/pfedit.ml
- OCAMLC    proofs/clenv.ml
- OCAMLC    proofs/clenvtac.ml
- OCAMLC    gramlib/.pack/gramlib__Ploc.ml
- OCAMLC    gramlib/.pack/gramlib__Plexing.ml
- File "pretyping/classops.ml", line 62, characters 9-27:
- 62 |   | _ -> Pervasives.compare t1 t2 (** OK *)
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    gramlib/.pack/gramlib__Gramext.ml
- OCAMLC    gramlib/.pack/gramlib__Grammar.ml
- OCAMLC    parsing/tok.ml
- OCAMLC    parsing/cLexer.ml
- OCAMLC    parsing/ppextend.ml
- OCAMLC    parsing/notgram_ops.ml
- OCAMLC    parsing/pcoq.ml
- File "interp/dumpglob.ml", line 15, characters 20-37:
- 15 | let glob_file = ref Pervasives.stdout
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    printing/genprint.ml
- OCAMLC    printing/pputils.ml
- File "interp/dumpglob.ml", line 18, characters 15-34:
- 18 |   glob_file := Pervasives.open_out f
-                     ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/dumpglob.ml", line 21, characters 2-22:
- 21 |   Pervasives.close_out !glob_file
-        ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "interp/dumpglob.ml", line 38, characters 4-28:
- 38 |     Pervasives.output_string !glob_file s
-          ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    printing/ppconstr.ml
- OCAMLC    printing/proof_diffs.ml
- OCAMLC    printing/printer.ml
- OCAMLC    printing/printmod.ml
- OCAMLC    printing/prettyp.ml
- OCAMLC    tactics/dnet.ml
- OCAMLC    tactics/dn.ml
- OCAMLC    tactics/btermdn.ml
- OCAMLC    tactics/tacticals.ml
- OCAMLC    tactics/hipattern.ml
- OCAMLC    tactics/ind_tables.ml
- File "engine/proofview.ml", line 553, characters 38-55:
- 553 | let tclDISPATCH tacs = tclDISPATCHGEN Pervasives.ignore tacs
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    tactics/eqschemes.ml
- File "interp/notation.ml", line 60, characters 18-36:
- 60 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    tactics/elimschemes.ml
- OCAMLC    tactics/redops.ml
- OCAMLC    tactics/redexpr.ml
- OCAMLC    tactics/ppred.ml
- OCAMLC    tactics/tactics.ml
- File "interp/constrextern.ml", line 72, characters 22-40:
- 72 |     let compare x y = Pervasives.compare x y
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    tactics/abstract.ml
- OCAMLC    tactics/elim.ml
- OCAMLC    tactics/equality.ml
- OCAMLC    tactics/contradiction.ml
- OCAMLC    tactics/inv.ml
- OCAMLC    tactics/hints.ml
- OCAMLC    tactics/leminv.ml
- OCAMLC    tactics/auto.ml
- OCAMLC    tactics/eauto.ml
- OCAMLC    tactics/class_tactics.ml
- OCAMLC    tactics/term_dnet.ml
- OCAMLC    tactics/eqdecide.ml
- OCAMLC    tactics/autorewrite.ml
- OCAMLC    vernac/attributes.ml
- OCAMLC    vernac/pvernac.ml
- OCAMLC    vernac/vernacprop.ml
- OCAMLC    vernac/himsg.ml
- File "engine/proofview.ml", line 923, characters 9-25:
- 923 |   | _ -> Pervasives.raise CErrors.Unhandled
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    vernac/explainErr.ml
- OCAMLC    vernac/locality.ml
- OCAMLC    vernac/egramml.ml
- OCAMLC    vernac/vernacextend.ml
- OCAMLC    vernac/ppvernac.ml
- OCAMLC    vernac/proof_using.ml
- OCAMLC    vernac/lemmas.ml
- File "tactics/redops.ml", line 13, characters 41-55:
- 13 | let union_consts l1 l2 = Util.List.union Pervasives.(=) l1 l2 (* FIXME *)
-                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    vernac/class.ml
- File "tactics/btermdn.ml", line 32, characters 7-25:
- 32 | | _ -> Pervasives.compare t1 t2 (** OK *)
-             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    vernac/egramcoq.ml
- OCAMLC    vernac/metasyntax.ml
- OCAMLC    vernac/auto_ind_decl.ml
- OCAMLC    vernac/search.ml
- OCAMLC    vernac/indschemes.ml
- OCAMLC    vernac/declareDef.ml
- OCAMLC    vernac/obligations.ml
- OCAMLC    vernac/comDefinition.ml
- OCAMLC    vernac/comAssumption.ml
- OCAMLC    vernac/comInductive.ml
- OCAMLC    vernac/comFixpoint.ml
- OCAMLC    vernac/comProgramFixpoint.ml
- OCAMLC    vernac/classes.ml
- OCAMLC    vernac/record.ml
- OCAMLC    vernac/assumptions.ml
- OCAMLC    vernac/vernacstate.ml
- OCAMLC    vernac/mltop.ml
- OCAMLC    vernac/topfmt.ml
- OCAMLC    vernac/vernacentries.ml
- OCAMLC    stm/spawned.ml
- OCAMLC    stm/dag.ml
- OCAMLC    stm/vcs.ml
- OCAMLC    stm/tQueue.ml
- OCAMLC    stm/workerPool.ml
- OCAMLC    stm/vernac_classifier.ml
- OCAMLC    stm/coqworkmgrApi.ml
- OCAMLC    stm/asyncTaskQueue.ml
- File "interp/notation.ml", line 595, characters 15-33:
- 595 |        let c = Pervasives.compare s.[i] s'.[i-d] in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    stm/stm.ml
- OCAMLC    stm/proofBlockDelimiter.ml
- OCAMLC    stm/vio_checking.ml
- File "printing/prettyp.ml", line 117, characters 33-47:
- 117 |   let nonmaximps = List.subtract Pervasives.(=) imps maximps in (* FIXME *)
-                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    toplevel/vernac.ml
- OCAMLC    toplevel/usage.ml
- OCAMLC    toplevel/coqinit.ml
- OCAMLC    toplevel/coqargs.ml
- OCAMLC    toplevel/coqcargs.ml
- OCAMLC    toplevel/coqloop.ml
- OCAMLC    toplevel/ccompile.ml
- OCAMLC    toplevel/coqtop.ml
- OCAMLC    toplevel/coqc.ml
- OCAMLC    toplevel/workerLoop.ml
- OCAMLC    checker/analyze.ml
- OCAMLC    checker/checkInductive.ml
- OCAMLC    checker/mod_checking.ml
- OCAMLC    checker/checkTypes.ml
- File "vernac/comDefinition.ml", line 38, characters 10-24:
- 38 |           Pervasives.(=) (List.assoc_f Constrexpr_ops.explicitation_eq key impsty) va)
-                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tactics/class_tactics.ml", line 260, characters 7-22:
- 260 |     if Pervasives.(>=) diff 0 then
-              ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    checker/safe_checking.ml
- OCAMLC    checker/values.ml
- OCAMLC    checker/validate.ml
- OCAMLC    checker/check.ml
- OCAMLC    checker/check_stat.ml
- OCAMLC    checker/checker.ml
- OCAMLC    ide/protocol/xml_lexer.ml
- OCAMLC    ide/protocol/xml_parser.ml
- OCAMLC    ide/protocol/xml_printer.ml
- OCAMLC    ide/protocol/serialize.ml
- OCAMLC    ide/protocol/richpp.ml
- OCAMLC    ide/protocol/xmlprotocol.ml
- OCAMLC    ide/document.ml
- OCAMLC    plugins/ltac/tauto.ml
- OCAMLC    plugins/omega/coq_omega.ml
- File "vernac/topfmt.ml", line 332, characters 2-39:
- 332 |   Format.pp_set_formatter_tag_functions !std_ft (tag_handler !std_ft);
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "vernac/search.ml", line 150, characters 4-22:
- 150 |     Pervasives.compare p1 p2
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/micromega/micromega.ml
- File "vernac/topfmt.ml", line 333, characters 2-39:
- 333 |   Format.pp_set_formatter_tag_functions !err_ft (tag_handler !err_ft)
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- OCAMLC    plugins/micromega/mutils.ml
- OCAMLC    plugins/micromega/itv.ml
- OCAMLC    plugins/micromega/vect.ml
- OCAMLC    plugins/micromega/sos_types.ml
- OCAMLC    plugins/micromega/polynomial.ml
- OCAMLC    plugins/micromega/mfourier.ml
- OCAMLC    plugins/micromega/simplex.ml
- OCAMLC    plugins/micromega/certificate.ml
- OCAMLC    plugins/micromega/persistent_cache.ml
- OCAMLC    plugins/micromega/coq_micromega.ml
- OCAMLC    plugins/micromega/g_micromega.ml
- OCAMLC    plugins/setoid_ring/newring_ast.ml
- File "interp/notation.ml", line 1233, characters 17-35:
- 1233 |    let compare = Pervasives.compare
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/setoid_ring/newring.ml
- File "checker/check.ml", line 68, characters 6-24:
- 68 |       Pervasives.compare
-            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "vernac/ppvernac.ml", line 373, characters 37-51:
- 373 |             when (c : bool) == c' && Pervasives.(=) t t' ->
-                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/extraction/miniml.ml
- OCAMLC    plugins/extraction/table.ml
- OCAMLC    plugins/extraction/mlutil.ml
- File "checker/analyze.ml", line 398, characters 19-40:
- 398 |   let input_byte = Pervasives.input_byte
-                          ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/extraction/modutil.ml
- File "checker/analyze.ml", line 399, characters 25-52:
- 399 |   let input_binary_int = Pervasives.input_binary_int
-                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/extraction/extraction.ml
- OCAMLC    plugins/extraction/common.ml
- OCAMLC    plugins/extraction/ocaml.ml
- OCAMLC    plugins/extraction/haskell.ml
- OCAMLC    plugins/extraction/scheme.ml
- OCAMLC    plugins/extraction/json.ml
- OCAMLC    plugins/extraction/extract_env.ml
- OCAMLC    plugins/cc/ccalgo.ml
- OCAMLC    plugins/cc/ccproof.ml
- OCAMLC    plugins/cc/cctac.ml
- OCAMLC    plugins/firstorder/formula.ml
- OCAMLC    plugins/firstorder/unify.ml
- OCAMLC    plugins/firstorder/sequent.ml
- OCAMLC    plugins/firstorder/rules.ml
- File "ide/protocol/richpp.ml", line 97, characters 2-32:
- 97 |   pp_set_formatter_tag_functions ft tag_functions;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "ide/protocol/richpp.ml", line 110, characters 2-13:
- 110 |   pp_open_tag ft "pp";
-         ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "ide/protocol/richpp.ml", line 112, characters 2-14:
- 112 |   pp_close_tag ft ();
-         ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- OCAMLC    plugins/firstorder/instances.ml
- OCAMLC    plugins/firstorder/ground.ml
- OCAMLC    plugins/rtauto/proof_search.ml
- File "plugins/micromega/mutils.ml", line 24, characters 36-54:
- 24 |   let compare : int -> int -> int = Pervasives.compare
-                                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/rtauto/refl_tauto.ml
- OCAMLC    plugins/btauto/refl_btauto.ml
- OCAMLC    plugins/funind/indfun_common.ml
- File "checker/check.ml", line 387, characters 12-36:
- 387 |     let _ = intern_from_file (dir,f) in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- OCAMLC    plugins/funind/glob_termops.ml
- File "vernac/metasyntax.ml", line 522, characters 43-57:
- 522 |     | (loc,a) :: sepfmt, (_,b) :: fmt when Pervasives.(=) a b -> get_tail (sepfmt, fmt) (* FIXME *)
-                                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/funind/glob_term_to_relation.ml
- OCAMLC    plugins/funind/functional_principles_proofs.ml
- OCAMLC    plugins/funind/functional_principles_types.ml
- OCAMLC    plugins/funind/invfun.ml
- File "toplevel/coqloop.ml", line 318, characters 2-18:
- 318 |   Pervasives.flush stderr;
-         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "toplevel/coqloop.ml", line 319, characters 2-18:
- 319 |   Pervasives.flush stdout;
-         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/vect.ml", line 151, characters 15-33:
- 151 |      let cmp = Pervasives.compare v1 v2 in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/funind/indfun.ml
- File "plugins/micromega/mfourier.ml", line 18, characters 34-52:
- 18 | let compare_float (p : float) q = Pervasives.compare p q
-                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/vect.ml", line 166, characters 15-33:
- 166 |      let cmp = Pervasives.compare v1 v2 in
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/nsatz/polynom.ml
- OCAMLC    plugins/nsatz/utile.ml
- OCAMLC    plugins/nsatz/ideal.ml
- OCAMLC    plugins/nsatz/nsatz.ml
- OCAMLC    plugins/syntax/r_syntax.ml
- OCAMLC -pack -o plugins/syntax/int63_syntax_plugin.cmo
- File "plugins/micromega/certificate.ml", line 96, characters 5-19:
- 96 |   if Pervasives.(=) y' x then y'
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/syntax/numeral.ml
- OCAMLC    plugins/syntax/string_notation.ml
- OCAMLC    plugins/derive/derive.ml
- OCAMLC    plugins/ssr/ssrprinters.ml
- File "plugins/micromega/mutils.ml", line 357, characters 32-46:
- 357 |   let max : int -> int -> int = Pervasives.max
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/ssr/ssrcommon.ml
- OCAMLC    plugins/ssr/ssrtacticals.ml
- OCAMLC    plugins/ssr/ssrelim.ml
- OCAMLC    plugins/ssr/ssrview.ml
- OCAMLC    plugins/ssr/ssrbwd.ml
- OCAMLC    plugins/ssr/ssrequality.ml
- OCAMLC    plugins/ssr/ssripats.ml
- File "plugins/micromega/simplex.ml", line 590, characters 12-26:
- 590 |          if Pervasives.(=) (snd v) Eq
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/ssr/ssrfwd.ml
- OCAMLC    plugins/ssr/ssrparser.ml
- File "plugins/extraction/common.ml", line 128, characters 12-30:
- 128 |     let c = Pervasives.compare k1 k2 (* OK *) in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    plugins/ssr/ssrvernac.ml
- OCAMLC    dev/top_printers.mli
- File "gramlib/grammar.ml", lines 875-879, characters 4-27:
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "plugins/micromega/simplex.ml", line 654, characters 13-27:
- 654 |           if Pervasives.(=) op Eq
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC    dev/vm_printers.ml
- File "gramlib/grammar.ml", lines 885-904, characters 4-26:
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "plugins/micromega/polynomial.ml", line 281, characters 18-32:
- 281 | let is_strict c = Pervasives.(=) c.op  Gt
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -a -o config/config.cma
- OCAMLC -a -o clib/clib.cma
- OCAMLC -a -o lib/lib.cma
- OCAMLC -a -o library/library.cma
- File "vernac/metasyntax.ml", line 965, characters 32-46:
- 965 |     | Some xtyp, Some ytyp when Pervasives.(=) xtyp ytyp -> typs (* FIXME *)
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -a -o engine/engine.cma
- OCAMLC -a -o proofs/proofs.cma
- OCAMLC -a -o parsing/parsing.cma
- OCAMLC -a -o toplevel/toplevel.cma
- OCAMLC -a -o checker/check.cma
- OCAMLC -pack -o plugins/ltac/tauto_plugin.cmo
- File "plugins/micromega/polynomial.ml", line 425, characters 35-49:
- 425 |     | e::l -> Some (List.fold_left Pervasives.min e l)
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -a -o kernel/kernel.cma
- File "plugins/ssr/ssrview.ml", line 29, characters 18-36:
- 29 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/mfourier.ml", line 590, characters 34-48:
- 590 |       List.fold_left (fun fr c -> Pervasives.max fr (Vect.fresh c.coeffs)) 0 l in
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/omega/coq_omega.ml", line 503, characters 25-39:
- 503 |           v'.(n)<- loop (Pervasives.(+) i l) p v.(n); (mkFix (ln,(tys,lna,v')))
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -pack -o plugins/derive/derive_plugin.cmo
- File "plugins/micromega/polynomial.ml", line 659, characters 46-64:
- 659 |                                          else Pervasives.compare s1 s2
-                                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 660, characters 40-58:
- 660 |         | Hyp i       , Hyp j        -> Pervasives.compare i j
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 661, characters 40-58:
- 661 |         | Def i       , Def j        -> Pervasives.compare i j
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/polynomial.ml", line 670, characters 43-61:
- 670 |         |   _          ,   _            -> Pervasives.compare (id_of_constr p1) (id_of_constr p2)
-                                                  ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -pack -o plugins/btauto/btauto_plugin.cmo
- OCAMLC -pack -o plugins/syntax/numeral_notation_plugin.cmo
- OCAMLC -pack -o plugins/syntax/string_notation_plugin.cmo
- File "plugins/micromega/polynomial.ml", line 788, characters 25-39:
- 788 |         | hyp'::l' -> if Pervasives.(=) hyp hyp' then i else xid_of_hyp (i+1) l' in
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -a -o printing/printing.cma
- File "plugins/omega/coq_omega.ml", line 687, characters 10-24:
- 687 |   let n = Pervasives.(-) (List.length path_k) (List.length path_init) in
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -pack -o plugins/rtauto/rtauto_plugin.cmo
- OCAMLC -pack -o plugins/syntax/r_syntax_plugin.cmo
- OCAMLC -o bin/coqchk.byte
- OCAMLC    dev/top_printers.ml
- File "plugins/micromega/polynomial.ml", line 876, characters 12-26:
- 876 |          if Pervasives.(=) rst Done
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -pack -o plugins/firstorder/ground_plugin.cmo
- OCAMLC -a -o ide/ide_common.cma
- OCAMLC -a -o gramlib/.pack/gramlib.cma
- OCAMLC -pack -o plugins/nsatz/nsatz_plugin.cmo
- File "plugins/omega/coq_omega.ml", line 1003, characters 16-33:
- 1003 |           flush Pervasives.stdout; CErrors.user_err Pp.(str "shrink.1")
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "plugins/micromega/coq_micromega.ml", line 1589, characters 17-31:
- 1589 |       is_sublist Pervasives.(=) hyps new_cl in
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -a -o pretyping/pretyping.cma
- File "plugins/micromega/coq_micromega.ml", line 1957, characters 14-28:
- 1957 |   let equal = Pervasives.(=)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLC -pack -o plugins/cc/cc_plugin.cmo
- OCAMLC -pack -o plugins/extraction/extraction_plugin.cmo
- OCAMLC -a -o interp/interp.cma
- OCAMLC -pack -o plugins/setoid_ring/newring_plugin.cmo
- OCAMLC -pack -o plugins/micromega/micromega_plugin.cmo
- OCAMLC    plugins/funind/recdef.ml
- OCAMLC -a -o vernac/vernac.cma
- OCAMLC -a -o stm/stm.cma
- OCAMLC -pack -o plugins/omega/omega_plugin.cmo
- OCAMLC -a -o tactics/tactics.cma
- COQMKTOP -o bin/coqtop.byte
- COQMKTOP -o bin/coqproofworker.byte
- COQMKTOP -o bin/coqtacticworker.byte
- COQMKTOP -o bin/coqqueryworker.byte
- COQMKTOP -o bin/coqc.byte
- COQMKTOP -o bin/coqidetop.byte
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml/compiler-libs, /home/opam/.opam/4.09/lib/ocaml
- OCAMLC -pack -o plugins/funind/recdef_plugin.cmo
- OCAMLC -pack -o plugins/ssr/ssreflect_plugin.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
-> compiled  coq.8.10.2
Processing 67/69: [coq: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
- install -d "/home/opam/.opam/4.09/bin"
- # copy style files for coqide
- install -d "/home/opam/.opam/4.09/lib/coq"/tools/coqdoc
- install -m 644 tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.09/lib/coq"/tools/coqdoc
- install bin/coqdep bin/coq_makefile bin/coq-tex bin/coqwc bin/coqdoc bin/coqc bin/coqworkmgr bin/coqpp "/home/opam/.opam/4.09/bin"
- install -d "/home/opam/.opam/4.09/bin"
- install bin/coqc bin/coqchk bin/coqtop bin/coqtop.opt bin/coqproofworker.opt bin/coqtacticworker.opt bin/coqqueryworker.opt "/home/opam/.opam/4.09/bin"
- install -d "/home/opam/.opam/4.09/lib/coq"
- ./install.sh "/home/opam/.opam/4.09/lib/coq" theories/ZArith/auxiliary.vo theories/ZArith/Zwf.vo theories/ZArith/Zsqrt_compat.vo theories/ZArith/Zquot.vo theories/ZArith/Zpower.vo theories/ZArith/Zpow_facts.vo theories/ZArith/Zpow_def.vo theories/ZArith/Zpow_alt.vo theories/ZArith/Zorder.vo theories/ZArith/Znumtheory.vo theories/ZArith/Znat.vo theories/ZArith/Zmisc.vo theories/ZArith/Zminmax.vo theories/ZArith/Zmin.vo theories/ZArith/Zmax.vo theories/ZArith/Zlogarithm.vo theories/ZArith/Zhints.vo theories/ZArith/Zgcd_alt.vo theories/ZArith/Zeven.vo theories/ZArith/Zeuclid.vo theories/ZArith/Zdiv.vo theories/ZArith/Zdigits.vo theories/ZArith/Zcomplements.vo theories/ZArith/Zcompare.vo theories/ZArith/Zbool.vo theories/ZArith/Zabs.vo theories/ZArith/ZArith_dec.vo theories/ZArith/ZArith_base.vo theories/ZArith/ZArith.vo theories/ZArith/Wf_Z.vo theories/ZArith/Int.vo theories/ZArith/BinIntDef.vo theories/ZArith/BinInt.vo theories/Wellfounded/Wellfounded.vo theories/Wellfounded/Well_Ordering.vo theories/Wellfounded/Union.vo theories/Wellfounded/Transitive_Closure.vo theories/Wellfounded/Lexicographic_Product.vo theories/Wellfounded/Lexicographic_Exponentiation.vo theories/Wellfounded/Inverse_Image.vo theories/Wellfounded/Inclusion.vo theories/Wellfounded/Disjoint_Union.vo theories/Vectors/VectorSpec.vo theories/Vectors/VectorEq.vo theories/Vectors/VectorDef.vo theories/Vectors/Vector.vo theories/Vectors/Fin.vo theories/Unicode/Utf8_core.vo theories/Unicode/Utf8.vo theories/Structures/OrdersTac.vo theories/Structures/OrdersLists.vo theories/Structures/OrdersFacts.vo theories/Structures/OrdersEx.vo theories/Structures/OrdersAlt.vo theories/Structures/Orders.vo theories/Structures/OrderedTypeEx.vo theories/Structures/OrderedTypeAlt.vo theories/Structures/OrderedType.vo theories/Structures/GenericMinMax.vo theories/Structures/EqualitiesFacts.vo theories/Structures/Equalities.vo theories/Structures/DecidableTypeEx.vo theories/Structures/DecidableType.vo theories/Strings/String.vo theories/Strings/OctalString.vo theories/Strings/HexString.vo theories/Strings/ByteVector.vo theories/Strings/Byte.vo theories/Strings/BinaryString.vo theories/Strings/Ascii.vo theories/Sorting/Sorting.vo theories/Sorting/Sorted.vo theories/Sorting/Permutation.vo theories/Sorting/PermutSetoid.vo theories/Sorting/PermutEq.vo theories/Sorting/Mergesort.vo theories/Sorting/Heap.vo theories/Sets/Uniset.vo theories/Sets/Relations_3_facts.vo theories/Sets/Relations_3.vo theories/Sets/Relations_2_facts.vo theories/Sets/Relations_2.vo theories/Sets/Relations_1_facts.vo theories/Sets/Relations_1.vo theories/Sets/Powerset_facts.vo theories/Sets/Powerset_Classical_facts.vo theories/Sets/Powerset.vo theories/Sets/Permut.vo theories/Sets/Partial_Order.vo theories/Sets/Multiset.vo theories/Sets/Integers.vo theories/Sets/Infinite_sets.vo theories/Sets/Image.vo theories/Sets/Finite_sets_facts.vo theories/Sets/Finite_sets.vo theories/Sets/Ensembles.vo theories/Sets/Cpo.vo theories/Sets/Constructive_sets.vo theories/Sets/Classical_sets.vo theories/Setoids/Setoid.vo theories/Relations/Relations.vo theories/Relations/Relation_Operators.vo theories/Relations/Relation_Definitions.vo theories/Relations/Operators_Properties.vo theories/Reals/Sqrt_reg.vo theories/Reals/SplitRmult.vo theories/Reals/SplitAbsolu.vo theories/Reals/SeqSeries.vo theories/Reals/SeqProp.vo theories/Reals/Runcountable.vo theories/Reals/Rtrigo_reg.vo theories/Reals/Rtrigo_fun.vo theories/Reals/Rtrigo_def.vo theories/Reals/Rtrigo_calc.vo theories/Reals/Rtrigo_alt.vo theories/Reals/Rtrigo1.vo theories/Reals/Rtrigo.vo theories/Reals/Rtopology.vo theories/Reals/Rsqrt_def.vo theories/Reals/Rsigma.vo theories/Reals/Rseries.vo theories/Reals/Rprod.vo theories/Reals/Rpower.vo theories/Reals/Rpow_def.vo theories/Reals/Rminmax.vo theories/Reals/Rlogic.vo theories/Reals/Rlimit.vo theories/Reals/RiemannInt_SF.vo theories/Reals/RiemannInt.vo theories/Reals/Rgeom.vo theories/Reals/Rfunctions.vo theories/Reals/Reals.vo theories/Reals/Rderiv.vo theories/Reals/Rdefinitions.vo theories/Reals/Rcomplete.vo theories/Reals/Rbasic_fun.vo theories/Reals/Rbase.vo theories/Reals/Raxioms.vo theories/Reals/Ratan.vo theories/Reals/Ranalysis_reg.vo theories/Reals/Ranalysis5.vo theories/Reals/Ranalysis4.vo theories/Reals/Ranalysis3.vo theories/Reals/Ranalysis2.vo theories/Reals/Ranalysis1.vo theories/Reals/Ranalysis.vo theories/Reals/R_sqrt.vo theories/Reals/R_sqr.vo theories/Reals/R_Ifp.vo theories/Reals/ROrderedType.vo theories/Reals/RList.vo theories/Reals/RIneq.vo theories/Reals/PartSum.vo theories/Reals/PSeries_reg.vo theories/Reals/NewtonInt.vo theories/Reals/Machin.vo theories/Reals/MVT.vo theories/Reals/Integration.vo theories/Reals/Exp_prop.vo theories/Reals/DiscrR.vo theories/Reals/Cos_rel.vo theories/Reals/Cos_plus.vo theories/Reals/Cauchy_prod.vo theories/Reals/Binomial.vo theories/Reals/ArithProp.vo theories/Reals/AltSeries.vo theories/Reals/Alembert.vo theories/QArith/Qround.vo theories/QArith/Qring.vo theories/QArith/Qreduction.vo theories/QArith/Qreals.vo theories/QArith/Qpower.vo theories/QArith/Qminmax.vo theories/QArith/Qfield.vo theories/QArith/Qcanon.vo theories/QArith/Qcabs.vo theories/QArith/Qabs.vo theories/QArith/QOrderedType.vo theories/QArith/QArith_base.vo theories/QArith/QArith.vo theories/Program/Wf.vo theories/Program/Utils.vo theories/Program/Tactics.vo theories/Program/Syntax.vo theories/Program/Subset.vo theories/Program/Program.vo theories/Program/Equality.vo theories/Program/Combinators.vo theories/Program/Basics.vo theories/PArith/Pnat.vo theories/PArith/POrderedType.vo theories/PArith/PArith.vo theories/PArith/BinPosDef.vo theories/PArith/BinPos.vo theories/Numbers/NumPrelude.vo theories/Numbers/Natural/Peano/NPeano.vo theories/Numbers/Natural/Binary/NBinary.vo theories/Numbers/Natural/Abstract/NSub.vo theories/Numbers/Natural/Abstract/NStrongRec.vo theories/Numbers/Natural/Abstract/NSqrt.vo theories/Numbers/Natural/Abstract/NProperties.vo theories/Numbers/Natural/Abstract/NPow.vo theories/Numbers/Natural/Abstract/NParity.vo theories/Numbers/Natural/Abstract/NOrder.vo theories/Numbers/Natural/Abstract/NMulOrder.vo theories/Numbers/Natural/Abstract/NMaxMin.vo theories/Numbers/Natural/Abstract/NLog.vo theories/Numbers/Natural/Abstract/NLcm.vo theories/Numbers/Natural/Abstract/NIso.vo theories/Numbers/Natural/Abstract/NGcd.vo theories/Numbers/Natural/Abstract/NDiv.vo theories/Numbers/Natural/Abstract/NDefOps.vo theories/Numbers/Natural/Abstract/NBits.vo theories/Numbers/Natural/Abstract/NBase.vo theories/Numbers/Natural/Abstract/NAxioms.vo theories/Numbers/Natural/Abstract/NAddOrder.vo theories/Numbers/Natural/Abstract/NAdd.vo theories/Numbers/NatInt/NZSqrt.vo theories/Numbers/NatInt/NZProperties.vo theories/Numbers/NatInt/NZPow.vo theories/Numbers/NatInt/NZParity.vo theories/Numbers/NatInt/NZOrder.vo theories/Numbers/NatInt/NZMulOrder.vo theories/Numbers/NatInt/NZMul.vo theories/Numbers/NatInt/NZLog.vo theories/Numbers/NatInt/NZGcd.vo theories/Numbers/NatInt/NZDomain.vo theories/Numbers/NatInt/NZDiv.vo theories/Numbers/NatInt/NZBits.vo theories/Numbers/NatInt/NZBase.vo theories/Numbers/NatInt/NZAxioms.vo theories/Numbers/NatInt/NZAddOrder.vo theories/Numbers/NatInt/NZAdd.vo theories/Numbers/NaryFunctions.vo theories/Numbers/Integer/NatPairs/ZNatPairs.vo theories/Numbers/Integer/Binary/ZBinary.vo theories/Numbers/Integer/Abstract/ZSgnAbs.vo theories/Numbers/Integer/Abstract/ZProperties.vo theories/Numbers/Integer/Abstract/ZPow.vo theories/Numbers/Integer/Abstract/ZParity.vo theories/Numbers/Integer/Abstract/ZMulOrder.vo theories/Numbers/Integer/Abstract/ZMul.vo theories/Numbers/Integer/Abstract/ZMaxMin.vo theories/Numbers/Integer/Abstract/ZLt.vo theories/Numbers/Integer/Abstract/ZLcm.vo theories/Numbers/Integer/Abstract/ZGcd.vo theories/Numbers/Integer/Abstract/ZDivTrunc.vo theories/Numbers/Integer/Abstract/ZDivFloor.vo theories/Numbers/Integer/Abstract/ZDivEucl.vo theories/Numbers/Integer/Abstract/ZBits.vo theories/Numbers/Integer/Abstract/ZBase.vo theories/Numbers/Integer/Abstract/ZAxioms.vo theories/Numbers/Integer/Abstract/ZAddOrder.vo theories/Numbers/Integer/Abstract/ZAdd.vo theories/Numbers/DecimalZ.vo theories/Numbers/DecimalString.vo theories/Numbers/DecimalPos.vo theories/Numbers/DecimalNat.vo theories/Numbers/DecimalN.vo theories/Numbers/DecimalFacts.vo theories/Numbers/Cyclic/ZModulo/ZModulo.vo theories/Numbers/Cyclic/Int63/Ring63.vo theories/Numbers/Cyclic/Int63/Int63.vo theories/Numbers/Cyclic/Int63/Cyclic63.vo theories/Numbers/Cyclic/Int31/Ring31.vo theories/Numbers/Cyclic/Int31/Int31.vo theories/Numbers/Cyclic/Int31/Cyclic31.vo theories/Numbers/Cyclic/Abstract/NZCyclic.vo theories/Numbers/Cyclic/Abstract/DoubleType.vo theories/Numbers/Cyclic/Abstract/CyclicAxioms.vo theories/Numbers/BinNums.vo theories/Numbers/AltBinNotations.vo theories/NArith/Nsqrt_def.vo theories/NArith/Nnat.vo theories/NArith/Ngcd_def.vo theories/NArith/Ndiv_def.vo theories/NArith/Ndist.vo theories/NArith/Ndigits.vo theories/NArith/Ndec.vo theories/NArith/NArith.vo theories/NArith/BinNatDef.vo theories/NArith/BinNat.vo theories/MSets/MSets.vo theories/MSets/MSetWeakList.vo theories/MSets/MSetToFiniteSet.vo theories/MSets/MSetRBT.vo theories/MSets/MSetProperties.vo theories/MSets/MSetPositive.vo theories/MSets/MSetList.vo theories/MSets/MSetInterface.vo theories/MSets/MSetGenTree.vo theories/MSets/MSetFacts.vo theories/MSets/MSetEqProperties.vo theories/MSets/MSetDecide.vo theories/MSets/MSetAVL.vo theories/Logic/WeakFan.vo theories/Logic/WKL.vo theories/Logic/StrictProp.vo theories/Logic/SetoidChoice.vo theories/Logic/SetIsType.vo theories/Logic/RelationalChoice.vo theories/Logic/PropFacts.vo theories/Logic/PropExtensionalityFacts.vo theories/Logic/PropExtensionality.vo theories/Logic/ProofIrrelevanceFacts.vo theories/Logic/ProofIrrelevance.vo theories/Logic/JMeq.vo theories/Logic/IndefiniteDescription.vo theories/Logic/Hurkens.vo theories/Logic/FunctionalExtensionality.vo theories/Logic/FinFun.vo theories/Logic/ExtensionalityFacts.vo theories/Logic/ExtensionalFunctionRepresentative.vo theories/Logic/Eqdep_dec.vo theories/Logic/EqdepFacts.vo theories/Logic/Eqdep.vo theories/Logic/Epsilon.vo theories/Logic/Diaconescu.vo theories/Logic/Description.vo theories/Logic/Decidable.vo theories/Logic/ConstructiveEpsilon.vo theories/Logic/Classical_Prop.vo theories/Logic/Classical_Pred_Type.vo theories/Logic/ClassicalUniqueChoice.vo theories/Logic/ClassicalFacts.vo theories/Logic/ClassicalEpsilon.vo theories/Logic/ClassicalDescription.vo theories/Logic/ClassicalChoice.vo theories/Logic/Classical.vo theories/Logic/ChoiceFacts.vo theories/Logic/Berardi.vo theories/Lists/Streams.vo theories/Lists/StreamMemo.vo theories/Lists/SetoidPermutation.vo theories/Lists/SetoidList.vo theories/Lists/ListTactics.vo theories/Lists/ListSet.vo theories/Lists/ListDec.vo theories/Lists/List.vo theories/Init/Wf.vo theories/Init/Tauto.vo theories/Init/Tactics.vo theories/Init/Specif.vo theories/Init/Prelude.vo theories/Init/Peano.vo theories/Init/Notations.vo theories/Init/Nat.vo theories/Init/Logic_Type.vo theories/Init/Logic.vo theories/Init/Decimal.vo theories/Init/Datatypes.vo theories/Init/Byte.vo theories/FSets/FSets.vo theories/FSets/FSetWeakList.vo theories/FSets/FSetToFiniteSet.vo theories/FSets/FSetProperties.vo theories/FSets/FSetPositive.vo theories/FSets/FSetList.vo theories/FSets/FSetInterface.vo theories/FSets/FSetFacts.vo theories/FSets/FSetEqProperties.vo theories/FSets/FSetDecide.vo theories/FSets/FSetCompat.vo theories/FSets/FSetBridge.vo theories/FSets/FSetAVL.vo theories/FSets/FMaps.vo theories/FSets/FMapWeakList.vo theories/FSets/FMapPositive.vo theories/FSets/FMapList.vo theories/FSets/FMapInterface.vo theories/FSets/FMapFullAVL.vo theories/FSets/FMapFacts.vo theories/FSets/FMapAVL.vo theories/Compat/Coq89.vo theories/Compat/Coq88.vo theories/Compat/Coq810.vo theories/Compat/AdmitAxiom.vo theories/Classes/SetoidTactics.vo theories/Classes/SetoidDec.vo theories/Classes/SetoidClass.vo theories/Classes/RelationPairs.vo theories/Classes/RelationClasses.vo theories/Classes/Morphisms_Relations.vo theories/Classes/Morphisms_Prop.vo theories/Classes/Morphisms.vo theories/Classes/Init.vo theories/Classes/Equivalence.vo theories/Classes/EquivDec.vo theories/Classes/DecidableClass.vo theories/Classes/CRelationClasses.vo theories/Classes/CMorphisms.vo theories/Classes/CEquivalence.vo theories/Bool/Zerob.vo theories/Bool/Sumbool.vo theories/Bool/IfProp.vo theories/Bool/DecBool.vo theories/Bool/Bvector.vo theories/Bool/BoolEq.vo theories/Bool/Bool.vo theories/Arith/Wf_nat.vo theories/Arith/Plus.vo theories/Arith/Peano_dec.vo theories/Arith/PeanoNat.vo theories/Arith/Mult.vo theories/Arith/Minus.vo theories/Arith/Min.vo theories/Arith/Max.vo theories/Arith/Lt.vo theories/Arith/Le.vo theories/Arith/Gt.vo theories/Arith/Factorial.vo theories/Arith/Even.vo theories/Arith/Euclid.vo theories/Arith/EqNat.vo theories/Arith/Div2.vo theories/Arith/Compare_dec.vo theories/Arith/Compare.vo theories/Arith/Bool_nat.vo theories/Arith/Between.vo theories/Arith/Arith_base.vo theories/Arith/Arith.vo plugins/ssrmatching/ssrmatching.vo plugins/ssr/ssrfun.vo plugins/ssr/ssreflect.vo plugins/ssr/ssrbool.vo plugins/setoid_ring/ZArithRing.vo plugins/setoid_ring/Rings_Z.vo plugins/setoid_ring/Rings_R.vo plugins/setoid_ring/Rings_Q.vo plugins/setoid_ring/Ring_theory.vo plugins/setoid_ring/Ring_tac.vo plugins/setoid_ring/Ring_polynom.vo plugins/setoid_ring/Ring_base.vo plugins/setoid_ring/Ring.vo plugins/setoid_ring/RealField.vo plugins/setoid_ring/Ncring_tac.vo plugins/setoid_ring/Ncring_polynom.vo plugins/setoid_ring/Ncring_initial.vo plugins/setoid_ring/Ncring.vo plugins/setoid_ring/NArithRing.vo plugins/setoid_ring/Integral_domain.vo plugins/setoid_ring/InitialRing.vo plugins/setoid_ring/Field_theory.vo plugins/setoid_ring/Field_tac.vo plugins/setoid_ring/Field.vo plugins/setoid_ring/Cring.vo plugins/setoid_ring/BinList.vo plugins/setoid_ring/ArithRing.vo plugins/setoid_ring/Algebra_syntax.vo plugins/rtauto/Rtauto.vo plugins/rtauto/Bintree.vo plugins/omega/PreOmega.vo plugins/omega/OmegaTactic.vo plugins/omega/OmegaPlugin.vo plugins/omega/OmegaLemmas.vo plugins/omega/Omega.vo plugins/nsatz/Nsatz.vo plugins/micromega/ZMicromega.vo plugins/micromega/ZCoeff.vo plugins/micromega/VarMap.vo plugins/micromega/Tauto.vo plugins/micromega/RingMicromega.vo plugins/micromega/Refl.vo plugins/micromega/RMicromega.vo plugins/micromega/QMicromega.vo plugins/micromega/Psatz.vo plugins/micromega/OrderedRing.vo plugins/micromega/MExtraction.vo plugins/micromega/Lra.vo plugins/micromega/Lqa.vo plugins/micromega/Lia.vo plugins/micromega/Fourier_util.vo plugins/micromega/Fourier.vo plugins/micromega/EnvRing.vo plugins/micromega/Env.vo plugins/micromega/DeclConstant.vo plugins/ltac/Ltac.vo plugins/funind/Recdef.vo plugins/funind/FunInd.vo plugins/extraction/Extraction.vo plugins/extraction/ExtrOcamlZInt.vo plugins/extraction/ExtrOcamlZBigInt.vo plugins/extraction/ExtrOcamlString.vo plugins/extraction/ExtrOcamlNatInt.vo plugins/extraction/ExtrOcamlNatBigInt.vo plugins/extraction/ExtrOcamlIntConv.vo plugins/extraction/ExtrOcamlBigIntConv.vo plugins/extraction/ExtrOcamlBasic.vo plugins/extraction/ExtrOCamlInt63.vo plugins/extraction/ExtrHaskellZNum.vo plugins/extraction/ExtrHaskellZInteger.vo plugins/extraction/ExtrHaskellZInt.vo plugins/extraction/ExtrHaskellString.vo plugins/extraction/ExtrHaskellNatNum.vo plugins/extraction/ExtrHaskellNatInteger.vo plugins/extraction/ExtrHaskellNatInt.vo plugins/extraction/ExtrHaskellBasic.vo plugins/derive/Derive.vo plugins/btauto/Reflect.vo plugins/btauto/Btauto.vo plugins/btauto/Algebra.vo  theories/ZArith/auxiliary.v theories/ZArith/Zwf.v theories/ZArith/Zsqrt_compat.v theories/ZArith/Zquot.v theories/ZArith/Zpower.v theories/ZArith/Zpow_facts.v theories/ZArith/Zpow_def.v theories/ZArith/Zpow_alt.v theories/ZArith/Zorder.v theories/ZArith/Znumtheory.v theories/ZArith/Znat.v theories/ZArith/Zmisc.v theories/ZArith/Zminmax.v theories/ZArith/Zmin.v theories/ZArith/Zmax.v theories/ZArith/Zlogarithm.v theories/ZArith/Zhints.v theories/ZArith/Zgcd_alt.v theories/ZArith/Zeven.v theories/ZArith/Zeuclid.v theories/ZArith/Zdiv.v theories/ZArith/Zdigits.v theories/ZArith/Zcomplements.v theories/ZArith/Zcompare.v theories/ZArith/Zbool.v theories/ZArith/Zabs.v theories/ZArith/ZArith_dec.v theories/ZArith/ZArith_base.v theories/ZArith/ZArith.v theories/ZArith/Wf_Z.v theories/ZArith/Int.v theories/ZArith/BinIntDef.v theories/ZArith/BinInt.v theories/Wellfounded/Wellfounded.v theories/Wellfounded/Well_Ordering.v theories/Wellfounded/Union.v theories/Wellfounded/Transitive_Closure.v theories/Wellfounded/Lexicographic_Product.v theories/Wellfounded/Lexicographic_Exponentiation.v theories/Wellfounded/Inverse_Image.v theories/Wellfounded/Inclusion.v theories/Wellfounded/Disjoint_Union.v theories/Vectors/VectorSpec.v theories/Vectors/VectorEq.v theories/Vectors/VectorDef.v theories/Vectors/Vector.v theories/Vectors/Fin.v theories/Unicode/Utf8_core.v theories/Unicode/Utf8.v theories/Structures/OrdersTac.v theories/Structures/OrdersLists.v theories/Structures/OrdersFacts.v theories/Structures/OrdersEx.v theories/Structures/OrdersAlt.v theories/Structures/Orders.v theories/Structures/OrderedTypeEx.v theories/Structures/OrderedTypeAlt.v theories/Structures/OrderedType.v theories/Structures/GenericMinMax.v theories/Structures/EqualitiesFacts.v theories/Structures/Equalities.v theories/Structures/DecidableTypeEx.v theories/Structures/DecidableType.v theories/Strings/String.v theories/Strings/OctalString.v theories/Strings/HexString.v theories/Strings/ByteVector.v theories/Strings/Byte.v theories/Strings/BinaryString.v theories/Strings/Ascii.v theories/Sorting/Sorting.v theories/Sorting/Sorted.v theories/Sorting/Permutation.v theories/Sorting/PermutSetoid.v theories/Sorting/PermutEq.v theories/Sorting/Mergesort.v theories/Sorting/Heap.v theories/Sets/Uniset.v theories/Sets/Relations_3_facts.v theories/Sets/Relations_3.v theories/Sets/Relations_2_facts.v theories/Sets/Relations_2.v theories/Sets/Relations_1_facts.v theories/Sets/Relations_1.v theories/Sets/Powerset_facts.v theories/Sets/Powerset_Classical_facts.v theories/Sets/Powerset.v theories/Sets/Permut.v theories/Sets/Partial_Order.v theories/Sets/Multiset.v theories/Sets/Integers.v theories/Sets/Infinite_sets.v theories/Sets/Image.v theories/Sets/Finite_sets_facts.v theories/Sets/Finite_sets.v theories/Sets/Ensembles.v theories/Sets/Cpo.v theories/Sets/Constructive_sets.v theories/Sets/Classical_sets.v theories/Setoids/Setoid.v theories/Relations/Relations.v theories/Relations/Relation_Operators.v theories/Relations/Relation_Definitions.v theories/Relations/Operators_Properties.v theories/Reals/Sqrt_reg.v theories/Reals/SplitRmult.v theories/Reals/SplitAbsolu.v theories/Reals/SeqSeries.v theories/Reals/SeqProp.v theories/Reals/Runcountable.v theories/Reals/Rtrigo_reg.v theories/Reals/Rtrigo_fun.v theories/Reals/Rtrigo_def.v theories/Reals/Rtrigo_calc.v theories/Reals/Rtrigo_alt.v theories/Reals/Rtrigo1.v theories/Reals/Rtrigo.v theories/Reals/Rtopology.v theories/Reals/Rsqrt_def.v theories/Reals/Rsigma.v theories/Reals/Rseries.v theories/Reals/Rprod.v theories/Reals/Rpower.v theories/Reals/Rpow_def.v theories/Reals/Rminmax.v theories/Reals/Rlogic.v theories/Reals/Rlimit.v theories/Reals/RiemannInt_SF.v theories/Reals/RiemannInt.v theories/Reals/Rgeom.v theories/Reals/Rfunctions.v theories/Reals/Reals.v theories/Reals/Rderiv.v theories/Reals/Rdefinitions.v theories/Reals/Rcomplete.v theories/Reals/Rbasic_fun.v theories/Reals/Rbase.v theories/Reals/Raxioms.v theories/Reals/Ratan.v theories/Reals/Ranalysis_reg.v theories/Reals/Ranalysis5.v theories/Reals/Ranalysis4.v theories/Reals/Ranalysis3.v theories/Reals/Ranalysis2.v theories/Reals/Ranalysis1.v theories/Reals/Ranalysis.v theories/Reals/R_sqrt.v theories/Reals/R_sqr.v theories/Reals/R_Ifp.v theories/Reals/ROrderedType.v theories/Reals/RList.v theories/Reals/RIneq.v theories/Reals/PartSum.v theories/Reals/PSeries_reg.v theories/Reals/NewtonInt.v theories/Reals/Machin.v theories/Reals/MVT.v theories/Reals/Integration.v theories/Reals/Exp_prop.v theories/Reals/DiscrR.v theories/Reals/Cos_rel.v theories/Reals/Cos_plus.v theories/Reals/Cauchy_prod.v theories/Reals/Binomial.v theories/Reals/ArithProp.v theories/Reals/AltSeries.v theories/Reals/Alembert.v theories/QArith/Qround.v theories/QArith/Qring.v theories/QArith/Qreduction.v theories/QArith/Qreals.v theories/QArith/Qpower.v theories/QArith/Qminmax.v theories/QArith/Qfield.v theories/QArith/Qcanon.v theories/QArith/Qcabs.v theories/QArith/Qabs.v theories/QArith/QOrderedType.v theories/QArith/QArith_base.v theories/QArith/QArith.v theories/Program/Wf.v theories/Program/Utils.v theories/Program/Tactics.v theories/Program/Syntax.v theories/Program/Subset.v theories/Program/Program.v theories/Program/Equality.v theories/Program/Combinators.v theories/Program/Basics.v theories/PArith/Pnat.v theories/PArith/POrderedType.v theories/PArith/PArith.v theories/PArith/BinPosDef.v theories/PArith/BinPos.v theories/Numbers/NumPrelude.v theories/Numbers/Natural/Peano/NPeano.v theories/Numbers/Natural/Binary/NBinary.v theories/Numbers/Natural/Abstract/NSub.v theories/Numbers/Natural/Abstract/NStrongRec.v theories/Numbers/Natural/Abstract/NSqrt.v theories/Numbers/Natural/Abstract/NProperties.v theories/Numbers/Natural/Abstract/NPow.v theories/Numbers/Natural/Abstract/NParity.v theories/Numbers/Natural/Abstract/NOrder.v theories/Numbers/Natural/Abstract/NMulOrder.v theories/Numbers/Natural/Abstract/NMaxMin.v theories/Numbers/Natural/Abstract/NLog.v theories/Numbers/Natural/Abstract/NLcm.v theories/Numbers/Natural/Abstract/NIso.v theories/Numbers/Natural/Abstract/NGcd.v theories/Numbers/Natural/Abstract/NDiv.v theories/Numbers/Natural/Abstract/NDefOps.v theories/Numbers/Natural/Abstract/NBits.v theories/Numbers/Natural/Abstract/NBase.v theories/Numbers/Natural/Abstract/NAxioms.v theories/Numbers/Natural/Abstract/NAddOrder.v theories/Numbers/Natural/Abstract/NAdd.v theories/Numbers/NatInt/NZSqrt.v theories/Numbers/NatInt/NZProperties.v theories/Numbers/NatInt/NZPow.v theories/Numbers/NatInt/NZParity.v theories/Numbers/NatInt/NZOrder.v theories/Numbers/NatInt/NZMulOrder.v theories/Numbers/NatInt/NZMul.v theories/Numbers/NatInt/NZLog.v theories/Numbers/NatInt/NZGcd.v theories/Numbers/NatInt/NZDomain.v theories/Numbers/NatInt/NZDiv.v theories/Numbers/NatInt/NZBits.v theories/Numbers/NatInt/NZBase.v theories/Numbers/NatInt/NZAxioms.v theories/Numbers/NatInt/NZAddOrder.v theories/Numbers/NatInt/NZAdd.v theories/Numbers/NaryFunctions.v theories/Numbers/Integer/NatPairs/ZNatPairs.v theories/Numbers/Integer/Binary/ZBinary.v theories/Numbers/Integer/Abstract/ZSgnAbs.v theories/Numbers/Integer/Abstract/ZProperties.v theories/Numbers/Integer/Abstract/ZPow.v theories/Numbers/Integer/Abstract/ZParity.v theories/Numbers/Integer/Abstract/ZMulOrder.v theories/Numbers/Integer/Abstract/ZMul.v theories/Numbers/Integer/Abstract/ZMaxMin.v theories/Numbers/Integer/Abstract/ZLt.v theories/Numbers/Integer/Abstract/ZLcm.v theories/Numbers/Integer/Abstract/ZGcd.v theories/Numbers/Integer/Abstract/ZDivTrunc.v theories/Numbers/Integer/Abstract/ZDivFloor.v theories/Numbers/Integer/Abstract/ZDivEucl.v theories/Numbers/Integer/Abstract/ZBits.v theories/Numbers/Integer/Abstract/ZBase.v theories/Numbers/Integer/Abstract/ZAxioms.v theories/Numbers/Integer/Abstract/ZAddOrder.v theories/Numbers/Integer/Abstract/ZAdd.v theories/Numbers/DecimalZ.v theories/Numbers/DecimalString.v theories/Numbers/DecimalPos.v theories/Numbers/DecimalNat.v theories/Numbers/DecimalN.v theories/Numbers/DecimalFacts.v theories/Numbers/Cyclic/ZModulo/ZModulo.v theories/Numbers/Cyclic/Int63/Ring63.v theories/Numbers/Cyclic/Int63/Int63.v theories/Numbers/Cyclic/Int63/Cyclic63.v theories/Numbers/Cyclic/Int31/Ring31.v theories/Numbers/Cyclic/Int31/Int31.v theories/Numbers/Cyclic/Int31/Cyclic31.v theories/Numbers/Cyclic/Abstract/NZCyclic.v theories/Numbers/Cyclic/Abstract/DoubleType.v theories/Numbers/Cyclic/Abstract/CyclicAxioms.v theories/Numbers/BinNums.v theories/Numbers/AltBinNotations.v theories/NArith/Nsqrt_def.v theories/NArith/Nnat.v theories/NArith/Ngcd_def.v theories/NArith/Ndiv_def.v theories/NArith/Ndist.v theories/NArith/Ndigits.v theories/NArith/Ndec.v theories/NArith/NArith.v theories/NArith/BinNatDef.v theories/NArith/BinNat.v theories/MSets/MSets.v theories/MSets/MSetWeakList.v theories/MSets/MSetToFiniteSet.v theories/MSets/MSetRBT.v theories/MSets/MSetProperties.v theories/MSets/MSetPositive.v theories/MSets/MSetList.v theories/MSets/MSetInterface.v theories/MSets/MSetGenTree.v theories/MSets/MSetFacts.v theories/MSets/MSetEqProperties.v theories/MSets/MSetDecide.v theories/MSets/MSetAVL.v theories/Logic/WeakFan.v theories/Logic/WKL.v theories/Logic/StrictProp.v theories/Logic/SetoidChoice.v theories/Logic/SetIsType.v theories/Logic/RelationalChoice.v theories/Logic/PropFacts.v theories/Logic/PropExtensionalityFacts.v theories/Logic/PropExtensionality.v theories/Logic/ProofIrrelevanceFacts.v theories/Logic/ProofIrrelevance.v theories/Logic/JMeq.v theories/Logic/IndefiniteDescription.v theories/Logic/Hurkens.v theories/Logic/FunctionalExtensionality.v theories/Logic/FinFun.v theories/Logic/ExtensionalityFacts.v theories/Logic/ExtensionalFunctionRepresentative.v theories/Logic/Eqdep_dec.v theories/Logic/EqdepFacts.v theories/Logic/Eqdep.v theories/Logic/Epsilon.v theories/Logic/Diaconescu.v theories/Logic/Description.v theories/Logic/Decidable.v theories/Logic/ConstructiveEpsilon.v theories/Logic/Classical_Prop.v theories/Logic/Classical_Pred_Type.v theories/Logic/ClassicalUniqueChoice.v theories/Logic/ClassicalFacts.v theories/Logic/ClassicalEpsilon.v theories/Logic/ClassicalDescription.v theories/Logic/ClassicalChoice.v theories/Logic/Classical.v theories/Logic/ChoiceFacts.v theories/Logic/Berardi.v theories/Lists/Streams.v theories/Lists/StreamMemo.v theories/Lists/SetoidPermutation.v theories/Lists/SetoidList.v theories/Lists/ListTactics.v theories/Lists/ListSet.v theories/Lists/ListDec.v theories/Lists/List.v theories/Init/Wf.v theories/Init/Tauto.v theories/Init/Tactics.v theories/Init/Specif.v theories/Init/Prelude.v theories/Init/Peano.v theories/Init/Notations.v theories/Init/Nat.v theories/Init/Logic_Type.v theories/Init/Logic.v theories/Init/Decimal.v theories/Init/Datatypes.v theories/Init/Byte.v theories/FSets/FSets.v theories/FSets/FSetWeakList.v theories/FSets/FSetToFiniteSet.v theories/FSets/FSetProperties.v theories/FSets/FSetPositive.v theories/FSets/FSetList.v theories/FSets/FSetInterface.v theories/FSets/FSetFacts.v theories/FSets/FSetEqProperties.v theories/FSets/FSetDecide.v theories/FSets/FSetCompat.v theories/FSets/FSetBridge.v theories/FSets/FSetAVL.v theories/FSets/FMaps.v theories/FSets/FMapWeakList.v theories/FSets/FMapPositive.v theories/FSets/FMapList.v theories/FSets/FMapInterface.v theories/FSets/FMapFullAVL.v theories/FSets/FMapFacts.v theories/FSets/FMapAVL.v theories/Compat/Coq89.v theories/Compat/Coq88.v theories/Compat/Coq810.v theories/Compat/AdmitAxiom.v theories/Classes/SetoidTactics.v theories/Classes/SetoidDec.v theories/Classes/SetoidClass.v theories/Classes/RelationPairs.v theories/Classes/RelationClasses.v theories/Classes/Morphisms_Relations.v theories/Classes/Morphisms_Prop.v theories/Classes/Morphisms.v theories/Classes/Init.v theories/Classes/Equivalence.v theories/Classes/EquivDec.v theories/Classes/DecidableClass.v theories/Classes/CRelationClasses.v theories/Classes/CMorphisms.v theories/Classes/CEquivalence.v theories/Bool/Zerob.v theories/Bool/Sumbool.v theories/Bool/IfProp.v theories/Bool/DecBool.v theories/Bool/Bvector.v theories/Bool/BoolEq.v theories/Bool/Bool.v theories/Arith/Wf_nat.v theories/Arith/Plus.v theories/Arith/Peano_dec.v theories/Arith/PeanoNat.v theories/Arith/Mult.v theories/Arith/Minus.v theories/Arith/Min.v theories/Arith/Max.v theories/Arith/Lt.v theories/Arith/Le.v theories/Arith/Gt.v theories/Arith/Factorial.v theories/Arith/Even.v theories/Arith/Euclid.v theories/Arith/EqNat.v theories/Arith/Div2.v theories/Arith/Compare_dec.v theories/Arith/Compare.v theories/Arith/Bool_nat.v theories/Arith/Between.v theories/Arith/Arith_base.v theories/Arith/Arith.v plugins/ssrmatching/ssrmatching.v plugins/ssr/ssrfun.v plugins/ssr/ssreflect.v plugins/ssr/ssrbool.v plugins/setoid_ring/ZArithRing.v plugins/setoid_ring/Rings_Z.v plugins/setoid_ring/Rings_R.v plugins/setoid_ring/Rings_Q.v plugins/setoid_ring/Ring_theory.v plugins/setoid_ring/Ring_tac.v plugins/setoid_ring/Ring_polynom.v plugins/setoid_ring/Ring_base.v plugins/setoid_ring/Ring.v plugins/setoid_ring/RealField.v plugins/setoid_ring/Ncring_tac.v plugins/setoid_ring/Ncring_polynom.v plugins/setoid_ring/Ncring_initial.v plugins/setoid_ring/Ncring.v plugins/setoid_ring/NArithRing.v plugins/setoid_ring/Integral_domain.v plugins/setoid_ring/InitialRing.v plugins/setoid_ring/Field_theory.v plugins/setoid_ring/Field_tac.v plugins/setoid_ring/Field.v plugins/setoid_ring/Cring.v plugins/setoid_ring/BinList.v plugins/setoid_ring/ArithRing.v plugins/setoid_ring/Algebra_syntax.v plugins/rtauto/Rtauto.v plugins/rtauto/Bintree.v plugins/omega/PreOmega.v plugins/omega/OmegaTactic.v plugins/omega/OmegaPlugin.v plugins/omega/OmegaLemmas.v plugins/omega/Omega.v plugins/nsatz/Nsatz.v plugins/micromega/ZMicromega.v plugins/micromega/ZCoeff.v plugins/micromega/VarMap.v plugins/micromega/Tauto.v plugins/micromega/RingMicromega.v plugins/micromega/Refl.v plugins/micromega/RMicromega.v plugins/micromega/QMicromega.v plugins/micromega/Psatz.v plugins/micromega/OrderedRing.v plugins/micromega/MExtraction.v plugins/micromega/Lra.v plugins/micromega/Lqa.v plugins/micromega/Lia.v plugins/micromega/Fourier_util.v plugins/micromega/Fourier.v plugins/micromega/EnvRing.v plugins/micromega/Env.v plugins/micromega/DeclConstant.v plugins/ltac/Ltac.v plugins/funind/Recdef.v plugins/funind/FunInd.v plugins/extraction/Extraction.v plugins/extraction/ExtrOcamlZInt.v plugins/extraction/ExtrOcamlZBigInt.v plugins/extraction/ExtrOcamlString.v plugins/extraction/ExtrOcamlNatInt.v plugins/extraction/ExtrOcamlNatBigInt.v plugins/extraction/ExtrOcamlIntConv.v plugins/extraction/ExtrOcamlBigIntConv.v plugins/extraction/ExtrOcamlBasic.v plugins/extraction/ExtrOCamlInt63.v plugins/extraction/ExtrHaskellZNum.v plugins/extraction/ExtrHaskellZInteger.v plugins/extraction/ExtrHaskellZInt.v plugins/extraction/ExtrHaskellString.v plugins/extraction/ExtrHaskellNatNum.v plugins/extraction/ExtrHaskellNatInteger.v plugins/extraction/ExtrHaskellNatInt.v plugins/extraction/ExtrHaskellBasic.v plugins/derive/Derive.v plugins/btauto/Reflect.v plugins/btauto/Btauto.v plugins/btauto/Algebra.v theories/ZArith/auxiliary.glob theories/ZArith/Zwf.glob theories/ZArith/Zsqrt_compat.glob theories/ZArith/Zquot.glob theories/ZArith/Zpower.glob theories/ZArith/Zpow_facts.glob theories/ZArith/Zpow_def.glob theories/ZArith/Zpow_alt.glob theories/ZArith/Zorder.glob theories/ZArith/Znumtheory.glob theories/ZArith/Znat.glob theories/ZArith/Zmisc.glob theories/ZArith/Zminmax.glob theories/ZArith/Zmin.glob theories/ZArith/Zmax.glob theories/ZArith/Zlogarithm.glob theories/ZArith/Zhints.glob theories/ZArith/Zgcd_alt.glob theories/ZArith/Zeven.glob theories/ZArith/Zeuclid.glob theories/ZArith/Zdiv.glob theories/ZArith/Zdigits.glob theories/ZArith/Zcomplements.glob theories/ZArith/Zcompare.glob theories/ZArith/Zbool.glob theories/ZArith/Zabs.glob theories/ZArith/ZArith_dec.glob theories/ZArith/ZArith_base.glob theories/ZArith/ZArith.glob theories/ZArith/Wf_Z.glob theories/ZArith/Int.glob theories/ZArith/BinIntDef.glob theories/ZArith/BinInt.glob theories/Wellfounded/Wellfounded.glob theories/Wellfounded/Well_Ordering.glob theories/Wellfounded/Union.glob theories/Wellfounded/Transitive_Closure.glob theories/Wellfounded/Lexicographic_Product.glob theories/Wellfounded/Lexicographic_Exponentiation.glob theories/Wellfounded/Inverse_Image.glob theories/Wellfounded/Inclusion.glob theories/Wellfounded/Disjoint_Union.glob theories/Vectors/VectorSpec.glob theories/Vectors/VectorEq.glob theories/Vectors/VectorDef.glob theories/Vectors/Vector.glob theories/Vectors/Fin.glob theories/Unicode/Utf8_core.glob theories/Unicode/Utf8.glob theories/Structures/OrdersTac.glob theories/Structures/OrdersLists.glob theories/Structures/OrdersFacts.glob theories/Structures/OrdersEx.glob theories/Structures/OrdersAlt.glob theories/Structures/Orders.glob theories/Structures/OrderedTypeEx.glob theories/Structures/OrderedTypeAlt.glob theories/Structures/OrderedType.glob theories/Structures/GenericMinMax.glob theories/Structures/EqualitiesFacts.glob theories/Structures/Equalities.glob theories/Structures/DecidableTypeEx.glob theories/Structures/DecidableType.glob theories/Strings/String.glob theories/Strings/OctalString.glob theories/Strings/HexString.glob theories/Strings/ByteVector.glob theories/Strings/Byte.glob theories/Strings/BinaryString.glob theories/Strings/Ascii.glob theories/Sorting/Sorting.glob theories/Sorting/Sorted.glob theories/Sorting/Permutation.glob theories/Sorting/PermutSetoid.glob theories/Sorting/PermutEq.glob theories/Sorting/Mergesort.glob theories/Sorting/Heap.glob theories/Sets/Uniset.glob theories/Sets/Relations_3_facts.glob theories/Sets/Relations_3.glob theories/Sets/Relations_2_facts.glob theories/Sets/Relations_2.glob theories/Sets/Relations_1_facts.glob theories/Sets/Relations_1.glob theories/Sets/Powerset_facts.glob theories/Sets/Powerset_Classical_facts.glob theories/Sets/Powerset.glob theories/Sets/Permut.glob theories/Sets/Partial_Order.glob theories/Sets/Multiset.glob theories/Sets/Integers.glob theories/Sets/Infinite_sets.glob theories/Sets/Image.glob theories/Sets/Finite_sets_facts.glob theories/Sets/Finite_sets.glob theories/Sets/Ensembles.glob theories/Sets/Cpo.glob theories/Sets/Constructive_sets.glob theories/Sets/Classical_sets.glob theories/Setoids/Setoid.glob theories/Relations/Relations.glob theories/Relations/Relation_Operators.glob theories/Relations/Relation_Definitions.glob theories/Relations/Operators_Properties.glob theories/Reals/Sqrt_reg.glob theories/Reals/SplitRmult.glob theories/Reals/SplitAbsolu.glob theories/Reals/SeqSeries.glob theories/Reals/SeqProp.glob theories/Reals/Runcountable.glob theories/Reals/Rtrigo_reg.glob theories/Reals/Rtrigo_fun.glob theories/Reals/Rtrigo_def.glob theories/Reals/Rtrigo_calc.glob theories/Reals/Rtrigo_alt.glob theories/Reals/Rtrigo1.glob theories/Reals/Rtrigo.glob theories/Reals/Rtopology.glob theories/Reals/Rsqrt_def.glob theories/Reals/Rsigma.glob theories/Reals/Rseries.glob theories/Reals/Rprod.glob theories/Reals/Rpower.glob theories/Reals/Rpow_def.glob theories/Reals/Rminmax.glob theories/Reals/Rlogic.glob theories/Reals/Rlimit.glob theories/Reals/RiemannInt_SF.glob theories/Reals/RiemannInt.glob theories/Reals/Rgeom.glob theories/Reals/Rfunctions.glob theories/Reals/Reals.glob theories/Reals/Rderiv.glob theories/Reals/Rdefinitions.glob theories/Reals/Rcomplete.glob theories/Reals/Rbasic_fun.glob theories/Reals/Rbase.glob theories/Reals/Raxioms.glob theories/Reals/Ratan.glob theories/Reals/Ranalysis_reg.glob theories/Reals/Ranalysis5.glob theories/Reals/Ranalysis4.glob theories/Reals/Ranalysis3.glob theories/Reals/Ranalysis2.glob theories/Reals/Ranalysis1.glob theories/Reals/Ranalysis.glob theories/Reals/R_sqrt.glob theories/Reals/R_sqr.glob theories/Reals/R_Ifp.glob theories/Reals/ROrderedType.glob theories/Reals/RList.glob theories/Reals/RIneq.glob theories/Reals/PartSum.glob theories/Reals/PSeries_reg.glob theories/Reals/NewtonInt.glob theories/Reals/Machin.glob theories/Reals/MVT.glob theories/Reals/Integration.glob theories/Reals/Exp_prop.glob theories/Reals/DiscrR.glob theories/Reals/Cos_rel.glob theories/Reals/Cos_plus.glob theories/Reals/Cauchy_prod.glob theories/Reals/Binomial.glob theories/Reals/ArithProp.glob theories/Reals/AltSeries.glob theories/Reals/Alembert.glob theories/QArith/Qround.glob theories/QArith/Qring.glob theories/QArith/Qreduction.glob theories/QArith/Qreals.glob theories/QArith/Qpower.glob theories/QArith/Qminmax.glob theories/QArith/Qfield.glob theories/QArith/Qcanon.glob theories/QArith/Qcabs.glob theories/QArith/Qabs.glob theories/QArith/QOrderedType.glob theories/QArith/QArith_base.glob theories/QArith/QArith.glob theories/Program/Wf.glob theories/Program/Utils.glob theories/Program/Tactics.glob theories/Program/Syntax.glob theories/Program/Subset.glob theories/Program/Program.glob theories/Program/Equality.glob theories/Program/Combinators.glob theories/Program/Basics.glob theories/PArith/Pnat.glob theories/PArith/POrderedType.glob theories/PArith/PArith.glob theories/PArith/BinPosDef.glob theories/PArith/BinPos.glob theories/Numbers/NumPrelude.glob theories/Numbers/Natural/Peano/NPeano.glob theories/Numbers/Natural/Binary/NBinary.glob theories/Numbers/Natural/Abstract/NSub.glob theories/Numbers/Natural/Abstract/NStrongRec.glob theories/Numbers/Natural/Abstract/NSqrt.glob theories/Numbers/Natural/Abstract/NProperties.glob theories/Numbers/Natural/Abstract/NPow.glob theories/Numbers/Natural/Abstract/NParity.glob theories/Numbers/Natural/Abstract/NOrder.glob theories/Numbers/Natural/Abstract/NMulOrder.glob theories/Numbers/Natural/Abstract/NMaxMin.glob theories/Numbers/Natural/Abstract/NLog.glob theories/Numbers/Natural/Abstract/NLcm.glob theories/Numbers/Natural/Abstract/NIso.glob theories/Numbers/Natural/Abstract/NGcd.glob theories/Numbers/Natural/Abstract/NDiv.glob theories/Numbers/Natural/Abstract/NDefOps.glob theories/Numbers/Natural/Abstract/NBits.glob theories/Numbers/Natural/Abstract/NBase.glob theories/Numbers/Natural/Abstract/NAxioms.glob theories/Numbers/Natural/Abstract/NAddOrder.glob theories/Numbers/Natural/Abstract/NAdd.glob theories/Numbers/NatInt/NZSqrt.glob theories/Numbers/NatInt/NZProperties.glob theories/Numbers/NatInt/NZPow.glob theories/Numbers/NatInt/NZParity.glob theories/Numbers/NatInt/NZOrder.glob theories/Numbers/NatInt/NZMulOrder.glob theories/Numbers/NatInt/NZMul.glob theories/Numbers/NatInt/NZLog.glob theories/Numbers/NatInt/NZGcd.glob theories/Numbers/NatInt/NZDomain.glob theories/Numbers/NatInt/NZDiv.glob theories/Numbers/NatInt/NZBits.glob theories/Numbers/NatInt/NZBase.glob theories/Numbers/NatInt/NZAxioms.glob theories/Numbers/NatInt/NZAddOrder.glob theories/Numbers/NatInt/NZAdd.glob theories/Numbers/NaryFunctions.glob theories/Numbers/Integer/NatPairs/ZNatPairs.glob theories/Numbers/Integer/Binary/ZBinary.glob theories/Numbers/Integer/Abstract/ZSgnAbs.glob theories/Numbers/Integer/Abstract/ZProperties.glob theories/Numbers/Integer/Abstract/ZPow.glob theories/Numbers/Integer/Abstract/ZParity.glob theories/Numbers/Integer/Abstract/ZMulOrder.glob theories/Numbers/Integer/Abstract/ZMul.glob theories/Numbers/Integer/Abstract/ZMaxMin.glob theories/Numbers/Integer/Abstract/ZLt.glob theories/Numbers/Integer/Abstract/ZLcm.glob theories/Numbers/Integer/Abstract/ZGcd.glob theories/Numbers/Integer/Abstract/ZDivTrunc.glob theories/Numbers/Integer/Abstract/ZDivFloor.glob theories/Numbers/Integer/Abstract/ZDivEucl.glob theories/Numbers/Integer/Abstract/ZBits.glob theories/Numbers/Integer/Abstract/ZBase.glob theories/Numbers/Integer/Abstract/ZAxioms.glob theories/Numbers/Integer/Abstract/ZAddOrder.glob theories/Numbers/Integer/Abstract/ZAdd.glob theories/Numbers/DecimalZ.glob theories/Numbers/DecimalString.glob theories/Numbers/DecimalPos.glob theories/Numbers/DecimalNat.glob theories/Numbers/DecimalN.glob theories/Numbers/DecimalFacts.glob theories/Numbers/Cyclic/ZModulo/ZModulo.glob theories/Numbers/Cyclic/Int63/Ring63.glob theories/Numbers/Cyclic/Int63/Int63.glob theories/Numbers/Cyclic/Int63/Cyclic63.glob theories/Numbers/Cyclic/Int31/Ring31.glob theories/Numbers/Cyclic/Int31/Int31.glob theories/Numbers/Cyclic/Int31/Cyclic31.glob theories/Numbers/Cyclic/Abstract/NZCyclic.glob theories/Numbers/Cyclic/Abstract/DoubleType.glob theories/Numbers/Cyclic/Abstract/CyclicAxioms.glob theories/Numbers/BinNums.glob theories/Numbers/AltBinNotations.glob theories/NArith/Nsqrt_def.glob theories/NArith/Nnat.glob theories/NArith/Ngcd_def.glob theories/NArith/Ndiv_def.glob theories/NArith/Ndist.glob theories/NArith/Ndigits.glob theories/NArith/Ndec.glob theories/NArith/NArith.glob theories/NArith/BinNatDef.glob theories/NArith/BinNat.glob theories/MSets/MSets.glob theories/MSets/MSetWeakList.glob theories/MSets/MSetToFiniteSet.glob theories/MSets/MSetRBT.glob theories/MSets/MSetProperties.glob theories/MSets/MSetPositive.glob theories/MSets/MSetList.glob theories/MSets/MSetInterface.glob theories/MSets/MSetGenTree.glob theories/MSets/MSetFacts.glob theories/MSets/MSetEqProperties.glob theories/MSets/MSetDecide.glob theories/MSets/MSetAVL.glob theories/Logic/WeakFan.glob theories/Logic/WKL.glob theories/Logic/StrictProp.glob theories/Logic/SetoidChoice.glob theories/Logic/SetIsType.glob theories/Logic/RelationalChoice.glob theories/Logic/PropFacts.glob theories/Logic/PropExtensionalityFacts.glob theories/Logic/PropExtensionality.glob theories/Logic/ProofIrrelevanceFacts.glob theories/Logic/ProofIrrelevance.glob theories/Logic/JMeq.glob theories/Logic/IndefiniteDescription.glob theories/Logic/Hurkens.glob theories/Logic/FunctionalExtensionality.glob theories/Logic/FinFun.glob theories/Logic/ExtensionalityFacts.glob theories/Logic/ExtensionalFunctionRepresentative.glob theories/Logic/Eqdep_dec.glob theories/Logic/EqdepFacts.glob theories/Logic/Eqdep.glob theories/Logic/Epsilon.glob theories/Logic/Diaconescu.glob theories/Logic/Description.glob theories/Logic/Decidable.glob theories/Logic/ConstructiveEpsilon.glob theories/Logic/Classical_Prop.glob theories/Logic/Classical_Pred_Type.glob theories/Logic/ClassicalUniqueChoice.glob theories/Logic/ClassicalFacts.glob theories/Logic/ClassicalEpsilon.glob theories/Logic/ClassicalDescription.glob theories/Logic/ClassicalChoice.glob theories/Logic/Classical.glob theories/Logic/ChoiceFacts.glob theories/Logic/Berardi.glob theories/Lists/Streams.glob theories/Lists/StreamMemo.glob theories/Lists/SetoidPermutation.glob theories/Lists/SetoidList.glob theories/Lists/ListTactics.glob theories/Lists/ListSet.glob theories/Lists/ListDec.glob theories/Lists/List.glob theories/Init/Wf.glob theories/Init/Tauto.glob theories/Init/Tactics.glob theories/Init/Specif.glob theories/Init/Prelude.glob theories/Init/Peano.glob theories/Init/Notations.glob theories/Init/Nat.glob theories/Init/Logic_Type.glob theories/Init/Logic.glob theories/Init/Decimal.glob theories/Init/Datatypes.glob theories/Init/Byte.glob theories/FSets/FSets.glob theories/FSets/FSetWeakList.glob theories/FSets/FSetToFiniteSet.glob theories/FSets/FSetProperties.glob theories/FSets/FSetPositive.glob theories/FSets/FSetList.glob theories/FSets/FSetInterface.glob theories/FSets/FSetFacts.glob theories/FSets/FSetEqProperties.glob theories/FSets/FSetDecide.glob theories/FSets/FSetCompat.glob theories/FSets/FSetBridge.glob theories/FSets/FSetAVL.glob theories/FSets/FMaps.glob theories/FSets/FMapWeakList.glob theories/FSets/FMapPositive.glob theories/FSets/FMapList.glob theories/FSets/FMapInterface.glob theories/FSets/FMapFullAVL.glob theories/FSets/FMapFacts.glob theories/FSets/FMapAVL.glob theories/Compat/Coq89.glob theories/Compat/Coq88.glob theories/Compat/Coq810.glob theories/Compat/AdmitAxiom.glob theories/Classes/SetoidTactics.glob theories/Classes/SetoidDec.glob theories/Classes/SetoidClass.glob theories/Classes/RelationPairs.glob theories/Classes/RelationClasses.glob theories/Classes/Morphisms_Relations.glob theories/Classes/Morphisms_Prop.glob theories/Classes/Morphisms.glob theories/Classes/Init.glob theories/Classes/Equivalence.glob theories/Classes/EquivDec.glob theories/Classes/DecidableClass.glob theories/Classes/CRelationClasses.glob theories/Classes/CMorphisms.glob theories/Classes/CEquivalence.glob theories/Bool/Zerob.glob theories/Bool/Sumbool.glob theories/Bool/IfProp.glob theories/Bool/DecBool.glob theories/Bool/Bvector.glob theories/Bool/BoolEq.glob theories/Bool/Bool.glob theories/Arith/Wf_nat.glob theories/Arith/Plus.glob theories/Arith/Peano_dec.glob theories/Arith/PeanoNat.glob theories/Arith/Mult.glob theories/Arith/Minus.glob theories/Arith/Min.glob theories/Arith/Max.glob theories/Arith/Lt.glob theories/Arith/Le.glob theories/Arith/Gt.glob theories/Arith/Factorial.glob theories/Arith/Even.glob theories/Arith/Euclid.glob theories/Arith/EqNat.glob theories/Arith/Div2.glob theories/Arith/Compare_dec.glob theories/Arith/Compare.glob theories/Arith/Bool_nat.glob theories/Arith/Between.glob theories/Arith/Arith_base.glob theories/Arith/Arith.glob plugins/ssrmatching/ssrmatching.glob plugins/ssr/ssrfun.glob plugins/ssr/ssreflect.glob plugins/ssr/ssrbool.glob plugins/setoid_ring/ZArithRing.glob plugins/setoid_ring/Rings_Z.glob plugins/setoid_ring/Rings_R.glob plugins/setoid_ring/Rings_Q.glob plugins/setoid_ring/Ring_theory.glob plugins/setoid_ring/Ring_tac.glob plugins/setoid_ring/Ring_polynom.glob plugins/setoid_ring/Ring_base.glob plugins/setoid_ring/Ring.glob plugins/setoid_ring/RealField.glob plugins/setoid_ring/Ncring_tac.glob plugins/setoid_ring/Ncring_polynom.glob plugins/setoid_ring/Ncring_initial.glob plugins/setoid_ring/Ncring.glob plugins/setoid_ring/NArithRing.glob plugins/setoid_ring/Integral_domain.glob plugins/setoid_ring/InitialRing.glob plugins/setoid_ring/Field_theory.glob plugins/setoid_ring/Field_tac.glob plugins/setoid_ring/Field.glob plugins/setoid_ring/Cring.glob plugins/setoid_ring/BinList.glob plugins/setoid_ring/ArithRing.glob plugins/setoid_ring/Algebra_syntax.glob plugins/rtauto/Rtauto.glob plugins/rtauto/Bintree.glob plugins/omega/PreOmega.glob plugins/omega/OmegaTactic.glob plugins/omega/OmegaPlugin.glob plugins/omega/OmegaLemmas.glob plugins/omega/Omega.glob plugins/nsatz/Nsatz.glob plugins/micromega/ZMicromega.glob plugins/micromega/ZCoeff.glob plugins/micromega/VarMap.glob plugins/micromega/Tauto.glob plugins/micromega/RingMicromega.glob plugins/micromega/Refl.glob plugins/micromega/RMicromega.glob plugins/micromega/QMicromega.glob plugins/micromega/Psatz.glob plugins/micromega/OrderedRing.glob plugins/micromega/MExtraction.glob plugins/micromega/Lra.glob plugins/micromega/Lqa.glob plugins/micromega/Lia.glob plugins/micromega/Fourier_util.glob plugins/micromega/Fourier.glob plugins/micromega/EnvRing.glob plugins/micromega/Env.glob plugins/micromega/DeclConstant.glob plugins/ltac/Ltac.glob plugins/funind/Recdef.glob plugins/funind/FunInd.glob plugins/extraction/Extraction.glob plugins/extraction/ExtrOcamlZInt.glob plugins/extraction/ExtrOcamlZBigInt.glob plugins/extraction/ExtrOcamlString.glob plugins/extraction/ExtrOcamlNatInt.glob plugins/extraction/ExtrOcamlNatBigInt.glob plugins/extraction/ExtrOcamlIntConv.glob plugins/extraction/ExtrOcamlBigIntConv.glob plugins/extraction/ExtrOcamlBasic.glob plugins/extraction/ExtrOCamlInt63.glob plugins/extraction/ExtrHaskellZNum.glob plugins/extraction/ExtrHaskellZInteger.glob plugins/extraction/ExtrHaskellZInt.glob plugins/extraction/ExtrHaskellString.glob plugins/extraction/ExtrHaskellNatNum.glob plugins/extraction/ExtrHaskellNatInteger.glob plugins/extraction/ExtrHaskellNatInt.glob plugins/extraction/ExtrHaskellBasic.glob plugins/derive/Derive.glob plugins/btauto/Reflect.glob plugins/btauto/Btauto.glob plugins/btauto/Algebra.glob
- install -d "/home/opam/.opam/4.09/lib/coq"/user-contrib
- install -d "/home/opam/.opam/4.09/lib/coq"/kernel/byterun
- install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.09/lib/coq"/kernel/byterun
- install -m 644 kernel/byterun/libcoqrun.a "/home/opam/.opam/4.09/lib/coq"/kernel/byterun
- ./install.sh "/home/opam/.opam/4.09/lib/coq" plugins/ltac/ltac_plugin.cmxs plugins/ltac/tauto_plugin.cmxs plugins/omega/omega_plugin.cmxs plugins/micromega/micromega_plugin.cmxs plugins/setoid_ring/newring_plugin.cmxs plugins/extraction/extraction_plugin.cmxs plugins/cc/cc_plugin.cmxs plugins/firstorder/ground_plugin.cmxs plugins/rtauto/rtauto_plugin.cmxs plugins/btauto/btauto_plugin.cmxs plugins/funind/recdef_plugin.cmxs plugins/nsatz/nsatz_plugin.cmxs plugins/syntax/r_syntax_plugin.cmxs plugins/syntax/int63_syntax_plugin.cmxs plugins/syntax/numeral_notation_plugin.cmxs plugins/syntax/string_notation_plugin.cmxs plugins/derive/derive_plugin.cmxs plugins/ssrmatching/ssrmatching_plugin.cmxs plugins/ssr/ssreflect_plugin.cmxs
- install -d "/home/opam/.opam/4.09/lib/coq"/plugins/micromega
- install plugins/micromega/csdpcert "/home/opam/.opam/4.09/lib/coq"/plugins/micromega
- rm -f "/home/opam/.opam/4.09/lib/coq"/revision
- install -m 644 revision "/home/opam/.opam/4.09/lib/coq"
- install -d "/home/opam/.opam/4.09/man"/man1
- install -m 644 man/coq-tex.1 man/coqdep.1 man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 man/coqwc.1 man/coqdoc.1 man/coqide.1 man/coq_makefile.1 man/coqchk.1 "/home/opam/.opam/4.09/man"/man1
- install -d "/home/opam/.opam/4.09/share/texmf/tex/latex/misc"
- install -m 644 tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.09/share/texmf/tex/latex/misc"
- install -d "/home/opam/.opam/4.09/bin"
- install -d "/home/opam/.opam/4.09/lib/coq"
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" clib/backtrace.cmi clib/bigint.cmi clib/cArray.cmi clib/cEphemeron.cmi clib/cList.cmi clib/cMap.cmi clib/cObj.cmi clib/cSet.cmi clib/cSig.cmi clib/cStack.cmi clib/cString.cmi clib/cThread.cmi clib/cUnix.cmi clib/diff2.cmi clib/dyn.cmi clib/exninfo.cmi clib/hMap.cmi clib/hashcons.cmi clib/hashset.cmi clib/heap.cmi clib/iStream.cmi clib/int.cmi clib/minisys.cmi clib/monad.cmi clib/option.cmi clib/orderedType.cmi clib/predicate.cmi clib/range.cmi clib/segmenttree.cmi clib/store.cmi clib/terminal.cmi clib/trie.cmi clib/unicode.cmi clib/unicodetable.cmi clib/unionfind.cmi config/coq_config.cmi coqpp/coqpp_ast.cmi coqpp/coqpp_parse.cmi dev/top_printers.cmi engine/eConstr.cmi engine/evar_kinds.cmi engine/evarutil.cmi engine/evd.cmi engine/ftactic.cmi engine/logic_monad.cmi engine/namegen.cmi engine/nameops.cmi engine/proofview.cmi engine/proofview_monad.cmi engine/termops.cmi engine/uState.cmi engine/univGen.cmi engine/univMinim.cmi engine/univNames.cmi engine/univProblem.cmi engine/univSubst.cmi engine/univops.cmi gramlib/.pack/gramlib.cmi gramlib/.pack/gramlib__Gramext.cmi gramlib/.pack/gramlib__Grammar.cmi gramlib/.pack/gramlib__Plexing.cmi gramlib/.pack/gramlib__Ploc.cmi interp/constrexpr.cmi interp/constrexpr_ops.cmi interp/constrextern.cmi interp/constrintern.cmi interp/declare.cmi interp/discharge.cmi interp/dumpglob.cmi interp/genintern.cmi interp/impargs.cmi interp/implicit_quantifiers.cmi interp/modintern.cmi interp/notation.cmi interp/notation_ops.cmi interp/notation_term.cmi interp/numTok.cmi interp/reserve.cmi interp/smartlocate.cmi interp/stdarg.cmi interp/syntax_def.cmi kernel/cClosure.cmi kernel/cPrimitives.cmi kernel/cbytecodes.cmi kernel/cbytegen.cmi kernel/cemitcodes.cmi kernel/clambda.cmi kernel/constr.cmi kernel/context.cmi kernel/conv_oracle.cmi kernel/cooking.cmi kernel/copcodes.cmi kernel/csymtable.cmi kernel/declarations.cmi kernel/declareops.cmi kernel/entries.cmi kernel/environ.cmi kernel/esubst.cmi kernel/evar.cmi kernel/indTyping.cmi kernel/indtypes.cmi kernel/inductive.cmi kernel/mod_subst.cmi kernel/mod_typing.cmi kernel/modops.cmi kernel/names.cmi kernel/nativecode.cmi kernel/nativeconv.cmi kernel/nativelambda.cmi kernel/nativelib.cmi kernel/nativelibrary.cmi kernel/nativevalues.cmi kernel/opaqueproof.cmi kernel/primred.cmi kernel/reduction.cmi kernel/retroknowledge.cmi kernel/retypeops.cmi kernel/safe_typing.cmi kernel/sorts.cmi kernel/subtyping.cmi kernel/term.cmi kernel/term_typing.cmi kernel/transparentState.cmi kernel/type_errors.cmi kernel/typeops.cmi kernel/uGraph.cmi kernel/uint63.cmi kernel/univ.cmi kernel/vars.cmi kernel/vconv.cmi kernel/vm.cmi kernel/vmvalues.cmi lib/acyclicGraph.cmi lib/aux_file.cmi lib/cAst.cmi lib/cErrors.cmi lib/cProfile.cmi lib/cWarnings.cmi lib/control.cmi lib/coqProject_file.cmi lib/dAst.cmi lib/envars.cmi lib/explore.cmi lib/feedback.cmi lib/flags.cmi lib/future.cmi lib/genarg.cmi lib/hook.cmi lib/loc.cmi lib/pp.cmi lib/pp_diff.cmi lib/remoteCounter.cmi lib/rtree.cmi lib/spawn.cmi lib/stateid.cmi lib/system.cmi lib/util.cmi lib/xml_datatype.cmi library/coqlib.cmi library/decl_kinds.cmi library/declaremods.cmi library/decls.cmi library/global.cmi library/globnames.cmi library/goptions.cmi library/keys.cmi library/kindops.cmi library/lib.cmi library/libnames.cmi library/libobject.cmi library/library.cmi library/loadpath.cmi library/nametab.cmi library/states.cmi library/summary.cmi parsing/cLexer.cmi parsing/extend.cmi parsing/g_constr.cmi parsing/g_prim.cmi parsing/notation_gram.cmi parsing/notgram_ops.cmi parsing/pcoq.cmi parsing/ppextend.cmi parsing/tok.cmi plugins/btauto/refl_btauto.cmi plugins/cc/ccalgo.cmi plugins/cc/ccproof.cmi plugins/cc/cctac.cmi plugins/derive/derive.cmi plugins/extraction/common.cmi plugins/extraction/extract_env.cmi plugins/extraction/extraction.cmi plugins/extraction/haskell.cmi plugins/extraction/json.cmi plugins/extraction/miniml.cmi plugins/extraction/mlutil.cmi plugins/extraction/modutil.cmi plugins/extraction/ocaml.cmi plugins/extraction/scheme.cmi plugins/extraction/table.cmi plugins/firstorder/formula.cmi plugins/firstorder/ground.cmi plugins/firstorder/instances.cmi plugins/firstorder/rules.cmi plugins/firstorder/sequent.cmi plugins/firstorder/unify.cmi plugins/funind/functional_principles_proofs.cmi plugins/funind/functional_principles_types.cmi plugins/funind/glob_term_to_relation.cmi plugins/funind/glob_termops.cmi plugins/funind/indfun.cmi plugins/funind/indfun_common.cmi plugins/funind/invfun.cmi plugins/funind/recdef.cmi plugins/ltac/evar_tactics.cmi plugins/ltac/extraargs.cmi plugins/ltac/extratactics.cmi plugins/ltac/pltac.cmi plugins/ltac/pptactic.cmi plugins/ltac/profile_ltac.cmi plugins/ltac/rewrite.cmi plugins/ltac/tacarg.cmi plugins/ltac/taccoerce.cmi plugins/ltac/tacentries.cmi plugins/ltac/tacenv.cmi plugins/ltac/tacexpr.cmi plugins/ltac/tacintern.cmi plugins/ltac/tacinterp.cmi plugins/ltac/tacsubst.cmi plugins/ltac/tactic_debug.cmi plugins/ltac/tactic_matching.cmi plugins/ltac/tactic_option.cmi plugins/ltac/tauto.cmi plugins/micromega/certificate.cmi plugins/micromega/coq_micromega.cmi plugins/micromega/csdpcert.cmi plugins/micromega/g_micromega.cmi plugins/micromega/itv.cmi plugins/micromega/mfourier.cmi plugins/micromega/micromega.cmi plugins/micromega/mutils.cmi plugins/micromega/persistent_cache.cmi plugins/micromega/polynomial.cmi plugins/micromega/simplex.cmi plugins/micromega/sos.cmi plugins/micromega/sos_lib.cmi plugins/micromega/sos_types.cmi plugins/micromega/vect.cmi plugins/nsatz/ideal.cmi plugins/nsatz/nsatz.cmi plugins/nsatz/polynom.cmi plugins/nsatz/utile.cmi plugins/omega/coq_omega.cmi plugins/rtauto/proof_search.cmi plugins/rtauto/refl_tauto.cmi plugins/setoid_ring/newring.cmi plugins/setoid_ring/newring_ast.cmi plugins/ssr/ssrast.cmi plugins/ssr/ssrbwd.cmi plugins/ssr/ssrcommon.cmi plugins/ssr/ssrelim.cmi plugins/ssr/ssrequality.cmi plugins/ssr/ssrfwd.cmi plugins/ssr/ssripats.cmi plugins/ssr/ssrparser.cmi plugins/ssr/ssrprinters.cmi plugins/ssr/ssrtacticals.cmi plugins/ssr/ssrvernac.cmi plugins/ssr/ssrview.cmi plugins/ssrmatching/g_ssrmatching.cmi plugins/ssrmatching/ssrmatching.cmi plugins/syntax/numeral.cmi plugins/syntax/r_syntax.cmi plugins/syntax/string_notation.cmi pretyping/arguments_renaming.cmi pretyping/cases.cmi pretyping/cbv.cmi pretyping/classops.cmi pretyping/coercion.cmi pretyping/constr_matching.cmi pretyping/detyping.cmi pretyping/evarconv.cmi pretyping/evardefine.cmi pretyping/evarsolve.cmi pretyping/find_subterm.cmi pretyping/geninterp.cmi pretyping/globEnv.cmi pretyping/glob_ops.cmi pretyping/glob_term.cmi pretyping/heads.cmi pretyping/indrec.cmi pretyping/inductiveops.cmi pretyping/inferCumulativity.cmi pretyping/locus.cmi pretyping/locusops.cmi pretyping/ltac_pretype.cmi pretyping/nativenorm.cmi pretyping/pattern.cmi pretyping/patternops.cmi pretyping/pretype_errors.cmi pretyping/pretyping.cmi pretyping/program.cmi pretyping/recordops.cmi pretyping/reductionops.cmi pretyping/retyping.cmi pretyping/tacred.cmi pretyping/typeclasses.cmi pretyping/typeclasses_errors.cmi pretyping/typing.cmi pretyping/unification.cmi pretyping/vnorm.cmi printing/genprint.cmi printing/ppconstr.cmi printing/pputils.cmi printing/prettyp.cmi printing/printer.cmi printing/printmod.cmi printing/proof_diffs.cmi proofs/clenv.cmi proofs/clenvtac.cmi proofs/evar_refiner.cmi proofs/goal.cmi proofs/goal_select.cmi proofs/logic.cmi proofs/miscprint.cmi proofs/pfedit.cmi proofs/proof.cmi proofs/proof_bullet.cmi proofs/proof_global.cmi proofs/refine.cmi proofs/refiner.cmi proofs/tacmach.cmi proofs/tactypes.cmi stm/asyncTaskQueue.cmi stm/coqworkmgrApi.cmi stm/dag.cmi stm/proofBlockDelimiter.cmi stm/spawned.cmi stm/stm.cmi stm/tQueue.cmi stm/vcs.cmi stm/vernac_classifier.cmi stm/vio_checking.cmi stm/workerPool.cmi tactics/abstract.cmi tactics/auto.cmi tactics/autorewrite.cmi tactics/btermdn.cmi tactics/class_tactics.cmi tactics/contradiction.cmi tactics/dn.cmi tactics/dnet.cmi tactics/eauto.cmi tactics/elim.cmi tactics/elimschemes.cmi tactics/eqdecide.cmi tactics/eqschemes.cmi tactics/equality.cmi tactics/genredexpr.cmi tactics/hints.cmi tactics/hipattern.cmi tactics/ind_tables.cmi tactics/inv.cmi tactics/leminv.cmi tactics/ppred.cmi tactics/redexpr.cmi tactics/redops.cmi tactics/tacticals.cmi tactics/tactics.cmi tactics/term_dnet.cmi toplevel/ccompile.cmi toplevel/coqargs.cmi toplevel/coqc.cmi toplevel/coqcargs.cmi toplevel/coqinit.cmi toplevel/coqloop.cmi toplevel/coqtop.cmi toplevel/g_toplevel.cmi toplevel/usage.cmi toplevel/vernac.cmi toplevel/workerLoop.cmi vernac/assumptions.cmi vernac/attributes.cmi vernac/auto_ind_decl.cmi vernac/class.cmi vernac/classes.cmi vernac/comAssumption.cmi vernac/comDefinition.cmi vernac/comFixpoint.cmi vernac/comInductive.cmi vernac/comProgramFixpoint.cmi vernac/declareDef.cmi vernac/egramcoq.cmi vernac/egramml.cmi vernac/explainErr.cmi vernac/g_proofs.cmi vernac/g_vernac.cmi vernac/himsg.cmi vernac/indschemes.cmi vernac/lemmas.cmi vernac/locality.cmi vernac/metasyntax.cmi vernac/mltop.cmi vernac/obligations.cmi vernac/ppvernac.cmi vernac/proof_using.cmi vernac/pvernac.cmi vernac/record.cmi vernac/search.cmi vernac/topfmt.cmi vernac/vernacentries.cmi vernac/vernacexpr.cmi vernac/vernacextend.cmi vernac/vernacprop.cmi vernac/vernacstate.cmi plugins/ltac/ltac_plugin.cmi plugins/ltac/tauto_plugin.cmi plugins/omega/omega_plugin.cmi plugins/micromega/micromega_plugin.cmi plugins/setoid_ring/newring_plugin.cmi plugins/extraction/extraction_plugin.cmi plugins/cc/cc_plugin.cmi plugins/firstorder/ground_plugin.cmi plugins/rtauto/rtauto_plugin.cmi plugins/btauto/btauto_plugin.cmi plugins/funind/recdef_plugin.cmi plugins/nsatz/nsatz_plugin.cmi plugins/syntax/r_syntax_plugin.cmi plugins/syntax/int63_syntax_plugin.cmi plugins/syntax/numeral_notation_plugin.cmi plugins/syntax/string_notation_plugin.cmi plugins/derive/derive_plugin.cmi plugins/ssrmatching/ssrmatching_plugin.cmi plugins/ssr/ssreflect_plugin.cmi           # Regular CMI files
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" tools/CoqMakefile.in tools/make-one-time-file.py tools/TimeFileMaker.py tools/make-both-time-files.py tools/make-both-single-timing-files.py
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" clib/backtrace.cmx clib/bigint.cmx clib/cArray.cmx clib/cEphemeron.cmx clib/cList.cmx clib/cMap.cmx clib/cObj.cmx clib/cSet.cmx clib/cStack.cmx clib/cString.cmx clib/cThread.cmx clib/cUnix.cmx clib/diff2.cmx clib/dyn.cmx clib/exninfo.cmx clib/hMap.cmx clib/hashcons.cmx clib/hashset.cmx clib/heap.cmx clib/iStream.cmx clib/int.cmx clib/minisys.cmx clib/monad.cmx clib/option.cmx clib/orderedType.cmx clib/predicate.cmx clib/range.cmx clib/segmenttree.cmx clib/store.cmx clib/terminal.cmx clib/trie.cmx clib/unicode.cmx clib/unicodetable.cmx clib/unionfind.cmx config/coq_config.cmx coqpp/coqpp_lex.cmx coqpp/coqpp_main.cmx coqpp/coqpp_parse.cmx engine/eConstr.cmx engine/evar_kinds.cmx engine/evarutil.cmx engine/evd.cmx engine/ftactic.cmx engine/logic_monad.cmx engine/namegen.cmx engine/nameops.cmx engine/proofview.cmx engine/proofview_monad.cmx engine/termops.cmx engine/uState.cmx engine/univGen.cmx engine/univMinim.cmx engine/univNames.cmx engine/univProblem.cmx engine/univSubst.cmx engine/univops.cmx gramlib/.pack/gramlib.cmx gramlib/.pack/gramlib__Gramext.cmx gramlib/.pack/gramlib__Grammar.cmx gramlib/.pack/gramlib__Plexing.cmx gramlib/.pack/gramlib__Ploc.cmx interp/constrexpr.cmx interp/constrexpr_ops.cmx interp/constrextern.cmx interp/constrintern.cmx interp/declare.cmx interp/discharge.cmx interp/dumpglob.cmx interp/genintern.cmx interp/impargs.cmx interp/implicit_quantifiers.cmx interp/modintern.cmx interp/notation.cmx interp/notation_ops.cmx interp/notation_term.cmx interp/numTok.cmx interp/reserve.cmx interp/smartlocate.cmx interp/stdarg.cmx interp/syntax_def.cmx kernel/cClosure.cmx kernel/cPrimitives.cmx kernel/cbytecodes.cmx kernel/cbytegen.cmx kernel/cemitcodes.cmx kernel/clambda.cmx kernel/constr.cmx kernel/context.cmx kernel/conv_oracle.cmx kernel/cooking.cmx kernel/copcodes.cmx kernel/csymtable.cmx kernel/declarations.cmx kernel/declareops.cmx kernel/entries.cmx kernel/environ.cmx kernel/esubst.cmx kernel/evar.cmx kernel/genOpcodeFiles.cmx kernel/indTyping.cmx kernel/indtypes.cmx kernel/inductive.cmx kernel/mod_subst.cmx kernel/mod_typing.cmx kernel/modops.cmx kernel/names.cmx kernel/nativecode.cmx kernel/nativeconv.cmx kernel/nativelambda.cmx kernel/nativelib.cmx kernel/nativelibrary.cmx kernel/nativevalues.cmx kernel/opaqueproof.cmx kernel/primred.cmx kernel/reduction.cmx kernel/retroknowledge.cmx kernel/retypeops.cmx kernel/safe_typing.cmx kernel/sorts.cmx kernel/subtyping.cmx kernel/term.cmx kernel/term_typing.cmx kernel/transparentState.cmx kernel/type_errors.cmx kernel/typeops.cmx kernel/uGraph.cmx kernel/uint63.cmx kernel/uint63_amd64.cmx kernel/uint63_x86.cmx kernel/univ.cmx kernel/vars.cmx kernel/vconv.cmx kernel/vm.cmx kernel/vmvalues.cmx kernel/write_uint63.cmx lib/acyclicGraph.cmx lib/aux_file.cmx lib/cAst.cmx lib/cErrors.cmx lib/cProfile.cmx lib/cWarnings.cmx lib/control.cmx lib/coqProject_file.cmx lib/dAst.cmx lib/envars.cmx lib/explore.cmx lib/feedback.cmx lib/flags.cmx lib/future.cmx lib/genarg.cmx lib/hook.cmx lib/loc.cmx lib/pp.cmx lib/pp_diff.cmx lib/remoteCounter.cmx lib/rtree.cmx lib/spawn.cmx lib/stateid.cmx lib/system.cmx lib/util.cmx library/coqlib.cmx library/decl_kinds.cmx library/declaremods.cmx library/decls.cmx library/global.cmx library/globnames.cmx library/goptions.cmx library/keys.cmx library/kindops.cmx library/lib.cmx library/libnames.cmx library/libobject.cmx library/library.cmx library/loadpath.cmx library/nametab.cmx library/states.cmx library/summary.cmx parsing/cLexer.cmx parsing/extend.cmx parsing/g_constr.cmx parsing/g_prim.cmx parsing/notation_gram.cmx parsing/notgram_ops.cmx parsing/pcoq.cmx parsing/ppextend.cmx parsing/tok.cmx plugins/btauto/g_btauto.cmx plugins/btauto/refl_btauto.cmx plugins/cc/ccalgo.cmx plugins/cc/ccproof.cmx plugins/cc/cctac.cmx plugins/cc/g_congruence.cmx plugins/derive/derive.cmx plugins/derive/g_derive.cmx plugins/extraction/common.cmx plugins/extraction/extract_env.cmx plugins/extraction/extraction.cmx plugins/extraction/g_extraction.cmx plugins/extraction/haskell.cmx plugins/extraction/json.cmx plugins/extraction/miniml.cmx plugins/extraction/mlutil.cmx plugins/extraction/modutil.cmx plugins/extraction/ocaml.cmx plugins/extraction/scheme.cmx plugins/extraction/table.cmx plugins/firstorder/formula.cmx plugins/firstorder/g_ground.cmx plugins/firstorder/ground.cmx plugins/firstorder/instances.cmx plugins/firstorder/rules.cmx plugins/firstorder/sequent.cmx plugins/firstorder/unify.cmx plugins/funind/functional_principles_proofs.cmx plugins/funind/functional_principles_types.cmx plugins/funind/g_indfun.cmx plugins/funind/glob_term_to_relation.cmx plugins/funind/glob_termops.cmx plugins/funind/indfun.cmx plugins/funind/indfun_common.cmx plugins/funind/invfun.cmx plugins/funind/recdef.cmx plugins/ltac/coretactics.cmx plugins/ltac/evar_tactics.cmx plugins/ltac/extraargs.cmx plugins/ltac/extratactics.cmx plugins/ltac/g_auto.cmx plugins/ltac/g_class.cmx plugins/ltac/g_eqdecide.cmx plugins/ltac/g_ltac.cmx plugins/ltac/g_obligations.cmx plugins/ltac/g_rewrite.cmx plugins/ltac/g_tactic.cmx plugins/ltac/pltac.cmx plugins/ltac/pptactic.cmx plugins/ltac/profile_ltac.cmx plugins/ltac/profile_ltac_tactics.cmx plugins/ltac/rewrite.cmx plugins/ltac/tacarg.cmx plugins/ltac/taccoerce.cmx plugins/ltac/tacentries.cmx plugins/ltac/tacenv.cmx plugins/ltac/tacexpr.cmx plugins/ltac/tacintern.cmx plugins/ltac/tacinterp.cmx plugins/ltac/tacsubst.cmx plugins/ltac/tactic_debug.cmx plugins/ltac/tactic_matching.cmx plugins/ltac/tactic_option.cmx plugins/ltac/tauto.cmx plugins/micromega/certificate.cmx plugins/micromega/coq_micromega.cmx plugins/micromega/csdpcert.cmx plugins/micromega/g_micromega.cmx plugins/micromega/itv.cmx plugins/micromega/mfourier.cmx plugins/micromega/micromega.cmx plugins/micromega/mutils.cmx plugins/micromega/persistent_cache.cmx plugins/micromega/polynomial.cmx plugins/micromega/simplex.cmx plugins/micromega/sos.cmx plugins/micromega/sos_lib.cmx plugins/micromega/sos_types.cmx plugins/micromega/vect.cmx plugins/nsatz/g_nsatz.cmx plugins/nsatz/ideal.cmx plugins/nsatz/nsatz.cmx plugins/nsatz/polynom.cmx plugins/nsatz/utile.cmx plugins/omega/coq_omega.cmx plugins/omega/g_omega.cmx plugins/omega/omega.cmx plugins/rtauto/g_rtauto.cmx plugins/rtauto/proof_search.cmx plugins/rtauto/refl_tauto.cmx plugins/setoid_ring/g_newring.cmx plugins/setoid_ring/newring.cmx plugins/setoid_ring/newring_ast.cmx plugins/ssr/ssrbwd.cmx plugins/ssr/ssrcommon.cmx plugins/ssr/ssrelim.cmx plugins/ssr/ssrequality.cmx plugins/ssr/ssrfwd.cmx plugins/ssr/ssripats.cmx plugins/ssr/ssrparser.cmx plugins/ssr/ssrprinters.cmx plugins/ssr/ssrtacticals.cmx plugins/ssr/ssrvernac.cmx plugins/ssr/ssrview.cmx plugins/ssrmatching/g_ssrmatching.cmx plugins/ssrmatching/ssrmatching.cmx plugins/syntax/g_numeral.cmx plugins/syntax/g_string.cmx plugins/syntax/int63_syntax.cmx plugins/syntax/numeral.cmx plugins/syntax/r_syntax.cmx plugins/syntax/string_notation.cmx pretyping/arguments_renaming.cmx pretyping/cases.cmx pretyping/cbv.cmx pretyping/classops.cmx pretyping/coercion.cmx pretyping/constr_matching.cmx pretyping/detyping.cmx pretyping/evarconv.cmx pretyping/evardefine.cmx pretyping/evarsolve.cmx pretyping/find_subterm.cmx pretyping/geninterp.cmx pretyping/globEnv.cmx pretyping/glob_ops.cmx pretyping/glob_term.cmx pretyping/heads.cmx pretyping/indrec.cmx pretyping/inductiveops.cmx pretyping/inferCumulativity.cmx pretyping/locus.cmx pretyping/locusops.cmx pretyping/ltac_pretype.cmx pretyping/nativenorm.cmx pretyping/pattern.cmx pretyping/patternops.cmx pretyping/pretype_errors.cmx pretyping/pretyping.cmx pretyping/program.cmx pretyping/recordops.cmx pretyping/reductionops.cmx pretyping/retyping.cmx pretyping/tacred.cmx pretyping/typeclasses.cmx pretyping/typeclasses_errors.cmx pretyping/typing.cmx pretyping/unification.cmx pretyping/vnorm.cmx printing/genprint.cmx printing/ppconstr.cmx printing/pputils.cmx printing/prettyp.cmx printing/printer.cmx printing/printmod.cmx printing/proof_diffs.cmx proofs/clenv.cmx proofs/clenvtac.cmx proofs/evar_refiner.cmx proofs/goal.cmx proofs/goal_select.cmx proofs/logic.cmx proofs/miscprint.cmx proofs/pfedit.cmx proofs/proof.cmx proofs/proof_bullet.cmx proofs/proof_global.cmx proofs/refine.cmx proofs/refiner.cmx proofs/tacmach.cmx proofs/tactypes.cmx stm/asyncTaskQueue.cmx stm/coqworkmgrApi.cmx stm/dag.cmx stm/proofBlockDelimiter.cmx stm/spawned.cmx stm/stm.cmx stm/tQueue.cmx stm/vcs.cmx stm/vernac_classifier.cmx stm/vio_checking.cmx stm/workerPool.cmx tactics/abstract.cmx tactics/auto.cmx tactics/autorewrite.cmx tactics/btermdn.cmx tactics/class_tactics.cmx tactics/contradiction.cmx tactics/dn.cmx tactics/dnet.cmx tactics/eauto.cmx tactics/elim.cmx tactics/elimschemes.cmx tactics/eqdecide.cmx tactics/eqschemes.cmx tactics/equality.cmx tactics/genredexpr.cmx tactics/hints.cmx tactics/hipattern.cmx tactics/ind_tables.cmx tactics/inv.cmx tactics/leminv.cmx tactics/ppred.cmx tactics/redexpr.cmx tactics/redops.cmx tactics/tacticals.cmx tactics/tactics.cmx tactics/term_dnet.cmx topbin/coqc_bin.cmx topbin/coqproofworker_bin.cmx topbin/coqqueryworker_bin.cmx topbin/coqtacticworker_bin.cmx topbin/coqtop_bin.cmx topbin/coqtop_byte_bin.cmx toplevel/ccompile.cmx toplevel/coqargs.cmx toplevel/coqc.cmx toplevel/coqcargs.cmx toplevel/coqinit.cmx toplevel/coqloop.cmx toplevel/coqtop.cmx toplevel/g_toplevel.cmx toplevel/usage.cmx toplevel/vernac.cmx toplevel/workerLoop.cmx vernac/assumptions.cmx vernac/attributes.cmx vernac/auto_ind_decl.cmx vernac/class.cmx vernac/classes.cmx vernac/comAssumption.cmx vernac/comDefinition.cmx vernac/comFixpoint.cmx vernac/comInductive.cmx vernac/comProgramFixpoint.cmx vernac/declareDef.cmx vernac/egramcoq.cmx vernac/egramml.cmx vernac/explainErr.cmx vernac/g_proofs.cmx vernac/g_vernac.cmx vernac/himsg.cmx vernac/indschemes.cmx vernac/lemmas.cmx vernac/locality.cmx vernac/metasyntax.cmx vernac/mltop.cmx vernac/obligations.cmx vernac/ppvernac.cmx vernac/proof_using.cmx vernac/pvernac.cmx vernac/record.cmx vernac/search.cmx vernac/topfmt.cmx vernac/vernacentries.cmx vernac/vernacexpr.cmx vernac/vernacextend.cmx vernac/vernacprop.cmx vernac/vernacstate.cmx           # To avoid warning 58 "-opaque"
- install: cannot stat 'coqpp/coqpp_lex.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_main.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_parse.cmx': No such file or directory
- install: cannot stat 'kernel/genOpcodeFiles.cmx': No such file or directory
- install: cannot stat 'kernel/uint63_amd64.cmx': No such file or directory
- install: cannot stat 'kernel/uint63_x86.cmx': No such file or directory
- install: cannot stat 'kernel/write_uint63.cmx': No such file or directory
- install: cannot stat 'topbin/coqtop_byte_bin.cmx': No such file or directory
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" plugins/ltac/ltac_plugin.cmx plugins/ltac/tauto_plugin.cmx plugins/omega/omega_plugin.cmx plugins/micromega/micromega_plugin.cmx plugins/setoid_ring/newring_plugin.cmx plugins/extraction/extraction_plugin.cmx plugins/cc/cc_plugin.cmx plugins/firstorder/ground_plugin.cmx plugins/rtauto/rtauto_plugin.cmx plugins/btauto/btauto_plugin.cmx plugins/funind/recdef_plugin.cmx plugins/nsatz/nsatz_plugin.cmx plugins/syntax/r_syntax_plugin.cmx plugins/syntax/int63_syntax_plugin.cmx plugins/syntax/numeral_notation_plugin.cmx plugins/syntax/string_notation_plugin.cmx plugins/derive/derive_plugin.cmx plugins/ssrmatching/ssrmatching_plugin.cmx plugins/ssr/ssreflect_plugin.cmx # For static linking of plugins
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" plugins/ltac/ltac_plugin.o plugins/ltac/tauto_plugin.o plugins/omega/omega_plugin.o plugins/micromega/micromega_plugin.o plugins/setoid_ring/newring_plugin.o plugins/extraction/extraction_plugin.o plugins/cc/cc_plugin.o plugins/firstorder/ground_plugin.o plugins/rtauto/rtauto_plugin.o plugins/btauto/btauto_plugin.o plugins/funind/recdef_plugin.o plugins/nsatz/nsatz_plugin.o plugins/syntax/r_syntax_plugin.o plugins/syntax/int63_syntax_plugin.o plugins/syntax/numeral_notation_plugin.o plugins/syntax/string_notation_plugin.o plugins/derive/derive_plugin.o plugins/ssrmatching/ssrmatching_plugin.o plugins/ssr/ssreflect_plugin.o   # For static linking of plugins
- ./install.sh  "/home/opam/.opam/4.09/lib/coq" config/config.cmxa clib/clib.cmxa lib/lib.cmxa kernel/kernel.cmxa library/library.cmxa engine/engine.cmxa pretyping/pretyping.cmxa interp/interp.cmxa proofs/proofs.cmxa gramlib/.pack/gramlib.cmxa parsing/parsing.cmxa printing/printing.cmxa tactics/tactics.cmxa vernac/vernac.cmxa stm/stm.cmxa toplevel/toplevel.cmxa  config/config.a clib/clib.a lib/lib.a kernel/kernel.a library/library.a engine/engine.a pretyping/pretyping.a interp/interp.a proofs/proofs.a gramlib/.pack/gramlib.a parsing/parsing.a printing/printing.a tactics/tactics.a vernac/vernac.a stm/stm.a toplevel/toplevel.a 
- install bin/coqidetop bin/coqidetop.opt "/home/opam/.opam/4.09/bin"
- install -m 644 META.coq "/home/opam/.opam/4.09/lib/coq"/META
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
Processing 67/69: [coq: make install-byte]
+ /usr/bin/make "install-byte" (CWD=/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install-byte
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
- install -d "/home/opam/.opam/4.09/bin"
- install bin/coqtop.byte bin/coqproofworker.byte bin/coqtacticworker.byte bin/coqqueryworker.byte "/home/opam/.opam/4.09/bin"
- ./install.sh "/home/opam/.opam/4.09/lib/coq" config/config.cma clib/clib.cma lib/lib.cma kernel/kernel.cma library/library.cma engine/engine.cma pretyping/pretyping.cma interp/interp.cma proofs/proofs.cma gramlib/.pack/gramlib.cma parsing/parsing.cma printing/printing.cma tactics/tactics.cma vernac/vernac.cma stm/stm.cma toplevel/toplevel.cma  plugins/ltac/ltac_plugin.cmo plugins/ltac/tauto_plugin.cmo plugins/omega/omega_plugin.cmo plugins/micromega/micromega_plugin.cmo plugins/setoid_ring/newring_plugin.cmo plugins/extraction/extraction_plugin.cmo plugins/cc/cc_plugin.cmo  plugins/firstorder/ground_plugin.cmo plugins/rtauto/rtauto_plugin.cmo plugins/btauto/btauto_plugin.cmo plugins/funind/recdef_plugin.cmo plugins/nsatz/nsatz_plugin.cmo plugins/syntax/r_syntax_plugin.cmo plugins/syntax/int63_syntax_plugin.cmo plugins/syntax/numeral_notation_plugin.cmo plugins/syntax/string_notation_plugin.cmo plugins/derive/derive_plugin.cmo plugins/ssrmatching/ssrmatching_plugin.cmo plugins/ssr/ssreflect_plugin.cmo
- install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.09/lib/coq"
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/coq.8.10.2'
-> installed coq.8.10.2
Processing 68/69: [coq-serapi: dune build]
+ /home/opam/.opam/4.09/bin/dune "build" "-p" "coq-serapi" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/coq-serapi.8.10.0+0.7.0)
- File "dune-project", line 2, characters 11-14:
- 2 | (using fmt 1.0)
-                ^^^
- Warning: Version 1.0 of integration with automatic formatters is not
- supported until version 1.4 of the dune language.
- There are no supported versions of this extension in version 1.2 of the dune
- language.
- 
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I serapi/.serapi.objs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -no-alias-deps -o serapi/.serapi.objs/byte/serapi_protocol.cmi -c -intf serapi/serapi_protocol.mli)
- File "serapi/serapi_protocol.mli", line 291, characters 23-32:
- 291 |   { preds : query_pred sexp_list;
-                              ^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_list
- [since 2019-03] use [@sexp.list] instead
- File "serapi/serapi_protocol.mli", line 293, characters 16-27:
- 293 |     limit : int sexp_option;
-                       ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 360, characters 23-34:
- 360 |   { ontop  : Stateid.t sexp_option
-                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 368, characters 21-32:
- 368 |   lim    : int       sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 370, characters 21-32:
- 370 |   ontop  : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 372, characters 21-32:
- 372 |   newtip : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 388, characters 39-50:
- 388 |   ; iload_path   : Mltop.coq_path list sexp_option
-                                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.mli", line 390, characters 63-74:
- 390 |   ; require_libs : (string * string option * bool option) list sexp_option
-                                                                      ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I serapi/.serapi.objs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o serapi/.serapi.objs/byte/serapi_protocol.cmo -c -impl serapi/serapi_protocol.ml)
- File "serapi/serapi_protocol.ml", line 382, characters 23-32:
- 382 |   { preds : query_pred sexp_list;
-                              ^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_list
- [since 2019-03] use [@sexp.list] instead
- File "serapi/serapi_protocol.ml", line 383, characters 16-27:
- 383 |     limit : int sexp_option;
-                       ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 659, characters 23-34:
- 659 |   { ontop  : Stateid.t sexp_option }
-                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 662, characters 21-32:
- 662 |   lim    : int       sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 663, characters 21-32:
- 663 |   ontop  : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 664, characters 21-32:
- 664 |   newtip : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 773, characters 39-50:
- 773 |   ; iload_path   : Mltop.coq_path list sexp_option
-                                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 775, characters 63-74:
- 775 |   ; require_libs : (string * string option * bool option) list sexp_option
-                                                                      ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -rectypes -g -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o serapi/.serapi.objs/native/serapi_protocol.cmx -c -impl serapi/serapi_protocol.ml)
- File "serapi/serapi_protocol.ml", line 382, characters 23-32:
- 382 |   { preds : query_pred sexp_list;
-                              ^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_list
- [since 2019-03] use [@sexp.list] instead
- File "serapi/serapi_protocol.ml", line 383, characters 16-27:
- 383 |     limit : int sexp_option;
-                       ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 659, characters 23-34:
- 659 |   { ontop  : Stateid.t sexp_option }
-                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 662, characters 21-32:
- 662 |   lim    : int       sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 663, characters 21-32:
- 663 |   ontop  : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 664, characters 21-32:
- 664 |   newtip : Stateid.t sexp_option;
-                            ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 773, characters 39-50:
- 773 |   ; iload_path   : Mltop.coq_path list sexp_option
-                                              ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "serapi/serapi_protocol.ml", line 775, characters 63-74:
- 775 |   ; require_libs : (string * string option * bool option) list sexp_option
-                                                                      ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop.eobjs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertoplib.objs/byte -no-alias-deps -o sertop/.sertop.eobjs/byte/sertop.cmo -c -impl sertop/sertop.ml)
- File "sertop/sertop.ml", line 76, characters 2-11:
- 76 |   Term.info "sertop" ~version:sertop_version ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertop.ml", line 79, characters 8-17:
- 79 |   match Term.eval sertop_cmd with
-              ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop.eobjs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertoplib.objs/byte -no-alias-deps -o sertop/.sertop.eobjs/byte/sercomp.cmo -c -impl sertop/sercomp.ml)
- File "sertop/sercomp.ml", line 218, characters 4-13:
- 218 |     Term.info "sercomp" ~version:sercomp_version ~doc:sercomp_doc ~man:sercomp_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sercomp.ml", line 221, characters 12-21:
- 221 |   try match Term.eval ~catch:false sercomp_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop.eobjs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertoplib.objs/byte -no-alias-deps -o sertop/.sertop.eobjs/byte/sertok.cmo -c -impl sertop/sertok.ml)
- File "sertop/sertok.ml", line 202, characters 4-13:
- 202 |     Term.info "sertok" ~version:sertok_version ~doc:sertok_doc ~man:sertok_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertok.ml", line 205, characters 12-21:
- 205 |   try match Term.eval ~catch:false sertok_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx --cookie '\''library-name="sertoplib"'\''' -bin-annot -I sertop/.sertoplib.objs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -intf-suffix .ml -no-alias-deps -o sertop/.sertoplib.objs/byte/sertop_ser.cmo -c -impl sertop/sertop_ser.ml)
- File "sertop/sertop_ser.ml", line 184, characters 33-42:
- 184 |      Sexplib.Conv.sexp_list   := sexp_list;
-                                        ^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_list
- [since 2019-03] use [@sexp.list] instead
- File "sertop/sertop_ser.ml", line 185, characters 33-44:
- 185 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 266, characters 33-44:
- 266 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 266, characters 33-44:
- 266 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 273, characters 33-44:
- 273 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx --cookie '\''library-name="sertoplib"'\''' -I sertop/.sertoplib.objs/byte -I sertop/.sertoplib.objs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -intf-suffix .ml -no-alias-deps -o sertop/.sertoplib.objs/native/sertop_ser.cmx -c -impl sertop/sertop_ser.ml)
- File "sertop/sertop_ser.ml", line 184, characters 33-42:
- 184 |      Sexplib.Conv.sexp_list   := sexp_list;
-                                        ^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_list
- [since 2019-03] use [@sexp.list] instead
- File "sertop/sertop_ser.ml", line 185, characters 33-44:
- 185 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 257, characters 33-44:
- 257 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 266, characters 33-44:
- 266 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 266, characters 33-44:
- 266 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- File "sertop/sertop_ser.ml", line 273, characters 33-44:
- 273 |      Sexplib.Conv.sexp_option := sexp_option;
-                                        ^^^^^^^^^^^
- Alert deprecated: Sexplib.Conv.sexp_option
- [since 2019-03] use [@sexp.option] instead
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop.eobjs/byte -I sertop/.sertop.eobjs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertoplib.objs/byte -I sertop/.sertoplib.objs/native -intf-suffix .ml -no-alias-deps -o sertop/.sertop.eobjs/native/sertop.cmx -c -impl sertop/sertop.ml)
- File "sertop/sertop.ml", line 76, characters 2-11:
- 76 |   Term.info "sertop" ~version:sertop_version ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertop.ml", line 79, characters 8-17:
- 79 |   match Term.eval sertop_cmd with
-              ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop.eobjs/byte -I sertop/.sertop.eobjs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertoplib.objs/byte -I sertop/.sertoplib.objs/native -intf-suffix .ml -no-alias-deps -o sertop/.sertop.eobjs/native/sertok.cmx -c -impl sertop/sertok.ml)
- File "sertop/sertok.ml", line 202, characters 4-13:
- 202 |     Term.info "sertok" ~version:sertok_version ~doc:sertok_doc ~man:sertok_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertok.ml", line 205, characters 12-21:
- 205 |   try match Term.eval ~catch:false sertok_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop.eobjs/byte -I sertop/.sertop.eobjs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/coq/clib -I /home/opam/.opam/4.09/lib/coq/config -I /home/opam/.opam/4.09/lib/coq/engine -I /home/opam/.opam/4.09/lib/coq/gramlib/.pack -I /home/opam/.opam/4.09/lib/coq/interp -I /home/opam/.opam/4.09/lib/coq/kernel -I /home/opam/.opam/4.09/lib/coq/kernel/byterun -I /home/opam/.opam/4.09/lib/coq/lib -I /home/opam/.opam/4.09/lib/coq/library -I /home/opam/.opam/4.09/lib/coq/parsing -I /home/opam/.opam/4.09/lib/coq/plugins/ltac -I /home/opam/.opam/4.09/lib/coq/pretyping -I /home/opam/.opam/4.09/lib/coq/printing -I /home/opam/.opam/4.09/lib/coq/proofs -I /home/opam/.opam/4.09/lib/coq/stm -I /home/opam/.opam/4.09/lib/coq/tactics -I /home/opam/.opam/4.09/lib/coq/vernac -I /home/opam/.opam/4.09/lib/findlib -I /home/opam/.opam/4.09/lib/num -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_deriving/runtime -I /home/opam/.opam/4.09/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/result -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/yojson -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertoplib.objs/byte -I sertop/.sertoplib.objs/native -intf-suffix .ml -no-alias-deps -o sertop/.sertop.eobjs/native/sercomp.cmx -c -impl sertop/sercomp.ml)
- File "sertop/sercomp.ml", line 218, characters 4-13:
- 218 |     Term.info "sercomp" ~version:sercomp_version ~doc:sercomp_doc ~man:sercomp_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sercomp.ml", line 221, characters 12-21:
- 221 |   try match Term.eval ~catch:false sercomp_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  coq-serapi.8.10.0+0.7.0
-> installed coq-serapi.8.10.0+0.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:47.24 ---> saved as "8b818a28b2ad36d18d12c323d081007d8f9b9ae8eca66016a16ccecbd27c7314"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:2f2716194c736682cf52b4ef49f01db4"))
2024-01-29 18:47.27 ---> saved as "105f87ea5d19366a499949d1d49acf4c90513a5529cdd105120d83c29e82bb50"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.419676') && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0,coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4,coq-serapi.8.10.0+0.7.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.419676
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/doc/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/doc/coq-serapi/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/doc/coq-serapi/CHANGES.md
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/doc/coq-serapi/LICENSE
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/doc/coq-serapi/README.md
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/META
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/dune-package
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_assumptions.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_assumptions.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_assumptions.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_goals.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_goals.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_goals.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_paths.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_paths.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_paths.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_pp.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_pp.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_pp.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_protocol.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_protocol.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serapi_v8_10/serapi_protocol.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/extraction_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/extraction_plugin/ser_g_extraction.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/extraction_plugin/ser_g_extraction.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ground_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ground_plugin/serlib_firstorder.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ground_plugin/ser_g_ground.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ground_plugin/ser_g_ground.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/serlib_ltac.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_profile_ltac.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_profile_ltac.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_profile_ltac.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_rewrite.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_rewrite.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_rewrite.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacarg.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacarg.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacarg.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacentries.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacentries.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacentries.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacenv.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacenv.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacenv.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacexpr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacexpr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ltac/ser_tacexpr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/newring_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/newring_plugin/serlib_setoid_ring.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/newring_plugin/ser_g_newring.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/newring_plugin/ser_g_newring.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/recdef_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/recdef_plugin/serlib_funind.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/recdef_plugin/ser_g_indfun.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/recdef_plugin/ser_g_indfun.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__SerType.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__SerType.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_attributes.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_attributes.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_bigint.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_bigint.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_bigint.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cAst.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cAst.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cAst.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cMap.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cMap.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cMap.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cSet.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cSet.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cSet.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cemitcodes.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cemitcodes.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cemitcodes.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_context.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_context.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_context.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cooking.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cooking.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_cooking.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_dAst.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_dAst.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_dAst.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_decl_kinds.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_decl_kinds.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_decl_kinds.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declarations.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declarations.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declarations.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_entries.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_entries.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_environ.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_environ.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_environ.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_equality.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_equality.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evd.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evd.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_evd.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_extend.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_extend.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_extend.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_feedback.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_feedback.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_feedback.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_flags.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_flags.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_flags.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_future.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_future.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genarg.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genarg.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genarg.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genintern.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genintern.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genintern.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_globnames.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_globnames.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goal.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goal.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goal.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goptions.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goptions.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_goptions.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_hints.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_hints.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_hints.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_impargs.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_impargs.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_impargs.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_int.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_int.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_int.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_inv.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_inv.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_inv.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_libnames.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_libnames.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_libnames.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_library.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_library.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_library.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_loc.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_loc.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_loc.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_locus.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_locus.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_locus.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_mltop.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_mltop.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_namegen.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_namegen.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_names.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_names.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_names.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_nametab.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_nametab.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_nametab.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_numTok.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_numTok.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pattern.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pattern.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pattern.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pp.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pp.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pp.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_printer.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_printer.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof_global.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_proof_global.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_range.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_range.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_reduction.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_reduction.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_reduction.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_rtree.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_rtree.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_sorts.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_sorts.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_sorts.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stateid.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stateid.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stateid.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stm.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stm.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_stm.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tactics.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tactics.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tactics.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tok.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tok.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_tok.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uState.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uState.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uint63.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_uint63.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_univ.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_univ.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_univ.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_univNames.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_univNames.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_universes.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_universes.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_util.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_util.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_util.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_base.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_base.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_base.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_init.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_init.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/serlib__Serlib_init.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrast.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrast.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrequality.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrequality.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrparser.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/ser_ssrparser.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/wrap_ssrast.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssreflect_plugin/wrap_ssrast.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssrmatching_plugin/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssrmatching_plugin/ser_ssrmatching.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/serlib/ssrmatching_plugin/ser_ssrmatching.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertoplib.ocamlobjinfo
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/ser_version.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/ser_version.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sercomp_stats.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sercomp_stats.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sercomp_stats.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_arg.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_arg.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_arg.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_init.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_init.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_init.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_loader.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_loader.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_loader.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_ser.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_ser.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_ser.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_sexp.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_sexp.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_sexp.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_util.cmi
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_util.cmt
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/lib/coq-serapi/sertop_v8_10/sertop_util.cmti
prep/universes/2f2716194c736682cf52b4ef49f01db4/coq-serapi/8.10.0+0.7.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4:91738169cf7505f22b914e6bc6ee6d987eebe3532de29db169a5fb3083bbfbd4
2024-01-29 18:47.28 ---> saved as "d1ffce02ce3537156581139c5131096c4096b746d7536ad866a90e33f941f5b6"
Job succeeded
2024-01-29 18:52.52: coq-serapi.8.10.0+0.7.0-2f2716194c736682cf52b4ef49f01db4 -> 91738169cf7505f22b914e6bc6ee6d987eebe3532de29db169a5fb3083bbfbd4
2024-01-29 18:52.52: Job succeeded