Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep io-page.2.0.0; d490fb096a903dcf0942b471acc2b7d5
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:27.52: Waiting for worker…
2024-09-12 20:34.55: Got resource from pool OCluster
2024-09-12 20:34.55: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy io-page.2.0.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cstruct.5.1.1 configurator.v0.11.0 bigarray-compat.1.1.0 base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u io-page:d490fb096a903dcf0942b471acc2b7d5,stdio:49eb06b8643fad3e0c7333ea0f801905,sexplib0:e68ba298bb6740bf42b6c295e1ef172a,dune-configurator:e68ba298bb6740bf42b6c295e1ef172a,configurator:bfa5ee79b48a145e9bfa2686ec344b6b,base:804fc667aea80e508dd9ea3b9b92fb5a"))
 (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.138045') && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:34.55: RETRYING: 2024-09-12/083554-voodoo-prep-0328b3 Number of retries: 0 (retriable error condition)
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
Updating files:  68% (21894/32082)
Updating files:  69% (22137/32082)
Updating files:  70% (22458/32082)
Updating files:  71% (22779/32082)
Updating files:  72% (23100/32082)
Updating files:  73% (23420/32082)
Updating files:  74% (23741/32082)
Updating files:  75% (24062/32082)
Updating files:  76% (24383/32082)
Updating files:  77% (24704/32082)
Updating files:  78% (25024/32082)
Updating files:  79% (25345/32082)
Updating files:  80% (25666/32082)
Updating files:  81% (25987/32082)
Updating files:  82% (26308/32082)
Updating files:  83% (26629/32082)
Updating files:  84% (26949/32082)
Updating files:  85% (27270/32082)
Updating files:  86% (27591/32082)
Updating files:  87% (27912/32082)
Updating files:  88% (28233/32082)
Updating files:  89% (28553/32082)
Updating files:  90% (28874/32082)
Updating files:  91% (29195/32082)
Updating files:  92% (29516/32082)
Updating files:  93% (29837/32082)
Updating files:  94% (30158/32082)
Updating files:  95% (30478/32082)
Updating files:  96% (30799/32082)
Updating files:  97% (31120/32082)
Updating files:  98% (31441/32082)
Updating files:  99% (31762/32082)
Updating files: 100% (32082/32082)
Updating files: 100% (32082/32082), done.
HEAD is now at 331eeb20ae Ensure Windows always uses ocaml-config.3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 20:27.41 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:27.41 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache

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

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed rresult.0.6.0
-> installed cppo.1.7.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:27.41 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:27.41 ---> using "20e9b993b022113842bc0975a803d68b5b5c71e4a43205065eeb9bca43d9f290" from cache
2024-09-12 20:27.41 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 20:27.41 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:27.41 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:27.41 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:27.43 ---> using "3ce4534fbf695b751e041e9036d3185f3c6abec1243a0d0566c22d25fa00de5b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:27.43 ---> using "0aac2d8453484281021e98791d09da42b45f06f406e9f32848af499fa8a4ae1e" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:27.43 ---> using "cadcb3a809741b50a011c619497316650a78ed3ec8c90ee90548f4a48c57d297" from cache

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

2024-09-12 20:27.43 ---> using "4337b0d2d7cc4373fcece89c1b05a3fe547a87855aad1c68b9d08cd184e730c5" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:27.43 ---> using "5a274c974d25b910cf737d457740e0772e9ead46fc3c522eeeb2e3d85a814fbc" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.1.11.4  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.1.11.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:27.43 ---> using "ea91683d3ea42d44a62d308c34f456461ca722442f6f957975efe97b38608c3e" from cache

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy io-page.2.0.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cstruct.5.1.1 configurator.v0.11.0 bigarray-compat.1.1.0 base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1001 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy io-page.2.0.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cstruct.5.1.1 configurator.v0.11.0 bigarray-compat.1.1.0 base-bytes.base base.v0.13.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install dune-configurator 1.0.0
  - install base-bytes        base
  - install jbuilder          transition
  - install sexplib0          v0.13.0
  - install cstruct           5.1.1
  - install base              v0.13.2
  - install stdio             v0.13.0
  - install configurator      v0.11.0
  - install io-page           2.0.0
===== 10 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/30:
Processing  2/30:
Processing  3/30:
Processing  4/30:
Processing  5/30:
-> installed base-bytes.base
Processing  6/30:
-> retrieved base.v0.13.2  (cached)
Processing  7/30:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  8/30:
Processing  9/30: [io-page.2.0.0: http]
Processing 10/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
Processing 11/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
-> installed dune-configurator.1.0.0
Processing 12/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
-> retrieved configurator.v0.11.0  (cached)
Processing 13/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
Processing 14/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
Processing 15/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
-> installed jbuilder.transition
Processing 16/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
-> retrieved cstruct.5.1.1  (cached)
Processing 17/30: [io-page.2.0.0: http] [bigarray-compat: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 18/30: [io-page.2.0.0: http] [bigarray-compat: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.13.0  (cached)
-> compiled  bigarray-compat.1.1.0
Processing 18/30: [io-page.2.0.0: http] [sexplib0: dune build]
-> installed bigarray-compat.1.1.0
Processing 19/30: [io-page.2.0.0: http] [sexplib0: dune build]
Processing 20/30: [io-page.2.0.0: http] [cstruct: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.13.0
Processing 20/30: [io-page.2.0.0: http] [cstruct: dune build]
-> installed sexplib0.v0.13.0
Processing 21/30: [io-page.2.0.0: http] [cstruct: dune build]
Processing 22/30: [io-page.2.0.0: http] [base: dune build] [cstruct: dune build]
Processing 22/30: [base: dune build] [cstruct: dune build]
-> retrieved io-page.2.0.0  (https://github.com/mirage/io-page/releases/download/2.0.0/io-page-2.0.0.tbz)
-> compiled  cstruct.5.1.1
Processing 22/30: [base: dune build]
-> installed cstruct.5.1.1
Processing 23/30: [base: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/base.v0.13.2)
-       ocamlc src/.base.objs/byte/base__Import0.{cmi,cmo,cmt}
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
-     ocamlopt src/.base.objs/native/base__Import0.{cmx,o}
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
-       ocamlc src/.base.objs/byte/base.{cmi,cmo,cmt}
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-     ocamlopt src/.base.objs/native/base.{cmx,o}
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
-> installed base.v0.13.2
Processing 25/30: [stdio: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/stdio.v0.13.0)
-> compiled  stdio.v0.13.0
-> installed stdio.v0.13.0
Processing 27/30: [configurator: jbuilder build]
+ /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "configurator" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/configurator.v0.11.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  configurator.v0.11.0
-> installed configurator.v0.11.0
Processing 29/30: [io-page: jbuilder build]
+ /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "io-page" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/io-page.2.0.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  io-page.2.0.0
-> installed io-page.2.0.0
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.

<><> configurator.v0.11.0 installed successfully ><><><><><><><><><><><><><><><>
=> configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:29.26 ---> saved as "85f2d01844e1d35630ccaf56bff9ba64521ac32ddffc875e7f51aaacb40d24dc"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u io-page:d490fb096a903dcf0942b471acc2b7d5,stdio:49eb06b8643fad3e0c7333ea0f801905,sexplib0:e68ba298bb6740bf42b6c295e1ef172a,dune-configurator:e68ba298bb6740bf42b6c295e1ef172a,configurator:bfa5ee79b48a145e9bfa2686ec344b6b,base:804fc667aea80e508dd9ea3b9b92fb5a"))
2024-09-12 20:29.29 ---> saved as "a251bb16a4048d4bb15fa13ccf7e61bbbd96eec5770fbc9e2cadc9858ab83681"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.138045') && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2,base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a,base.v0.13.2 prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0,configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b,configurator.v0.11.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0,dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a,dune-configurator.1.0.0 prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0,sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a,sexplib0.v0.13.0 prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0,stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905,stdio.v0.13.0 prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0,io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5,io-page.2.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.138045
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/doc/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/doc/base/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/doc/base/CHANGES.md
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/doc/base/LICENSE.md
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/doc/base/README.org
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base.ocamlobjinfo
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/META
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Applicative.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Applicative.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Applicative.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Applicative_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Applicative_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array_permute.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Array_permute.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Avltree.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Avltree.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Avltree.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Backtrace.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Backtrace.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Backtrace.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_search.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_search.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_search.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_searchable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_searchable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_searchable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_searchable_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Binary_searchable_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Blit.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Blit.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Blit.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Blit_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Blit_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bool.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bool.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bool.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Buffer.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Buffer.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Buffer.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Buffer_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Buffer_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes_set_primitives.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes_set_primitives.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes_tr.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Bytes_tr.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Char.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Char.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Char.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Char0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Char0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparable_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparable_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparator.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparator.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparator.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparisons.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Comparisons.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Container.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Container.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Container.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Container_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Container_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Either.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Either.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Either.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Either_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Either_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Equal.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Equal.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Error.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Error.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Error.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Exn.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Exn.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Exn.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Field.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Field.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Field.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Fieldslib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Fieldslib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Float.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Float.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Float.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Float0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Float0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Floatable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Floatable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Fn.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Fn.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Fn.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Formatter.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Formatter.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Formatter.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_set.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_set.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_set.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_set_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hash_set_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashable_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashable_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hasher.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hasher.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashtbl.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashtbl.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashtbl.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashtbl_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hashtbl_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hex_lexer.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hex_lexer.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Hex_lexer.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Identifiable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Identifiable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Identifiable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Import.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Import.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Import0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Import0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Indexed_container.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Indexed_container.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Indexed_container.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Indexed_container_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Indexed_container_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Info.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Info.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Info.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Info_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Info_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int32.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int32.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int32.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63_emul.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63_emul.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int63_emul.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int64.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int64.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int64.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_conversions.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_conversions.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_conversions.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_math.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_math.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Int_math.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Intable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Intable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Invariant.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Invariant.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Invariant.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Invariant_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Invariant_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Lazy.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Lazy.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Lazy.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Linked_queue.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Linked_queue.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Linked_queue.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Linked_queue0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Linked_queue0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List1.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__List1.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Map.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Map.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Map.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Map_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Map_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Maybe_bound.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Maybe_bound.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Maybe_bound.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Monad.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Monad.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Monad.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Monad_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Monad_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Nativeint.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Nativeint.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Nativeint.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Obj_array.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Obj_array.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Obj_array.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option_array.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option_array.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Option_array.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Or_error.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Or_error.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Or_error.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordered_collection_common.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordered_collection_common.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordered_collection_common.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordering.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordering.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ordering.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Poly0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Poly0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Poly0.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Popcount.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Popcount.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Popcount.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pow_overflow_bounds.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pow_overflow_bounds.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pow_overflow_bounds.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_compare_lib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_compare_lib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_compare_lib.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_enumerate_lib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_enumerate_lib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_hash_lib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_hash_lib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_sexp_conv_lib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ppx_sexp_conv_lib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pretty_printer.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pretty_printer.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Pretty_printer.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Printf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Printf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Printf.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Queue.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Queue.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Queue.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Queue_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Queue_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Random.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Random.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Random.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ref.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ref.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Ref.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Result.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Result.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Result.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sequence.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sequence.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sequence.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Set.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Set.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Set.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Set_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Set_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp_with_comparable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp_with_comparable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexp_with_comparable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexpable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexpable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexpable.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexplib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sexplib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign_or_nan.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign_or_nan.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sign_or_nan.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Source_code_position.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Source_code_position.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Source_code_position.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Source_code_position0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Source_code_position0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stack.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stack.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stack.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stack_intf.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stack_intf.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Staged.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Staged.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Staged.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__String.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__String.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__String.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__String0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__String0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stringable.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Stringable.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sys.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sys.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sys.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sys0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Sys0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__T.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__T.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Type_equal.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Type_equal.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Type_equal.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uchar.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uchar.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uchar.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uchar0.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uchar0.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uniform_array.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uniform_array.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Uniform_array.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Unit.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Unit.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Unit.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Validate.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Validate.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Validate.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Variant.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Variant.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Variant.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Variantslib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Variantslib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__With_return.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__With_return.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__With_return.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Word_size.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Word_size.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base__Word_size.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base_internalhash_types/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base_internalhash_types/base_internalhash_types.ocamlobjinfo
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base_internalhash_types/base_internalhash_types.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/base_internalhash_types/base_internalhash_types.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/caml/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/caml/caml.ocamlobjinfo
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/caml/caml.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/caml/caml.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/dune-package
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/md5/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/md5/md5_lib.ocamlobjinfo
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/md5/md5_lib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/md5/md5_lib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/md5/md5_lib.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/shadow_stdlib/
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/shadow_stdlib/shadow_stdlib.ocamlobjinfo
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/shadow_stdlib/shadow_stdlib.cmi
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/shadow_stdlib/shadow_stdlib.cmt
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/lib/base/shadow_stdlib/shadow_stdlib.cmti
prep/universes/804fc667aea80e508dd9ea3b9b92fb5a/base/v0.13.2/opam
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/doc/
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/doc/configurator/
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/doc/configurator/LICENSE.txt
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/doc/configurator/README.org
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/configurator.ocamlobjinfo
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/META
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/configurator.cmi
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/configurator.cmt
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/configurator.cmti
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/lib/configurator/dune-package
prep/universes/bfa5ee79b48a145e9bfa2686ec344b6b/configurator/v0.11.0/opam
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/dune-configurator/1.0.0/opam
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/doc/
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/doc/sexplib0/
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/doc/sexplib0/LICENSE.md
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0.ocamlobjinfo
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/META
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/dune-package
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0.cmi
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0.cmt
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp.cmi
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp.cmt
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp.cmti
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp_conv.cmi
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp_conv.cmt
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp_conv.cmti
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp_conv_error.cmi
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexp_conv_error.cmt
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexpable.cmi
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/lib/sexplib0/sexplib0__Sexpable.cmt
prep/universes/e68ba298bb6740bf42b6c295e1ef172a/sexplib0/v0.13.0/opam
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/doc/
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/doc/stdio/
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/doc/stdio/CHANGES.md
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/doc/stdio/LICENSE.md
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/doc/stdio/README.org
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio.ocamlobjinfo
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/META
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/dune-package
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio.cmi
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio.cmt
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio.cmti
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__.cmi
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__.cmt
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__Import.cmi
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__Import.cmt
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__In_channel.cmi
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__In_channel.cmt
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__In_channel.cmti
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__Out_channel.cmi
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__Out_channel.cmt
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/lib/stdio/stdio__Out_channel.cmti
prep/universes/49eb06b8643fad3e0c7333ea0f801905/stdio/v0.13.0/opam
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/doc/
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/doc/io-page/
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/doc/io-page/CHANGES.md
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/doc/io-page/LICENSE.md
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/doc/io-page/README.md
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/io_page.ocamlobjinfo
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/META
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/dune-package
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/io_page.cmi
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/io_page.cmt
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/lib/io-page/io_page.cmti
prep/universes/d490fb096a903dcf0942b471acc2b7d5/io-page/2.0.0/opam
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.
HASHES:base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a:5c41df5484bd24a122282074323a60132ea4bae0dd528cea2e3844306921b034
HASHES:configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b:0660fe7fd87c6d2840638e99400491fd84fe998fa80fea3ee1b1b3cc73077299
HASHES:dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a:2a16b03bdc442fa6d1cac3c8f6e4fdb5c3a07bf87f0e3ba80cf633b2386eda18
HASHES:sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a:15773eb911d5e25ae1c4616e93feefed5e26ad3265a16f67bb78b2ea2c9ede88
HASHES:stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905:97995e6f4a16a2efe2673f762135bd65a976d75eec64b72c8c395e5ac3f4d4e9
HASHES:io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5:0fd1d89126834d26bc38ec426c13cc5c7bb60c46c44e7cfc3133e5b2f8f921f4
2024-09-12 20:29.33 ---> saved as "5ca526da4449359cb297f4dff7b2da14c7736c8d87f2b89b34c50e782f6e0fad"
Job succeeded
2024-09-12 20:36.59: io-page.2.0.0-d490fb096a903dcf0942b471acc2b7d5 -> 0fd1d89126834d26bc38ec426c13cc5c7bb60c46c44e7cfc3133e5b2f8f921f4
2024-09-12 20:36.59: stdio.v0.13.0-49eb06b8643fad3e0c7333ea0f801905 -> 97995e6f4a16a2efe2673f762135bd65a976d75eec64b72c8c395e5ac3f4d4e9
2024-09-12 20:36.59: sexplib0.v0.13.0-e68ba298bb6740bf42b6c295e1ef172a -> 15773eb911d5e25ae1c4616e93feefed5e26ad3265a16f67bb78b2ea2c9ede88
2024-09-12 20:36.59: dune-configurator.1.0.0-e68ba298bb6740bf42b6c295e1ef172a -> 2a16b03bdc442fa6d1cac3c8f6e4fdb5c3a07bf87f0e3ba80cf633b2386eda18
2024-09-12 20:36.59: configurator.v0.11.0-bfa5ee79b48a145e9bfa2686ec344b6b -> 0660fe7fd87c6d2840638e99400491fd84fe998fa80fea3ee1b1b3cc73077299
2024-09-12 20:36.59: base.v0.13.2-804fc667aea80e508dd9ea3b9b92fb5a -> 5c41df5484bd24a122282074323a60132ea4bae0dd528cea2e3844306921b034
2024-09-12 20:36.59: Job succeeded