Build:
  1. 0
2024-03-27 16:05.39: New job: Voodoo do stdcompat.13; 0c970493009c3154a55dd48c88613f0f
2024-03-27 16:05.39: Waiting for resource in pool OCluster
2024-03-27 16:54.18: Waiting for worker…
2024-03-27 16:59.24: Got resource from pool OCluster
2024-03-27 16:59.24: Using cache hint "docs-universe-compile-4.10.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.10@sha256:72fc49118d128039129774da0e4a2cbbd03024ef1ee44873d7c42d849d643e84)
         (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"))
         (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam depext -iy voodoo-do"))
         (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.10@sha256:72fc49118d128039129774da0e4a2cbbd03024ef1ee44873d7c42d849d643e84)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (workdir /home/opam/docs/)
 (run (shell "sudo chown opam:opam . "))
 (copy (from (build tools))
       (src /home/opam/odoc /home/opam/voodoo-do)
       (dst /home/opam/))
 (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
 (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 "(for DATA in compile/p/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 compile/p/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 compile/p/conf-which/1,conf-which.1-d41d8cd98f00b204e9800998ecf8427e,conf-which.1 compile/p/ocaml/4.10.2,ocaml.4.10.2-19fd3c2d0293d73426faf365d4057cf4,ocaml.4.10.2 compile/p/ocaml-base-compiler/4.10.2,ocaml-base-compiler.4.10.2-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.10.2 compile/u/b91a29be90f6c08f0f533d9720450c94/ocaml-config/1,ocaml-config.1-b91a29be90f6c08f0f533d9720450c94,ocaml-config.1; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/stdcompat/13) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/stdcompat/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p stdcompat -b ) && (shopt -s nullglob && ((tar -cvf compile/p/stdcompat/13.tar compile/p/stdcompat/13/*  && rm -R compile/p/stdcompat/13/* && mv compile/p/stdcompat/13.tar compile/p/stdcompat/13/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/content.tar) || (echo 'Empty directory')))"))
 (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.874166') && (rsync -aR ./compile/p/stdcompat/13 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/stdcompat/13'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

ocluster-client submit-obuilder --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-compile-4.10.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-03-27 16:59.24: RETRYING: 2024-03-27/160539-voodoo-do-bd6bf1 Number of retries: 0 (retriable error condition)
Building on x86-bm-c17.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.10@sha256:72fc49118d128039129774da0e4a2cbbd03024ef1ee44873d7c42d849d643e84)
2024-03-27 16:54.59 ---> using "f7e68f116d819f7668f0767592ce284cd98968811b7fcca35d9a9aa9a0d185b3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-03-27 16:54.59 ---> using "8ddba39bb60832a8f6fa78fb9b389acd49bf3c296c4c9f797d39cea237dbb92f" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 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 [147 kB]
Fetched 251 kB in 1s (317 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  m4
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 287 kB of archives.
After this operation, 686 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 287 kB in 0s (11.6 MB/s)
Selecting previously unselected package m4.
(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 .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Setting up m4 (1.4.19-3) ...
2024-03-27 16:54.59 ---> using "b76e2bcfef2844906168fd4c9ca00554eec4b58f8f7f141a66fde0d76b5d03b4" 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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam depext -iy voodoo-do"))
[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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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-do.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe

The following actions will be performed:
  - install ocamlbuild        0.14.3  [required by astring, bos]
  - install num               1.5     [required by sexplib]
  - install cmdliner          1.2.0   [required by voodoo-do]
  - install ocamlfind         1.9.6   [required by astring, bos]
  - install seq               base    [required by tyxml, yojson]
  - install dune              3.14.2  [required by voodoo-do]
  - install topkg             1.0.7   [required by astring, bos]
  - install sexplib0          v0.15.1 [required by sexplib]
  - install result            1.5     [required by odoc]
  - install re                1.11.0  [required by tyxml]
  - install csexp             1.5.2   [required by dune-configurator]
  - install cppo              1.6.9   [required by odoc]
  - install camlp-streams     5.0.1   [required by odoc-parser]
  - install uutf              1.0.3   [required by tyxml]
  - install rresult           0.7.0   [required by bos]
  - install ptime             1.1.0   [required by crunch]
  - install fmt               0.9.0   [required by bos, odoc]
  - install astring           0.8.5   [required by voodoo-do]
  - install dune-configurator 3.14.2  [required by base]
  - install yojson            2.1.2   [required by voodoo-do]
  - install tyxml             4.6.0   [required by odoc]
  - install crunch            3.3.1   [required by odoc]
  - install logs              0.7.0   [required by bos]
  - install odoc-parser       2.4.1   [required by odoc]
  - install fpath             0.7.3   [required by odoc, bos, voodoo-lib]
  - install base              v0.15.1 [required by parsexp]
  - install odoc              2.4.1   [required by voodoo-do]
  - install bos               0.2.1   [required by voodoo-do]
  - install parsexp           v0.15.0 [required by sexplib]
  - install sexplib           v0.15.1 [required by voodoo-lib]
  - install voodoo-lib        ~dev*   [required by voodoo-do]
  - install voodoo-do         ~dev*
===== 32 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[base.v0.15.1] found in cache
[bos.0.2.1] found in cache
[camlp-streams.5.0.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[crunch.3.3.1] found in cache
[csexp.1.5.2] found in cache
[dune.3.14.2] found in cache
[dune-configurator.3.14.2] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[num.1.5] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[odoc.2.4.1] found in cache
[odoc-parser.2.4.1] found in cache
[parsexp.v0.15.0] found in cache
[ptime.1.1.0] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.7.0] found in cache
[sexplib.v0.15.1] found in cache
[sexplib0.v0.15.1] found in cache
[topkg.1.0.7] found in cache
[tyxml.4.6.0] found in cache
[uutf.1.0.3] found in cache
[yojson.2.1.2] found in cache
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed num.1.5
-> 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 uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed ptime.1.1.0
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.14.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed yojson.2.1.2
-> installed odoc-parser.2.4.1
-> installed dune-configurator.3.14.2
-> installed tyxml.4.6.0
-> installed base.v0.15.1
-> installed odoc.2.4.1
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed voodoo-lib.~dev
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-03-27 16:55.38 ---> saved as "4d0f0a7c5e916ff9a5a12ecfed4d8462f19ca1bf33468b70db151f14d6794041"

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-03-27 16:55.38 ---> saved as "40a6f6fd36d7a0494861c345bd5c9dd912aa2bd4940e4985f09292cd9b46ed9f"
2024-03-27 16:55.38 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.10@sha256:72fc49118d128039129774da0e4a2cbbd03024ef1ee44873d7c42d849d643e84)
2024-03-27 16:55.38 ---> using "f7e68f116d819f7668f0767592ce284cd98968811b7fcca35d9a9aa9a0d185b3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-03-27 16:55.38 ---> using "8ddba39bb60832a8f6fa78fb9b389acd49bf3c296c4c9f797d39cea237dbb92f" from cache

/home/opam: (workdir /home/opam/docs/)

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-03-27 16:55.39 ---> saved as "5defa2ccea016ecdcfcb433878a45c2054f93b785f5714d2cb83498bdf8921c6"

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-03-27 16:55.40 ---> saved as "ff811d7b808020d8a229ade7f14a2978ecc6faaa9bb002bb8ab50d10f061cff1"

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-03-27 16:55.41 ---> saved as "238333b6cb9969ea717bf05b0ac53c8f49597e780ddc00ceee40c376889c66b0"

/home/opam/docs/: (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 "(for DATA in compile/p/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 compile/p/conf-automake/1,conf-automake.1-a0792fb37860013ad702b937a4de4816,conf-automake.1 compile/p/conf-which/1,conf-which.1-d41d8cd98f00b204e9800998ecf8427e,conf-which.1 compile/p/ocaml/4.10.2,ocaml.4.10.2-19fd3c2d0293d73426faf365d4057cf4,ocaml.4.10.2 compile/p/ocaml-base-compiler/4.10.2,ocaml-base-compiler.4.10.2-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.10.2 compile/u/b91a29be90f6c08f0f533d9720450c94/ocaml-config/1,ocaml-config.1-b91a29be90f6c08f0f533d9720450c94,ocaml-config.1; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.ocamlobjinfo
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/META
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_ext.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_ext.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__init.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__init.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__native.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__native.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__root.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__root.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__tools.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__tools.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak_s.cmi
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak_s.cmt
prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/opam
compile/u/b91a29be90f6c08f0f533d9720450c94/ocaml-config/1/doc/
compile/u/b91a29be90f6c08f0f533d9720450c94/ocaml-config/1/doc/index.m
compile/u/b91a29be90f6c08f0f533d9720450c94/ocaml-config/1/page-doc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Profiling.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__moreLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__fun.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__bytesLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__genlex.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Std_exit.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__bool.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Raw_spacetime_lib.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__scanf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__ephemeron.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__marshal.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__stack.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__pervasives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/CamlinternalMod.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__stdLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Topdirs.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__result.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__spacetime.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__random.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__gc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__oo.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/CamlinternalOO.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__listLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/UnixLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Unix.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__weak.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Bigarray.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/CamlinternalFormat.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__bigarray.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__unit.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__stringLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Dynlink.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__bytes.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__char.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__filename.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__int.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__option.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__printexc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/ThreadUnix.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/Thread.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/Event.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/Condition.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/threads/Mutex.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__arrayLabels.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__stream.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__arg.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__array.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__printf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__sys.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__parsing.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__obj.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__int32.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__float.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__nativeint.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__complex.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__callback.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__int64.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__queue.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_inherit.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_text_lexer.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_dep.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_test.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_comments.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_scan.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_merge.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_cross.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_text_parser.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_control.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_see_lexer.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_ast.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_sig.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_env.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_lexer.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_comments_global.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_parser.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_analyse.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_args.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_config.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_gen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_dot.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_html.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_dag2html.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_latex.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_latex_style.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_man.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_ocamlhtml.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_print.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_texi.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_text.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_to_text.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_info.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_global.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_messages.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_str.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_search.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_module.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_class.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_exception.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_extension.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_type.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_value.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_misc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_name.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_parameter.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ocamldoc/Odoc_types.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__digest.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__list.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__string.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Str.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__hashtbl.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__map.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__set.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__buffer.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__seq.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__uchar.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__lazy.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/CamlinternalLazy.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib__lexing.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Scheduling.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Remove_unused_closure_vars.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ast_helper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Pprintast.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda_middle_end.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printpat.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_offsets.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Emitcode.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compute_ranges.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Find_recursive_functions.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Traverse_for_exported_symbols.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Asmgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Liveness.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Deadcode.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printinstr.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Meta.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simplify_boxed_integer_ops.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Untypeast.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Spacetime_profiling.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Spill.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Genprintval.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_middle_end.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printclambda_primitives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/CSE.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/CSEgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printlinear.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Bytepackager.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Bytelink.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compute_ranges_intf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Btype.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Semantics_of_primitives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Makedepend.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Syntaxerr.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Asmlibrarian.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Optcompile.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Opcodes.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Asmlink.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Bytelibrarian.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Rec_check.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printmach.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Proc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Optmain.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Lift_code.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Terminfo.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Tast_iterator.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Reloadgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Interf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Envaux.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Pass_wrapper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Invariant_params.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Initialize_symbol_to_let_symbol.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simplify_common.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Lexer.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Parser.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/CamlinternalMenhirLib.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Interval.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simplif.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Comballoc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Topstart.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Alias_analysis.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedecl_unboxed.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printcmm.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Docstrings.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compilenv.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Remove_unused_program_constructs.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Asmpackager.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_conversion.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translprim.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Main_args.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Strmatch.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Schedgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Strongly_connected_components.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Coloring.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Lift_constants.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Bytegen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printtyped.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compenv.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typetexp.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typecore.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Arg_helper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Import_approx.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Opterrors.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/X86_masm.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/X86_proc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Unbox_free_vars_of_closures.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_decision.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ast_mapper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Predef.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printast.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inline_and_simplify.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda_utils.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Switch.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translclass.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/X86_gas.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_transforms.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_decision_intf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Parmatch.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmmgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Extract_projections.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Errors.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Remove_free_vars_equal_to_args.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Toploop.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Afl_instrument.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Stypes.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Annot.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printlambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Expunge.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Symtable.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmo_format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Branch_relaxation.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Reload.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translattribute.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Remove_unused_arguments.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Selectgen.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Build_export_info.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inconstant_idents.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_stats.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Split.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda_iterators.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Tast_mapper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Linscan.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compile.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compile_common.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Instruct.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compmisc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typeclass.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Linearize.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Topmain.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Matching.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Mtype.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ref_to_variables.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Dll.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Effect_analysis.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translmod.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ast_iterator.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Branch_relaxation_intf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translcore.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Datarepr.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Available_regs.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Int_replace_polymorphic_compare.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_conversion_aux.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Share_constants.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Emitaux.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Parse.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Id_types.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typemod.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Includemod.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmt_format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmxs_format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Includeclass.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Export_info_for_pack.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Emit.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Linear.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simplify_boxed_integer_ops_intf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Trace.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ast_invariants.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Augment_specialised_args.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Main.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typeopt.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Lift_let_to_initialize_symbol.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedecl.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Includecore.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedecl_immediacy.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedecl_variance.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedecl_properties.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Typedtree.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ccomp.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Unbox_closures.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Unbox_specialised_args.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inline_and_simplify_aux.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Backend_intf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/X86_dsl.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/X86_ast.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Un_anf.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Depend.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Selection.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Mach.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Arch.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Clflags.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Config.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Profile.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Reg_availability_set.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda_to_clambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Oprint.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Attr_helper.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Persistent_env.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Consistbl.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Bytesections.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Domainstate.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Builtin_attributes.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Convert_primitives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Translobj.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printclambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmm_helpers.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmmgen_state.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmx_format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Clambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Export_info.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_stats_types.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simplify_primitives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Inlining_cost.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Simple_value_approx.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Export_id.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Freshening.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda_invariants.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Flambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Allocated_const.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Clambda_primitives.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_origin.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Mutable_variable.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Numbers.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Parameter.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Projection.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_id.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Set_of_closures_origin.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Set_of_closures_id.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Static_exception.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Symbol.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Tag.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Var_within_closure.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Closure_element.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Variable.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Compilation_unit.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Internal_variable_names.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Linkage_name.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Reg_with_debug_info.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Reg.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmm.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Backend_var.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Debuginfo.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Lambda.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Targetint.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Pparse.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Printtyp.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ctype.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Env.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Cmi_format.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Load_path.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Misc.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Build_path_prefix_map.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Subst.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Types.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Path.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Ident.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Identifiable.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Primitive.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Outcometree.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Type_immediacy.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Parsetree.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Asttypes.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Location.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Longident.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Warnings.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/compiler-libs/Runtimedef.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/Stdlib.odoc
compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/CamlinternalFormatBasics.odoc
compile/p/ocaml-base-compiler/4.10.2/doc/
compile/p/ocaml-base-compiler/4.10.2/doc/index.m
compile/p/ocaml-base-compiler/4.10.2/page-doc.odoc
compile/p/ocaml/4.10.2/doc/
compile/p/ocaml/4.10.2/doc/index.m
compile/p/ocaml/4.10.2/page-doc.odoc
compile/p/conf-which/1/doc/
compile/p/conf-which/1/doc/index.m
compile/p/conf-which/1/page-doc.odoc
compile/p/conf-automake/1/doc/
compile/p/conf-automake/1/doc/index.m
compile/p/conf-automake/1/page-doc.odoc
compile/p/conf-autoconf/0.1/doc/
compile/p/conf-autoconf/0.1/doc/index.m
compile/p/conf-autoconf/0.1/page-doc.odoc
2024-03-27 16:55.49 ---> saved as "ac7291e028623a22da2d17649e24270539c7a9890c3f1d4a607bb6eff3b7cf07"

/home/opam/docs/: (run (shell "(mkdir -p compile/p/stdcompat/13) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/stdcompat/*.odoc)"))
2024-03-27 16:55.50 ---> saved as "da3c5ab01eb17bddd9823c21c1bfbeac3e3887ab0f646e7a1fcd1022026bd171"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p stdcompat -b ) && (shopt -s nullglob && ((tar -cvf compile/p/stdcompat/13.tar compile/p/stdcompat/13/*  && rm -R compile/p/stdcompat/13/* && mv compile/p/stdcompat/13.tar compile/p/stdcompat/13/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/META
found archive_names: [stdcompat]
process_ocamlobjinfo_file: prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.ocamlobjinfo
trying to look up archive_name: stdcompat
units: Stdcompat__native,Stdcompat__init,Stdcompat__root,Stdcompat__seq_s,Stdcompat__seq,Stdcompat__tools,Stdcompat__pervasives_s,Stdcompat__arg_s,Stdcompat__lazy_s,Stdcompat__char_s,Stdcompat__uchar_s,Stdcompat__buffer_s,Stdcompat__string_s,Stdcompat__stringLabels_s,Stdcompat__bytes_s,Stdcompat__bytesLabels_s,Stdcompat__list_s,Stdcompat__listLabels_s,Stdcompat__stack_s,Stdcompat__hashtbl_s,Stdcompat__set_s,Stdcompat__map_s,Stdcompat__weak_s,Stdcompat__sys_s,Stdcompat__stream_s,Stdcompat__digest_s,Stdcompat__nativeint_s,Stdcompat__int_s,Stdcompat__int64_s,Stdcompat__int32_s,Stdcompat__filename_s,Stdcompat__array_s,Stdcompat__arrayLabels_s,Stdcompat__float_s,Stdcompat__queue_s,Stdcompat__ephemeron_s,Stdcompat__spacetime_s,Stdcompat__moreLabels_s,Stdcompat__lexing_s,Stdcompat__option_s,Stdcompat__result_s,Stdcompat__bool_s,Stdcompat__fun_s,Stdcompat__stdlib_s,Stdcompat__printf_s,Stdcompat__printexc_s,Stdcompat__format_s,Stdcompat__pervasives,Stdcompat__arg,Stdcompat__lazy,Stdcompat__char,Stdcompat__uchar,Stdcompat__sys,Stdcompat__buffer,Stdcompat__string,Stdcompat__stringLabels,Stdcompat__bytes,Stdcompat__bytesLabels,Stdcompat__list,Stdcompat__listLabels,Stdcompat__stack,Stdcompat__hashtbl_ext,Stdcompat__hashtbl,Stdcompat__set,Stdcompat__map,Stdcompat__weak,Stdcompat__stream,Stdcompat__digest,Stdcompat__nativeint,Stdcompat__int,Stdcompat__int64,Stdcompat__int32,Stdcompat__option,Stdcompat__filename,Stdcompat__array,Stdcompat__arrayLabels,Stdcompat__float,Stdcompat__queue,Stdcompat__ephemeron,Stdcompat__spacetime,Stdcompat__moreLabels,Stdcompat__lexing,Stdcompat__printexc,Stdcompat__result,Stdcompat__bool,Stdcompat__fun,Stdcompat__format,Stdcompat__printf,Stdcompat__stdlib,Stdcompat
found archive_names: [stdcompat/Stdcompat__native,Stdcompat__init,Stdcompat__root,Stdcompat__seq_s,Stdcompat__seq,Stdcompat__tools,Stdcompat__pervasives_s,Stdcompat__arg_s,Stdcompat__lazy_s,Stdcompat__char_s,Stdcompat__uchar_s,Stdcompat__buffer_s,Stdcompat__string_s,Stdcompat__stringLabels_s,Stdcompat__bytes_s,Stdcompat__bytesLabels_s,Stdcompat__list_s,Stdcompat__listLabels_s,Stdcompat__stack_s,Stdcompat__hashtbl_s,Stdcompat__set_s,Stdcompat__map_s,Stdcompat__weak_s,Stdcompat__sys_s,Stdcompat__stream_s,Stdcompat__digest_s,Stdcompat__nativeint_s,Stdcompat__int_s,Stdcompat__int64_s,Stdcompat__int32_s,Stdcompat__filename_s,Stdcompat__array_s,Stdcompat__arrayLabels_s,Stdcompat__float_s,Stdcompat__queue_s,Stdcompat__ephemeron_s,Stdcompat__spacetime_s,Stdcompat__moreLabels_s,Stdcompat__lexing_s,Stdcompat__option_s,Stdcompat__result_s,Stdcompat__bool_s,Stdcompat__fun_s,Stdcompat__stdlib_s,Stdcompat__printf_s,Stdcompat__printexc_s,Stdcompat__format_s,Stdcompat__pervasives,Stdcompat__arg,Stdcompat__lazy,Stdcompat__char,Stdcompat__uchar,Stdcompat__sys,Stdcompat__buffer,Stdcompat__string,Stdcompat__stringLabels,Stdcompat__bytes,Stdcompat__bytesLabels,Stdcompat__list,Stdcompat__listLabels,Stdcompat__stack,Stdcompat__hashtbl_ext,Stdcompat__hashtbl,Stdcompat__set,Stdcompat__map,Stdcompat__weak,Stdcompat__stream,Stdcompat__digest,Stdcompat__nativeint,Stdcompat__int,Stdcompat__int64,Stdcompat__int32,Stdcompat__option,Stdcompat__filename,Stdcompat__array,Stdcompat__arrayLabels,Stdcompat__float,Stdcompat__queue,Stdcompat__ephemeron,Stdcompat__spacetime,Stdcompat__moreLabels,Stdcompat__lexing,Stdcompat__printexc,Stdcompat__result,Stdcompat__bool,Stdcompat__fun,Stdcompat__format,Stdcompat__printf,Stdcompat__stdlib,Stdcompat]
Found no other pages
libraries: [stdcompat]
compile command: odoc compile ./p.mld -o compile/page-p.odoc --child
                   page-"stdcompat"
compile command: odoc compile ./stdcompat.mld -o
                   compile/p/page-stdcompat.odoc --parent page-"p" -I compile
                   --child page-"13"
compile command: odoc compile ./13.mld -o compile/p/stdcompat/page-13.odoc
                   --parent page-"stdcompat" -I compile/p --child page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/p/stdcompat/13/page-doc.odoc --parent page-"13" -I
                   compile/p/stdcompat --child module-stdcompat__weak_s
                   --child module-stdcompat__weak --child
                   module-stdcompat__uchar_s --child module-stdcompat__uchar
                   --child module-stdcompat__tools --child
                   module-stdcompat__sys_s --child module-stdcompat__sys
                   --child module-stdcompat__string_s --child
                   module-stdcompat__stringLabels_s --child
                   module-stdcompat__stringLabels --child
                   module-stdcompat__string --child
                   module-stdcompat__stream_s --child
                   module-stdcompat__stream --child
                   module-stdcompat__stdlib_s --child
                   module-stdcompat__stdlib --child module-stdcompat__stack_s
                   --child module-stdcompat__stack --child
                   module-stdcompat__spacetime_s --child
                   module-stdcompat__spacetime --child
                   module-stdcompat__set_s --child module-stdcompat__set
                   --child module-stdcompat__seq_s --child
                   module-stdcompat__seq --child module-stdcompat__root
                   --child module-stdcompat__result_s --child
                   module-stdcompat__result --child module-stdcompat__queue_s
                   --child module-stdcompat__queue --child
                   module-stdcompat__printf_s --child
                   module-stdcompat__printf --child
                   module-stdcompat__printexc_s --child
                   module-stdcompat__printexc --child
                   module-stdcompat__pervasives_s --child
                   module-stdcompat__pervasives --child
                   module-stdcompat__option_s --child
                   module-stdcompat__option --child
                   module-stdcompat__nativeint_s --child
                   module-stdcompat__nativeint --child
                   module-stdcompat__native --child
                   module-stdcompat__moreLabels_s --child
                   module-stdcompat__moreLabels --child
                   module-stdcompat__map_s --child module-stdcompat__map
                   --child module-stdcompat__list_s --child
                   module-stdcompat__listLabels_s --child
                   module-stdcompat__listLabels --child
                   module-stdcompat__list --child module-stdcompat__lexing_s
                   --child module-stdcompat__lexing --child
                   module-stdcompat__lazy_s --child module-stdcompat__lazy
                   --child module-stdcompat__int_s --child
                   module-stdcompat__int64_s --child module-stdcompat__int64
                   --child module-stdcompat__int32_s --child
                   module-stdcompat__int32 --child module-stdcompat__int
                   --child module-stdcompat__init --child
                   module-stdcompat__hashtbl_s --child
                   module-stdcompat__hashtbl_ext --child
                   module-stdcompat__hashtbl --child module-stdcompat__fun_s
                   --child module-stdcompat__fun --child
                   module-stdcompat__format_s --child
                   module-stdcompat__format --child module-stdcompat__float_s
                   --child module-stdcompat__float --child
                   module-stdcompat__filename_s --child
                   module-stdcompat__filename --child
                   module-stdcompat__ephemeron_s --child
                   module-stdcompat__ephemeron --child
                   module-stdcompat__digest_s --child
                   module-stdcompat__digest --child module-stdcompat__char_s
                   --child module-stdcompat__char --child
                   module-stdcompat__bytes_s --child
                   module-stdcompat__bytesLabels_s --child
                   module-stdcompat__bytesLabels --child
                   module-stdcompat__bytes --child module-stdcompat__buffer_s
                   --child module-stdcompat__buffer --child
                   module-stdcompat__bool_s --child module-stdcompat__bool
                   --child module-stdcompat__array_s --child
                   module-stdcompat__arrayLabels_s --child
                   module-stdcompat__arrayLabels --child
                   module-stdcompat__array --child module-stdcompat__arg_s
                   --child module-stdcompat__arg --child module-stdcompat
File "./doc.mld", line 5, characters 15-35:
Warning: '{!modules ...}' should begin on its own line.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int64_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64_s.cmt" while you should use the .cmti file
File "stdcompat__int64_s.ml", line 107, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 129, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 155, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 177, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 181, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 183, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 201, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 205, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 207, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int64_s.ml", line 220, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int64.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int64.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stringLabels_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels_s.cmt" while you should use the .cmti file
File "stdcompat__stringLabels_s.ml", line 83, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 85, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 110, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 132, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 147, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 170, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 172, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 207, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 212, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 254, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 258, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 263, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__stringLabels_s.ml", line 305, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 358, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 378, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 398, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__stringLabels_s.ml", line 418, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stringLabels.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stringLabels.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__seq_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq_s.cmt" while you should use the .cmti file
File "stdcompat__seq_s.ml", line 15, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__seq.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__seq.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytesLabels_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels_s.cmt" while you should use the .cmti file
File "stdcompat__bytesLabels_s.ml", line 320, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 455, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 457, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 560, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 714, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 740, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 766, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 792, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytesLabels_s.ml", line 813, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 815, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 831, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 833, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 864, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 868, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 872, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 900, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 904, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytesLabels_s.ml", line 908, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytesLabels.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytesLabels.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printf_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf_s.cmt" while you should use the .cmti file
File "stdcompat__printf_s.ml", line 18, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 46, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 49, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 72, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 76, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 94, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 96, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 121, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printf_s.ml", line 123, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__tools.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__tools.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__tools.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bool_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool_s.cmt" while you should use the .cmti file
File "stdcompat__bool_s.ml", line 13, characters 21-22:
Warning: '|' is not allowed in the tags section.
Suggestion: move '|' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__init.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__init.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__init.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__pervasives_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives_s.cmt" while you should use the .cmti file
File "stdcompat__pervasives_s.ml", line 227, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 282, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 286, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 306, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 310, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 334, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 337, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 354, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 357, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 417, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 435, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 441, characters 31-31:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 453, characters 30-30:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 495, characters 32-32:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 498, characters 31-31:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 501, characters 31-31:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 504, characters 31-31:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 507, characters 31-31:
Warning: Identifier in reference should not be empty.
File "stdcompat__pervasives_s.ml", line 524, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 527, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 529, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 546, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 549, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 567, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 587, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 607, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 610, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 612, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 629, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 649, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 669, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 689, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 692, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 710, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 713, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 731, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 734, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 752, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 755, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 757, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 774, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 777, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 795, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 798, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 816, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 819, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 837, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 840, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 858, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 861, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 863, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 884, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 887, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 890, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 900, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 919, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 933, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 982, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 986, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 1018, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 1032, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 1100, characters 18-29:
Warning: Unknown reference qualifier 'Pervasives.'.
File "stdcompat__pervasives_s.ml", line 1118, characters 6-14:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__pervasives_s.ml", line 1122, characters 2-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__pervasives.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__pervasives.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_ext.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl_ext.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_ext.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stdlib_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stack_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stack.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stack.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__spacetime_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime_s.cmt" while you should use the .cmti file
File "stdcompat__spacetime_s.ml", line 31, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__spacetime.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__spacetime.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stdlib.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stdlib.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arg_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg_s.cmt" while you should use the .cmti file
File "stdcompat__arg_s.ml", line 37, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__arg_s.ml", line 101, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arg_s.ml", line 108, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arg_s.ml", line 126, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arg_s.ml", line 133, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arg_s.ml", line 140, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arg_s.ml", line 145, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arg.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arg.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__list_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list_s.cmt" while you should use the .cmti file
File "stdcompat__list_s.ml", line 18, characters 21-22:
Warning: '|' is not allowed in the tags section.
Suggestion: move '|' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__weak_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak_s.cmt" while you should use the .cmti file
File "stdcompat__weak_s.ml", line 46, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__weak.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__weak.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lazy_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy_s.cmt" while you should use the .cmti file
File "stdcompat__lazy_s.ml", line 51, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__lazy_s.ml", line 71, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__lazy_s.ml", line 90, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stream_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__digest_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest_s.cmt" while you should use the .cmti file
File "stdcompat__digest_s.ml", line 45, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printexc_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc_s.cmt" while you should use the .cmti file
File "stdcompat__printexc_s.ml", line 52, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__printexc_s.ml", line 53, character 6 to line 57, character 21:
Warning: '{
      filename: string ;
      line_number: int ;
      start_char: int ;
      end_char: int }': bad markup.
Suggestion: did you mean '{!
      filename: string ;
      line_number: int ;
      start_char: int ;
      end_char: int }' or '[
      filename: string ;
      line_number: int ;
      start_char: int ;
      end_char: int ]'?
File "stdcompat__printexc_s.ml", line 99, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__printexc_s.ml", line 106, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 111, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 116, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 123, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 127, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 140, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__printexc_s.ml", line 152, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bool.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bool.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__option_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option_s.cmt" while you should use the .cmti file
File "stdcompat__option_s.ml", line 13, characters 21-22:
Warning: '|' is not allowed in the tags section.
Suggestion: move '|' before any tags.
File "stdcompat__option_s.ml", line 52, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__option_s.ml", line 56, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__option.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__option.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl_s.cmt" while you should use the .cmti file
File "stdcompat__hashtbl_s.ml", line 22, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__hashtbl_s.ml", line 23, character 6 to line 27, character 35:
Warning: '{
      num_bindings: int ;
      num_buckets: int ;
      max_bucket_length: int ;
      bucket_histogram: int array }': bad markup.
Suggestion: did you mean '{!
      num_bindings: int ;
      num_buckets: int ;
      max_bucket_length: int ;
      bucket_histogram: int array }' or '[
      num_bindings: int ;
      num_buckets: int ;
      max_bucket_length: int ;
      bucket_histogram: int array ]'?
File "stdcompat__hashtbl_s.ml", line 93, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
File "stdcompat__hashtbl_s.ml", line 167, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
File "stdcompat__hashtbl_s.ml", line 230, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
File "stdcompat__hashtbl_s.ml", line 354, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__hashtbl_s.ml", line 428, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__hashtbl_s.ml", line 431, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__format_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format_s.cmt" while you should use the .cmti file
File "stdcompat__format_s.ml", line 16, characters 21-32:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'max_indent:' before any tags.
File "stdcompat__format_s.ml", line 17, characters 33-34:
Warning: Unpaired '}' (end of markup).
Suggestion: try '\}'.
File "stdcompat__format_s.ml", line 56, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__format_s.ml", line 57, character 6 to line 62, character 31:
Warning: '{
      out_string: string -> int -> int -> unit ;
      out_flush: unit -> unit ;
      out_newline: unit -> unit ;
      out_spaces: int -> unit ;
      out_indent: int -> unit }': bad markup.
Suggestion: did you mean '{!
      out_string: string -> int -> int -> unit ;
      out_flush: unit -> unit ;
      out_newline: unit -> unit ;
      out_spaces: int -> unit ;
      out_indent: int -> unit }' or '[
      out_string: string -> int -> int -> unit ;
      out_flush: unit -> unit ;
      out_newline: unit -> unit ;
      out_spaces: int -> unit ;
      out_indent: int -> unit ]'?
File "stdcompat__format_s.ml", line 82, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__format_s.ml", line 83, character 6 to line 87, character 38:
Warning: '{
      mark_open_stag: stag -> string ;
      mark_close_stag: stag -> string ;
      print_open_stag: stag -> unit ;
      print_close_stag: stag -> unit }': bad markup.
Suggestion: did you mean '{!
      mark_open_stag: stag -> string ;
      mark_close_stag: stag -> string ;
      print_open_stag: stag -> unit ;
      print_close_stag: stag -> unit }' or '[
      mark_open_stag: stag -> string ;
      mark_close_stag: stag -> string ;
      print_open_stag: stag -> unit ;
      print_close_stag: stag -> unit ]'?
File "stdcompat__format_s.ml", line 107, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__format_s.ml", line 136, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 146, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 153, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 158, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 181, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 186, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 191, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 196, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 202, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 218, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 226, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 231, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 239, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 243, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 247, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 252, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 258, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 264, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 269, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 274, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 280, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 290, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 295, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 300, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 305, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 313, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 319, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 324, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 330, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 503, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 523, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 543, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 563, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 583, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 603, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 623, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 643, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 663, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 683, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 803, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 805, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 824, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 826, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 829, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 855, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 860, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 866, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 895, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 900, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 906, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 938, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 944, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 951, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 984, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 990, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__format_s.ml", line 997, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__format.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__format.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__fun_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__listLabels_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels_s.cmt" while you should use the .cmti file
File "stdcompat__listLabels_s.ml", line 18, characters 21-22:
Warning: '|' is not allowed in the tags section.
Suggestion: move '|' before any tags.
File "stdcompat__listLabels_s.ml", line 69, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__listLabels.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__listLabels.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__string_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string_s.cmt" while you should use the .cmti file
File "stdcompat__string_s.ml", line 77, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 79, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 104, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 126, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__string_s.ml", line 157, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 159, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 189, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 193, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 232, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 235, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 240, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__string_s.ml", line 278, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__string_s.ml", line 331, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__string_s.ml", line 351, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__string_s.ml", line 371, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__string_s.ml", line 391, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lazy.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lazy.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__hashtbl.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytes_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes_s.cmt" while you should use the .cmti file
File "stdcompat__bytes_s.ml", line 30, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 434, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 436, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 563, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytes_s.ml", line 726, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytes_s.ml", line 752, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytes_s.ml", line 778, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytes_s.ml", line 804, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__bytes_s.ml", line 843, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 845, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 861, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 863, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 890, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 894, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 898, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 924, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 927, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__bytes_s.ml", line 930, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__buffer_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__buffer.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__buffer.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stream.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__stream.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__moreLabels_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__moreLabels.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__moreLabels.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__digest.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__digest.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__set_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set_s.cmt" while you should use the .cmti file
File "stdcompat__set_s.ml", line 100, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__float_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float_s.cmt" while you should use the .cmti file
File "stdcompat__float_s.ml", line 19, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__float_s.ml", line 241, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 273, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 285, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 299, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 320, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 334, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 386, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 427, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 451, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 470, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 488, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 506, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 524, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 542, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 560, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 578, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 596, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 614, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 632, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 650, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 668, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 686, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 704, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 723, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 742, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 760, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 778, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 796, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 814, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 825, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 843, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__float_s.ml", line 855, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__float.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__float.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__char_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char_s.cmt" while you should use the .cmti file
File "stdcompat__char_s.ml", line 38, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__char_s.ml", line 58, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__native.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__native.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__native.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lexing_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing_s.cmt" while you should use the .cmti file
File "stdcompat__lexing_s.ml", line 43, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__lexing_s.ml", line 44, character 6 to line 56, character 36:
Warning: '{
      refill_buff: lexbuf -> unit ;
      mutable lex_buffer: bytes ;
      mutable lex_buffer_len: int ;
      mutable lex_abs_pos: int ;
      mutable lex_start_pos: int ;
      mutable lex_curr_pos: int ;
      mutable lex_last_pos: int ;
      mutable lex_last_action: int ;
      mutable lex_eof_reached: bool ;
      mutable lex_mem: int array ;
      mutable lex_start_p: position ;
      mutable lex_curr_p: position }': bad markup.
Suggestion: did you mean '{!
      refill_buff: lexbuf -> unit ;
      mutable lex_buffer: bytes ;
      mutable lex_buffer_len: int ;
      mutable lex_abs_pos: int ;
      mutable lex_start_pos: int ;
      mutable lex_curr_pos: int ;
      mutable lex_last_pos: int ;
      mutable lex_last_action: int ;
      mutable lex_eof_reached: bool ;
      mutable lex_mem: int array ;
      mutable lex_start_p: position ;
      mutable lex_curr_p: position }' or '[
      refill_buff: lexbuf -> unit ;
      mutable lex_buffer: bytes ;
      mutable lex_buffer_len: int ;
      mutable lex_abs_pos: int ;
      mutable lex_start_pos: int ;
      mutable lex_curr_pos: int ;
      mutable lex_last_pos: int ;
      mutable lex_last_action: int ;
      mutable lex_eof_reached: bool ;
      mutable lex_mem: int array ;
      mutable lex_start_p: position ;
      mutable lex_curr_p: position ]'?
File "stdcompat__lexing_s.ml", line 76, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__lexing_s.ml", line 89, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__result_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result_s.cmt" while you should use the .cmti file
File "stdcompat__result_s.ml", line 13, characters 4-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'type' before any tags.
File "stdcompat__result_s.ml", line 73, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__result_s.ml", line 109, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__result_s.ml", line 121, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__result_s.ml", line 174, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__result_s.ml", line 193, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__result.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__result.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__fun.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__fun.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printexc.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printexc.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__uchar_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__uchar.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__uchar.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__string.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__string.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__ephemeron_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron_s.cmt" while you should use the .cmti file
File "stdcompat__ephemeron_s.ml", line 65, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
File "stdcompat__ephemeron_s.ml", line 159, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__filename_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename_s.cmt" while you should use the .cmti file
File "stdcompat__filename_s.ml", line 10, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__filename_s.ml", line 17, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__filename_s.ml", line 30, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__filename_s.ml", line 46, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__filename_s.ml", line 63, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__filename.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__filename.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__array_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array_s.cmt" while you should use the .cmti file
File "stdcompat__array_s.ml", line 62, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__array_s.ml", line 67, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__array_s.ml", line 71, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__array_s.ml", line 106, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__array_s.ml", line 109, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__array_s.ml", line 152, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__array_s.ml", line 179, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__array.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__array.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__ephemeron.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__ephemeron.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__nativeint_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint_s.cmt" while you should use the .cmti file
File "stdcompat__nativeint_s.ml", line 111, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 115, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 134, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 138, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 155, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 157, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 173, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__nativeint_s.ml", line 175, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__map_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map_s.cmt" while you should use the .cmti file
File "stdcompat__map_s.ml", line 98, characters 4-10:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'module' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__map.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__map.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int32_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32_s.cmt" while you should use the .cmti file
File "stdcompat__int32_s.ml", line 38, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 42, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 60, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 64, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 151, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 173, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 187, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__int32_s.ml", line 204, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int32.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int32.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printf.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__printf.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arrayLabels_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels_s.cmt" while you should use the .cmti file
File "stdcompat__arrayLabels_s.ml", line 57, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 61, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 82, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__arrayLabels_s.ml", line 100, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 144, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__arrayLabels_s.ml", line 170, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 172, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 175, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 226, characters 4-7:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
File "stdcompat__arrayLabels_s.ml", line 228, characters 0-3:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'val' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arrayLabels.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__arrayLabels.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__sys_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys_s.cmt" while you should use the .cmti file
File "stdcompat__sys_s.ml", line 15, characters 21-22:
Warning: '|' is not allowed in the tags section.
Suggestion: move '|' before any tags.
File "stdcompat__sys_s.ml", line 83, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 93, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 151, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 174, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 195, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 216, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 235, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 269, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 271, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 298, characters 4-12:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
File "stdcompat__sys_s.ml", line 302, characters 0-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'external' before any tags.
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__set.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__set.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue_s.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__queue_s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue_s.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__nativeint.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__nativeint.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__list.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__list.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__root.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__root.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__root.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__queue.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__queue.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.cmt
                   -o compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__sys.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__sys.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytes.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__bytes.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__char.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__char.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lexing.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__lexing.cmt" while you should use the .cmti file
compile command: odoc compile
                   prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int.cmt
                   -o
                   compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.10.2/4.10.2/lib/ocaml/ -I
                   compile/p/stdcompat/13 -I
                   compile/p/stdcompat/13/13/lib/stdcompat/
WARNING: not processing the "interface" file. Using "prep/universes/0c970493009c3154a55dd48c88613f0f/stdcompat/13/lib/stdcompat/stdcompat__int.cmt" while you should use the .cmti file
No children
File "stdlib.mli", line 1289, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 1237, characters 6-25:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Reference to 'formatter' is ambiguous. Please specify its kind: section-formatter, type-formatter.
File "stdlib.mli", line 1174, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 1168, characters 23-41:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 787, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 666, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 477, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 471, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 466, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 461, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 456, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 450, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 445, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 426, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 419, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 411, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 402, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 397, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 392, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 374, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 363, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 353, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 348, characters 37-55:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 343, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 331, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 325, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 313, characters 33-51:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 306, characters 32-50:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 237, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 231, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 224, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 218, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 205, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 200, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 159, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 147, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 142, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 137, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 132, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 128, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat.ml", line 5, character 0
While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 1289, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 1237, characters 6-25:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Reference to 'formatter' is ambiguous. Please specify its kind: section-formatter, type-formatter.
File "stdlib.mli", line 1174, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 1168, characters 23-41:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 787, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 666, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 477, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 471, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 466, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 461, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 456, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 450, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 445, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 426, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 419, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 411, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 402, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 397, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 392, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 374, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 363, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 353, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 348, characters 37-55:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 343, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 331, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 325, characters 24-42:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 313, characters 33-51:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 306, characters 32-50:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 237, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 231, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 224, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 218, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 205, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 200, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 159, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 147, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 142, characters 36-54:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 137, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 132, characters 35-53:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
File "stdlib.mli", line 128, characters 34-52:
Warning: While resolving the expansion of include at File "stdcompat__stdlib.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Ocaml_operators) Couldn't find "Ocaml_operators"
0 other files to copy
dst: linked/p/stdcompat/13/doc/opam
compile/p/stdcompat/13/13/
compile/p/stdcompat/13/13/lib/
compile/p/stdcompat/13/13/lib/stdcompat/
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lexing.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__char.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytes.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__sys.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__queue.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__root.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__list.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__nativeint.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__queue_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__set.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__sys_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arrayLabels.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arrayLabels_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printf.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int32.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int32_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__map.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__map_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__nativeint_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__ephemeron.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__array.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__array_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__filename.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__filename_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__ephemeron_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__string.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__uchar.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__uchar_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printexc.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__fun.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__result.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__result_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lexing_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__native.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__char_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__float.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__float_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__set_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__digest.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__moreLabels.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__moreLabels_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stream.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__buffer.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__buffer_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytes_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lazy.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__string_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__listLabels.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__listLabels_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__fun_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__format.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__format_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__option.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__option_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bool.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printexc_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__digest_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stream_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__lazy_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__weak.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__weak_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__list_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arg.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__arg_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stdlib.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__spacetime.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__spacetime_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stack.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stack_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stdlib_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__hashtbl_ext.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__pervasives.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__pervasives_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__init.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bool_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__tools.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__printf_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytesLabels.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__bytesLabels_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__seq.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__seq_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stringLabels.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__stringLabels_s.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int64.odoc
compile/p/stdcompat/13/13/lib/stdcompat/Stdcompat__int64_s.odoc
compile/p/stdcompat/13/doc/
compile/p/stdcompat/13/doc/index.m
compile/p/stdcompat/13/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/13/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/13/lib/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/13/lib/stdcompat/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/13/lib/stdcompat/Stdcompat.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13/page-doc.odocl
2024-03-27 16:55.57 ---> saved as "b2a6d00337ddffeb94feed4b149185a791852577e99fb24fec2077378c6bb543"

/home/opam/docs/: (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.874166') && (rsync -aR ./compile/p/stdcompat/13 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/stdcompat/13'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/stdcompat/13'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.874166
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::b03665dbd52d00733ba27894ba735e068ee545847c3cac805aaffe5771f3e345
LINKED::788885c7601b5cb1f0b3826869fa394389190e42c943adc29f3fa3cab80ab5e8
2024-03-27 16:55.58 ---> saved as "a36305edc23151f0ed1ca229d7df5f530416c102da3daaa325dffdb2e6f02fc6"
Job succeeded
2024-03-27 17:00.34: Job succeeded