Build:
  1. 0
2024-01-29 15:19.02: New job: Voodoo prep 0install.2.9.1; 9d0b3e1c8b7b974ab0466766985d8b19
2024-01-29 15:19.02: Waiting for resource in pool OCluster
2024-01-29 18:47.42: Waiting for worker…
2024-01-29 18:48.26: Got resource from pool OCluster
2024-01-29 18:48.26: 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:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (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:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy 0install.2.9.1 yojson.1.7.0 xmlm.1.4.0 topkg.1.0.7 stdlib-shims.0.3.0 sha.1.15.4 seq.0.3.1 result.1.5 react.1.2.1 ppx_tools.5.0+4.05.0 ounit2.2.2.7 ounit.2.2.7 ocurl.0.9.2 ocamlfind.1.9.6 ocamlbuild.0.9.3 lwt.2.7.1 extlib.1.7.7-1 easy-format.1.3.2 dune.3.13.0 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-libcurl.2 camlp4.4.05+1 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u 0install:9d0b3e1c8b7b974ab0466766985d8b19"))
 (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.826183') && (for DATA in prep/universes/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; 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/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:48.26: RETRYING: 2024-01-29/151902-voodoo-prep-9d0534 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:43.21 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (798 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 (4039 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:43.21 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" 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.13.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.6.9  [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.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [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.6.9] found in cache
[dune.3.13.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.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[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 ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.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.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:43.21 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:43.21 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:43.21 ---> using "6cc95500c50146d1591a1a51536c7023374f57661eaa67feeeaa365bc204f4ce" from cache

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

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

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:43.23 ---> using "11ebc521caf43db6250f6abc26f3a7b0133196b9729bab57bb90652aab429137" 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-01-29 18:43.23 ---> using "0718517bb54eadd62aa0f015ef3008667024892d9bbb1bb62f1357f040ce779a" from cache

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

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

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy 0install.2.9.1 yojson.1.7.0 xmlm.1.4.0 topkg.1.0.7 stdlib-shims.0.3.0 sha.1.15.4 seq.0.3.1 result.1.5 react.1.2.1 ppx_tools.5.0+4.05.0 ounit2.2.2.7 ounit.2.2.7 ocurl.0.9.2 ocamlfind.1.9.6 ocamlbuild.0.9.3 lwt.2.7.1 extlib.1.7.7-1 easy-format.1.3.2 dune.3.13.0 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-libcurl.2 camlp4.4.05+1 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy 0install.2.9.1 yojson.1.7.0 xmlm.1.4.0 topkg.1.0.7 stdlib-shims.0.3.0 sha.1.15.4 seq.0.3.1 result.1.5 react.1.2.1 ppx_tools.5.0+4.05.0 ounit2.2.2.7 ounit.2.2.7 ocurl.0.9.2 ocamlfind.1.9.6 ocamlbuild.0.9.3 lwt.2.7.1 extlib.1.7.7-1 easy-format.1.3.2 dune.3.13.0 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-libcurl.2 camlp4.4.05+1 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libcurl4-gnutls-dev
unzip
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo            1.6.9
  - install seq             0.3.1
  - install ocamlbuild      0.9.3
  - install result          1.5
  - install base-bytes      base
  - install camlp-streams   5.0.1
  - install conf-libcurl    2
  - install stdlib-shims    0.3.0
  - install easy-format     1.3.2
  - install ppx_tools       5.0+4.05.0
  - install topkg           1.0.7
  - install cppo_ocamlbuild 1.6.9
  - install camlp4          4.05+1
  - install extlib          1.7.7-1
  - install sha             1.15.4
  - install ounit2          2.2.7
  - install biniou          1.2.2
  - install xmlm            1.4.0
  - install react           1.2.1
  - install ounit           2.2.7
  - install yojson          1.7.0
  - install lwt             2.7.1       For module Lwt_react, please install package lwt_react
  - install ocurl           0.9.2
  - install 0install        2.9.1
===== 24 to install =====

The following system packages will first need to be installed:
    libcurl4-gnutls-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u5) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u5) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/72: [0install.2.9.1: http]
Processing  2/72: [0install.2.9.1: http]
Processing  3/72: [0install.2.9.1: http]
Processing  4/72: [0install.2.9.1: http]
Processing  5/72: [0install.2.9.1: http]
-> installed base-bytes.base
Processing  6/72: [0install.2.9.1: http]
-> retrieved biniou.1.2.2  (cached)
Processing  7/72: [0install.2.9.1: http]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  8/72: [0install.2.9.1: http]
Processing  9/72: [0install.2.9.1: http]
Processing 10/72: [0install.2.9.1: http] [camlp-streams: dune build]
Processing 11/72: [0install.2.9.1: http] [camlp-streams: dune build] [conf-libcurl: curl-config]
-> retrieved cppo.1.6.9  (cached)
Processing 12/72: [0install.2.9.1: http] [camlp-streams: dune build] [conf-libcurl: curl-config]
Processing 13/72: [0install.2.9.1: http] [camlp-streams: dune build] [conf-libcurl: curl-config] [cppo: dune build]
-> retrieved camlp4.4.05+1  (cached)
Processing 14/72: [0install.2.9.1: http] [camlp-streams: dune build] [conf-libcurl: curl-config] [cppo: dune build]
- -lcurl
-> compiled  conf-libcurl.2
Processing 14/72: [0install.2.9.1: http] [camlp-streams: dune build] [cppo: dune build]
-> installed conf-libcurl.2
Processing 15/72: [0install.2.9.1: http] [camlp-streams: dune build] [cppo: dune build]
-> retrieved cppo_ocamlbuild.1.6.9  (cached)
Processing 16/72: [0install.2.9.1: http] [camlp-streams: dune build] [cppo: dune build]
-> retrieved easy-format.1.3.2  (cached)
Processing 17/72: [0install.2.9.1: http] [camlp-streams: dune build] [cppo: dune build]
Processing 18/72: [0install.2.9.1: http] [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
-> retrieved extlib.1.7.7-1  (cached)
Processing 19/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
-> retrieved lwt.2.7.1  (cached)
Processing 20/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
-> retrieved ocurl.0.9.2  (cached)
Processing 21/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
-> retrieved ounit.2.2.7  (cached)
Processing 22/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
-> compiled  camlp-streams.5.0.1
Processing 22/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build]
-> installed camlp-streams.5.0.1
Processing 23/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build]
-> retrieved ounit2.2.2.7  (cached)
Processing 24/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build]
-> retrieved ppx_tools.5.0+4.05.0  (cached)
Processing 25/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build]
Processing 26/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all]
-> retrieved react.1.2.1  (cached)
Processing 27/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all]
-> retrieved result.1.5  (cached)
Processing 28/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all]
Processing 29/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build]
-> retrieved seq.0.3.1  (cached)
Processing 30/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build]
Processing 31/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved sha.1.15.4  (cached)
Processing 32/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 33/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
Processing 34/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [easy-format: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
-> compiled  easy-format.1.3.2
Processing 34/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
-> installed easy-format.1.3.2
Processing 35/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [cppo: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
Processing 36/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
-> retrieved topkg.1.0.7  (cached)
Processing 37/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
-> retrieved xmlm.1.4.0  (cached)
Processing 38/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build] [stdlib-shims: dune build]
-> retrieved yojson.1.7.0  (cached)
-> compiled  result.1.5
Processing 38/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [seq: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 39/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [seq: dune build] [stdlib-shims: dune build]
-> compiled  seq.0.3.1
Processing 39/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [stdlib-shims: dune build]
-> installed seq.0.3.1
Processing 40/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 40/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all]
-> installed stdlib-shims.0.3.0
Processing 41/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ppx_tools: make all]
Processing 42/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ounit2: dune build] [ppx_tools: make all]
Processing 43/72: [0install.2.9.1: http] [ocamlbuild.0.9.3: http] [biniou: dune build] [cppo: dune build] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
Processing 43/72: [0install.2.9.1: http] [biniou: dune build] [cppo: dune build] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
-> retrieved ocamlbuild.0.9.3  (https://github.com/ocaml/ocamlbuild/archive/0.9.3.tar.gz)
Processing 44/72: [0install.2.9.1: http] [biniou: dune build] [cppo: dune build] [ocamlbuild: make configure.make] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.05"; \
- echo "BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.05/lib"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.9.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 44/72: [0install.2.9.1: http] [biniou: dune build] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
-> compiled  biniou.1.2.2
Processing 44/72: [0install.2.9.1: http] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
-> installed biniou.1.2.2
Processing 45/72: [0install.2.9.1: http] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
-> compiled  cppo.1.6.9
Processing 45/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
-> installed cppo.1.6.9
Processing 46/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
[extlib: patch] applying 0001-Add-support-for-OCaml-4.12.patch
Processing 47/72: [0install.2.9.1: http] [extlib: patch] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build]
Processing 48/72: [0install.2.9.1: http] [extlib: patch] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build] [yojson: dune build]
[extlib: patch] applying 0002-caml_hash_univ_param-was-removed-for-OCaml-pre-4.00-.patch
Processing 48/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppx_tools: make all] [sha: dune build] [yojson: dune build]
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
-> compiled  ppx_tools.5.0+4.05.0
Processing 48/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sha: dune build] [yojson: dune build]
Processing 49/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sha: dune build] [yojson: dune build] [ppx_tools: make install]
-> compiled  ounit2.2.2.7
Processing 49/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [sha: dune build] [yojson: dune build] [ppx_tools: make install]
Processing 49/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [sha: dune install] [yojson: dune build] [ppx_tools: make install]
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlc.opt -safe-string -g -bin-annot -I lib/.yojson.objs/byte -I /home/opam/.opam/4.05/lib/biniou -I /home/opam/.opam/4.05/lib/camlp-streams -I /home/opam/.opam/4.05/lib/easy-format -intf-suffix .ml -no-alias-deps -o lib/.yojson.objs/byte/yojson.cmo -c -impl lib/yojson.ml)
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlopt.opt -safe-string -g -I lib/.yojson.objs/byte -I lib/.yojson.objs/native -I /home/opam/.opam/4.05/lib/biniou -I /home/opam/.opam/4.05/lib/camlp-streams -I /home/opam/.opam/4.05/lib/easy-format -intf-suffix .ml -no-alias-deps -o lib/.yojson.objs/native/yojson.cmx -c -impl lib/yojson.ml)
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-> compiled  yojson.1.7.0
Processing 49/72: [0install.2.9.1: http] [extlib: make build] [ocamlbuild: make check-if-preinstalled] [sha: dune install] [ppx_tools: make install]
- fatal: not a git repository: '.git'
- /usr/bin/make -C src build
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/extlib.1.7.7-1/src'
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
- File "extHashtbl.ml", line 26, characters 2-90:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo base64.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
- File "extHashtbl.ml", line 26, characters 2-90:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx base64.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 405\"  -D WITH_BYTES" -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/extlib.1.7.7-1/src'
-> compiled  extlib.1.7.7-1
Processing 49/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [sha: dune install] [ppx_tools: make install]
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.05/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.05/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.05/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.05/lib/ppx_tools/META
-> installed ppx_tools.5.0+4.05.0
Processing 49/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [sha: dune install]
Processing 50/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [sha: dune install] [extlib: make install]
-> compiled  sha.1.15.4
Processing 50/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [extlib: make install]
- fatal: not a git repository: '.git'
- /usr/bin/make -C src VERSION=1.7.7 install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/extlib.1.7.7-1/src'
- ocamlfind install -patch-version 1.7.7 extlib META extLib.cma extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli base64.mli refList.mli optParse.mli dllist.mli extBytes.cmi enum.cmi bitSet.cmi dynArray.cmi extArray.cmi extHashtbl.cmi extList.cmi extString.cmi extBuffer.cmi global.cmi IO.cmi option.cmi pMap.cmi std.cmi base64.cmi refList.cmi optParse.cmi dllist.cmi extLib.cmi -optional extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx base64.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx extLib.cmxs extLib.a extLib.lib extBytes.cmt enum.cmt bitSet.cmt dynArray.cmt extArray.cmt extHashtbl.cmt extList.cmt extString.cmt extBuffer.cmt global.cmt IO.cmt option.cmt pMap.cmt std.cmt base64.cmt refList.cmt optParse.cmt dllist.cmt extLib.cmt extBytes.cmti enum.cmti bitSet.cmti dynArray.cmti extArray.cmti extHashtbl.cmti extList.cmti extString.cmti extBuffer.cmti global.cmti IO.cmti option.cmti pMap.cmti std.cmti base64.cmti refList.cmti optParse.cmti dllist.cmti extLib.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/dllist.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/optParse.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/refList.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/base64.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/std.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/pMap.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/option.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/IO.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/global.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extBuffer.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extString.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extList.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extArray.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/dynArray.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/bitSet.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/enum.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extBytes.cmti
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/dllist.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/optParse.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/refList.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/base64.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/std.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/pMap.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/option.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/IO.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/global.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extBuffer.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extString.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extList.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extArray.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/dynArray.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/bitSet.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/enum.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extBytes.cmt
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.a
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cmxs
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/dllist.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/optParse.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/refList.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/base64.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/std.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/pMap.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/option.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/IO.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/global.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extBuffer.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extString.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extList.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extArray.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/dynArray.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/bitSet.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/enum.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extBytes.cmx
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cmxa
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/dllist.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/optParse.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/refList.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/base64.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/std.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/pMap.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/option.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/IO.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/global.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extBuffer.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extString.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extList.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extHashtbl.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extArray.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/dynArray.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/bitSet.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/enum.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/extBytes.cmi
- Installed /home/opam/.opam/4.05/lib/extlib/dllist.mli
- Installed /home/opam/.opam/4.05/lib/extlib/optParse.mli
- Installed /home/opam/.opam/4.05/lib/extlib/refList.mli
- Installed /home/opam/.opam/4.05/lib/extlib/base64.mli
- Installed /home/opam/.opam/4.05/lib/extlib/std.mli
- Installed /home/opam/.opam/4.05/lib/extlib/pMap.mli
- Installed /home/opam/.opam/4.05/lib/extlib/option.mli
- Installed /home/opam/.opam/4.05/lib/extlib/IO.mli
- Installed /home/opam/.opam/4.05/lib/extlib/global.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extBuffer.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extString.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extList.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extArray.mli
- Installed /home/opam/.opam/4.05/lib/extlib/dynArray.mli
- Installed /home/opam/.opam/4.05/lib/extlib/bitSet.mli
- Installed /home/opam/.opam/4.05/lib/extlib/enum.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extBytes.mli
- Installed /home/opam/.opam/4.05/lib/extlib/extLib.cma
- Installed /home/opam/.opam/4.05/lib/extlib/META
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/extlib.1.7.7-1/src'
-> installed extlib.1.7.7-1
Processing 50/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
-> installed ounit2.2.2.7
Processing 51/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
Processing 52/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
Processing 53/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled] [ounit: make install-ounit]
- ocamlfind remove oUnit
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.05/lib/oUnit/META
- ocamlfind install oUnit src/lib/oUnit/META -patch-version 2.2.7
- Installed /home/opam/.opam/4.05/lib/oUnit/META
-> installed ounit.2.2.7
Processing 53/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
-> installed sha.1.15.4
Processing 54/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
-> installed yojson.1.7.0
Processing 55/72: [0install.2.9.1: http] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/const.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/loc.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/loc.ml
- File "src/loc.ml", line 23, characters 5-22:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/discard_printf.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/discard_printf.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/signatures.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_std.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_std.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_unix.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_unix.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/display.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/display.ml
- File "src/display.ml", line 301, characters 31-45:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/display.ml", line 304, characters 33-47:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/log.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/log.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/shell.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/shell.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/bool.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/bool.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_ast.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_lexer.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_lexer.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/lexers.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/lexers.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/param_tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/param_tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/command.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/command.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_config.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_where.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_where.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/slurp.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/slurp.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/options.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/options.ml
- File "src/options.ml", line 79, characters 45-61:
- Warning 3: deprecated: My_std.String.uppercase
- Use String.uppercase_ascii instead.
- File "src/options.ml", line 362, characters 26-43:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/pathname.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/pathname.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/configuration.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/configuration.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/flags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/flags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hygiene.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hygiene.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/digest_cache.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/digest_cache.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/resource.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/resource.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/rule.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/rule.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/solver.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/solver.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/report.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/report.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/fda.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/fda.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/findlib.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/findlib.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_arch.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_arch.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_utils.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_utils.ml
- File "src/ocaml_utils.ml", line 37, characters 32-49:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocaml_utils.ml", line 44, characters 28-47:
- Warning 3: deprecated: My_std.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "src/ocaml_utils.ml", line 66, characters 35-52:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocaml_utils.ml", line 67, characters 37-56:
- Warning 3: deprecated: My_std.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_dependencies.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_dependencies.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_compiler.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_compiler.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_specific.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_specific.ml
- File "src/ocaml_specific.ml", line 929, characters 44-58:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 930, characters 31-45:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 932, characters 50-64:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 933, characters 40-54:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 935, characters 44-58:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 936, characters 31-45:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 938, characters 50-64:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 939, characters 40-54:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/exit_codes.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/exit_codes.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hooks.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hooks.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/main.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/main.ml
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/exit_codes.cmo src/hooks.cmo src/main.cmo -o ocamlbuild_pack.cmo
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_executor.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_executor.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte \
-           unix.cma ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o ocamlbuildlib.cma \
-           ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/loc.ml
- File "src/loc.ml", line 23, characters 5-22:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/display.ml
- File "src/display.ml", line 301, characters 31-45:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/display.ml", line 304, characters 33-47:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/options.ml
- File "src/options.ml", line 79, characters 45-61:
- Warning 3: deprecated: My_std.String.uppercase
- Use String.uppercase_ascii instead.
- File "src/options.ml", line 362, characters 26-43:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_utils.ml
- File "src/ocaml_utils.ml", line 37, characters 32-49:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocaml_utils.ml", line 44, characters 28-47:
- Warning 3: deprecated: My_std.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "src/ocaml_utils.ml", line 66, characters 35-52:
- Warning 3: deprecated: My_std.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocaml_utils.ml", line 67, characters 37-56:
- Warning 3: deprecated: My_std.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocaml_specific.ml
- File "src/ocaml_specific.ml", line 929, characters 44-58:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 930, characters 31-45:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 932, characters 50-64:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 933, characters 40-54:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "src/ocaml_specific.ml", line 935, characters 44-58:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 936, characters 31-45:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 938, characters 50-64:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/ocaml_specific.ml", line 939, characters 40-54:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/main.ml
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/exit_codes.cmx src/hooks.cmx src/main.cmx -o ocamlbuild_pack.cmx
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native \
-           unix.cmxa ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o ocamlbuildlib.cmxa \
-           ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- echo '  "META"' >> ocamlbuild.install
- echo '  "src/signatures.mli" {"signatures.mli"}' >> ocamlbuild.install
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- for lib in ocamlbuildlib.cma src/ocamlbuild.cmo ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- for lib in ocamlbuildlib.cmxa ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.9.3'
-> compiled  ocamlbuild.0.9.3
Processing 55/72: [0install.2.9.1: http]
-> installed ocamlbuild.0.9.3
Processing 56/72: [0install.2.9.1: http]
[camlp4: patch] applying safe-string.patch
Processing 57/72: [0install.2.9.1: http] [camlp4: patch]
Processing 58/72: [0install.2.9.1: http] [camlp4: patch] [cppo_ocamlbuild: dune build]
Processing 59/72: [0install.2.9.1: http] [camlp4: patch] [cppo_ocamlbuild: dune build] [topkg: ocaml build]
[camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch
Processing 59/72: [0install.2.9.1: http] [camlp4: ./configure] [cppo_ocamlbuild: dune build] [topkg: ocaml build]
Processing 59/72: [0install.2.9.1: http] [camlp4: make clean] [cppo_ocamlbuild: dune build] [topkg: ocaml build]
- rm -rf _build
Processing 59/72: [0install.2.9.1: http] [camlp4: make all] [cppo_ocamlbuild: dune build] [topkg: ocaml build]
-> compiled  cppo_ocamlbuild.1.6.9
Processing 59/72: [0install.2.9.1: http] [camlp4: make all] [topkg: ocaml build]
-> installed cppo_ocamlbuild.1.6.9
Processing 60/72: [0install.2.9.1: http] [camlp4: make all] [topkg: ocaml build]
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared src/topkg.cmx -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
Processing 60/72: [0install.2.9.1: http] [camlp4: make all]
-> installed topkg.1.0.7
Processing 61/72: [0install.2.9.1: http] [camlp4: make all]
Processing 62/72: [0install.2.9.1: http] [camlp4: make all] [react: ocaml build]
Processing 63/72: [0install.2.9.1: http] [camlp4: make all] [react: ocaml build] [xmlm: ocaml build]
- ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends
- ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml
- ocamlfind ocamlopt -a -package bytes src/react.cmx -o src/react.cmxa
- ocamlfind ocamlopt -shared -package bytes src/react.cmx -o src/react.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml
- ocamlfind ocamlc -a -package bytes src/react.cmo -o src/react.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- + ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  react.1.2.1
Processing 63/72: [0install.2.9.1: http] [camlp4: make all] [xmlm: ocaml build]
-> installed react.1.2.1
Processing 64/72: [0install.2.9.1: http] [camlp4: make all] [xmlm: ocaml build]
- ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends
- ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml
- ocamlfind ocamlopt -a src/xmlm.cmx -o src/xmlm.cmxa
- ocamlfind ocamlopt -shared src/xmlm.cmx -o src/xmlm.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml
- ocamlfind ocamlc -a src/xmlm.cmo -o src/xmlm.cma
- ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends
- ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml
- ocamlfind ocamlopt -linkpkg -g src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native
- # No parallelism done
-> compiled  xmlm.1.4.0
Processing 64/72: [0install.2.9.1: http] [camlp4: make all]
-> installed xmlm.1.4.0
Processing 65/72: [0install.2.9.1: http] [camlp4: make all]
Processing 65/72: [camlp4: make all]
-> retrieved 0install.2.9.1  (https://downloads.sf.net/project/zero-install/0install/2.9.1/0install-2.9.1.tar.bz2)
+ /usr/bin/make "all" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camlp4.4.05+1)
- ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-byte-only.sh`
- + echo camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi
- cp /home/opam/.opam/4.05/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmi camlp4/config/Camlp4_config.mli
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/config -I camlp4/boot -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/config -I camlp4/boot -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I +compiler-libs -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/gen_import.cmo camlp4/config/gen_import.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte
- camlp4/config/gen_import.byte /home/opam/.opam/4.05/lib/ocaml
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_import.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmo camlp4/config/Camlp4_config.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma -g camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmi camlp4/Camlp4/Utils.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends
- cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends
- /home/opam/.opam/4.05/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll
- /home/opam/.opam/4.05/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo
- /home/opam/.opam/4.05/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml
- + /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml
- File "camlp4/Camlp4/Options.ml", line 23, characters 2-2485:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Expand _
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmo camlp4/Camlp4/Utils.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Utils.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma
- /home/opam/.opam/4.05/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte
- /home/opam/.opam/4.05/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma
- /home/opam/.opam/4.05/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends
- /home/opam/.opam/4.05/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
- ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-native-only.sh`
- + echo camlp4/Camlp4.cmx camlp4/camlp4prof.native camlp4/mkcamlp4.native camlp4/camlp4.native camlp4/camlp4fulllib.cmxa camlp4/camlp4boot.native camlp4/camlp4r.native camlp4/camlp4rf.native camlp4/camlp4o.native camlp4/camlp4of.native camlp4/camlp4oof.native camlp4/camlp4orf.native camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.o
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmx camlp4/Camlp4/Utils.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_import.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmx camlp4/config/Camlp4_config.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/DynAst.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Search.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Failed.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Delete.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Find.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/AstFilters.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CleanAst.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/DynLoader.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyError.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/EmptyPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/FreeVars.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w a -I camlp4/import -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/Lexer.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml
- touch camlp4/Camlp4/Struct/Grammar.mli  ; if  /home/opam/.opam/4.05/bin/ocamlopt.opt -pack -for-pack Camlp4.Struct -g -I camlp4/Camlp4/Struct/Grammar camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Static.cmx -o camlp4/Camlp4/Struct/Grammar.cmx  ; then  rm -f camlp4/Camlp4/Struct/Grammar.mli  ; else  rm -f camlp4/Camlp4/Struct/Grammar.mli  ; exit 1; fi
- touch camlp4/Camlp4/Struct.mli  ; if  /home/opam/.opam/4.05/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Struct camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Grammar.cmx -o camlp4/Camlp4/Struct.cmx  ; then  rm -f camlp4/Camlp4/Struct.mli  ; else  rm -f camlp4/Camlp4/Struct.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml
- + /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml
- File "camlp4/Camlp4/Options.ml", line 23, characters 2-2485:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Expand _
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpCamlp4Ast.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/DumpOCamlAst.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/Null.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmx camlp4/Camlp4/Printers/OCamlr.ml
- touch camlp4/Camlp4/Printers.mli  ; if  /home/opam/.opam/4.05/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Printers camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCamlr.cmx -o camlp4/Camlp4/Printers.cmx  ; then  rm -f camlp4/Camlp4/Printers.mli  ; else  rm -f camlp4/Camlp4/Printers.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/PreCast.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml
- touch camlp4/Camlp4.mli  ; if  /home/opam/.opam/4.05/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4 camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Utils.cmx camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/Options.cmx camlp4/Camlp4/Struct.cmx camlp4/Camlp4/Printers.cmx camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/Register.cmx -o camlp4/Camlp4.cmx  ; then  rm -f camlp4/Camlp4.mli  ; else  rm -f camlp4/Camlp4.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmx camlp4/camlp4prof.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmx camlp4/mkcamlp4.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml
- + /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml
- + /home/opam/.opam/4.05/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.ml
- touch camlp4/Camlp4Top.mli  ; if  /home/opam/.opam/4.05/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4Top camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Rprint.cmx -o camlp4/Camlp4Top.cmx  ; then  rm -f camlp4/Camlp4Top.mli  ; else  rm -f camlp4/Camlp4Top.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Top.cmx -o camlp4/camlp4fulllib.cmxa
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4boot.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4r.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4rf.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4o.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4of.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4oof.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4orf.native
- /home/opam/.opam/4.05/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
-> compiled  camlp4.4.05+1
Processing 66/72: [camlp4: make install]
+ /usr/bin/make "install" "install-META" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camlp4.4.05+1)
- env DESTDIR= sh ./build/install.sh
- Installing camlp4...
-   install binary /home/opam/.opam/4.05/bin/camlp4prof
-   install binary /home/opam/.opam/4.05/bin/mkcamlp4
-   install binary /home/opam/.opam/4.05/bin/camlp4
-   install binary /home/opam/.opam/4.05/bin/camlp4boot
-   install binary /home/opam/.opam/4.05/bin/camlp4o
-   install binary /home/opam/.opam/4.05/bin/camlp4of
-   install binary /home/opam/.opam/4.05/bin/camlp4oof
-   install binary /home/opam/.opam/4.05/bin/camlp4orf
-   install binary /home/opam/.opam/4.05/bin/camlp4r
-   install binary /home/opam/.opam/4.05/bin/camlp4rf
-   install binary /home/opam/.opam/4.05/bin/camlp4o.opt
-   install binary /home/opam/.opam/4.05/bin/camlp4of.opt
-   install binary /home/opam/.opam/4.05/bin/camlp4oof.opt
-   install binary /home/opam/.opam/4.05/bin/camlp4orf.opt
-   install binary /home/opam/.opam/4.05/bin/camlp4r.opt
-   install binary /home/opam/.opam/4.05/bin/camlp4rf.opt
- Installing Camlp4Parsers...
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o
- Installing Camlp4Printers...
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o
- Installing Camlp4Filters...
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o
- Installing Camlp4Top...
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Top.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Top.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Top.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Rprint.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top/Top.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4lib.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4lib.cmxa
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4fulllib.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4fulllib.cmxa
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4o.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4of.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4oof.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4orf.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4r.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4rf.cma
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Bin.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Bin.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Bin.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Bin.o
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4Top.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/Camlp4_config.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4prof.cmi
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4prof.cmo
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4prof.cmx
-   install /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4prof.o
-   install library /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4lib.a
-   install library /home/opam/.opam/4.05/lib/ocaml/camlp4/camlp4fulllib.a
- sed -e s/@@VERSION@@/"4.05.0"/g camlp4/META.in > camlp4/META
- mkdir -p "/home/opam/.opam/4.05/lib"/camlp4/
- cp -f camlp4/META "/home/opam/.opam/4.05/lib"/camlp4/
-> installed camlp4.4.05+1
Processing 67/72: [lwt: make setup]
+ /usr/bin/make "setup" (CWD=/home/opam/.opam/4.05/.opam-switch/build/lwt.2.7.1)
- ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml
- rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
Processing 67/72: [lwt: ocaml setup.ml]
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.05" "--disable-libev" "--enable-camlp4" "--enable-react" "--disable-ssl" "--enable-unix" "--enable-preemptive" "--disable-glib" "--enable-ppx" (CWD=/home/opam/.opam/4.05/.opam-switch/build/lwt.2.7.1)
- not checking for pkg-config
- not checking for libev
- testing for pthread:
-  ........................... available
- not checking for glib
- testing for eventfd: ........................... available
- testing for fd passing: ........................ available
- testing for sched_getcpu: ...................... available
- testing for affinity getting/setting: .......... available
- testing for credentials getting (Linux): ....... available
- testing for credentials getting (NetBSD): ...... unavailable
- testing for credentials getting (OpenBSD): ..... unavailable
- testing for credentials getting (FreeBSD): ..... unavailable
- testing for credentials getting (getpeereid): .. unavailable
- testing for fdatasync: ......................... available
- testing for netdb_reentrant: ................... unavailable
- testing for reentrant gethost*:
-  ................ available
- testing for nanosecond stat support: ........... *tim.tv_nsec
- testing for BSD mincore: ....................... unavailable
- Generating C stubs...
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ lwt
- Package version: ..................................... 2.7.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- Compiles for Android: ................................ false
- build and install everything: ........................ false
- Build the syntax extension: .......................... true
- Build the ppx syntax extension: ...................... true
- Unix support: ........................................ true
- React helpers: ....................................... true
- GLib integration: .................................... false
- SSL support: ......................................... false
- Preemptive threads support: .......................... true
- Compile with libev support: .......................... false
- Use the libev backend by default: .................... true
- Use pthread: ......................................... true
- Instrument for coverage analysis: .................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/4.05/lib/bytes
- pkg_result: .......................................... /home/opam/.opam/4.05/lib/result
- pkg_unix: ............................................ /home/opam/.opam/4.05/lib/ocaml
- pkg_bigarray: ........................................ /home/opam/.opam/4.05/lib/ocaml
- pkg_compiler_libs_common: ............................ /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- pkg_react: ........................................... /home/opam/.opam/4.05/lib/react
- pkg_threads: ......................................... /home/opam/.opam/4.05/lib/ocaml
- pkg_camlp4: .......................................... /home/opam/.opam/4.05/lib/ocaml/camlp4
- pkg_camlp4_quotations_o: ............................. /home/opam/.opam/4.05/lib/ocaml/camlp4
- pkg_camlp4_extend: ................................... /home/opam/.opam/4.05/lib/ocaml/camlp4
- pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.05/lib/ppx_tools
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
Processing 67/72: [lwt: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/lwt.2.7.1)
- ./setup.exe -build 
- W: Cannot find source file matching module 'Lwt_unix' in library lwt-unix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'Lwt_unix' in library lwt-unix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.mli > src/core/lwt_condition.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.mli > src/core/lwt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.mli > src/core/lwt_sequence.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmi src/core/lwt_sequence.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.mli > src/core/lwt_mutex.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmi src/core/lwt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmi src/core/lwt_mutex.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmi src/core/lwt_condition.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.ml > src/core/lwt_condition.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.mli > src/core/lwt_list.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmi src/core/lwt_list.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.ml > src/core/lwt_list.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.ml > src/core/lwt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.ml > src/core/lwt_mutex.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.mli > src/core/lwt_mvar.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmi src/core/lwt_mvar.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.ml > src/core/lwt_mvar.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.mli > src/core/lwt_pool.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmi src/core/lwt_pool.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.ml > src/core/lwt_pool.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.mli > src/core/lwt_result.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmi src/core/lwt_result.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.ml > src/core/lwt_result.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.ml > src/core/lwt_sequence.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.mli > src/core/lwt_stream.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmi src/core/lwt_stream.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.ml > src/core/lwt_stream.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.mli > src/core/lwt_switch.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmi src/core/lwt_switch.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.ml > src/core/lwt_switch.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.mli > src/core/lwt_pqueue.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmi src/core/lwt_pqueue.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.ml > src/core/lwt_pqueue.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmo src/core/lwt_condition.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmo src/core/lwt_list.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmo src/core/lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmo src/core/lwt_mutex.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmo src/core/lwt_mvar.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmo src/core/lwt_pool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmo src/core/lwt_result.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmo src/core/lwt_sequence.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmo src/core/lwt_stream.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmo src/core/lwt_switch.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmo src/core/lwt_pqueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/core/lwt_sequence.cmo src/core/lwt.cmo src/core/lwt_mutex.cmo src/core/lwt_condition.cmo src/core/lwt_list.cmo src/core/lwt_mvar.cmo src/core/lwt_pool.cmo src/core/lwt_result.cmo src/core/lwt_stream.cmo src/core/lwt_switch.cmo src/core/lwt_pqueue.cmo -o src/core/lwt.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmx src/core/lwt_sequence.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmx src/core/lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmx src/core/lwt_mutex.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmx src/core/lwt_condition.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmx src/core/lwt_list.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmx src/core/lwt_mvar.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmx src/core/lwt_pool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmx src/core/lwt_result.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmx src/core/lwt_stream.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmx src/core/lwt_switch.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmx src/core/lwt_pqueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/core/lwt_sequence.cmx src/core/lwt.cmx src/core/lwt_mutex.cmx src/core/lwt_condition.cmx src/core/lwt_list.cmx src/core/lwt_mvar.cmx src/core/lwt_pool.cmx src/core/lwt_result.cmx src/core/lwt_stream.cmx src/core/lwt_switch.cmx src/core/lwt_pqueue.cmx -o src/core/lwt.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/core/lwt.cmxa src/core/lwt_sequence.cmx src/core/lwt.cmx src/core/lwt_mutex.cmx src/core/lwt_condition.cmx src/core/lwt_list.cmx src/core/lwt_mvar.cmx src/core/lwt_pool.cmx src/core/lwt_result.cmx src/core/lwt_stream.cmx src/core/lwt_switch.cmx src/core/lwt_pqueue.cmx -o src/core/lwt.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_core.mli > src/logger/lwt_log_core.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmi src/logger/lwt_log_core.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_core.ml > src/logger/lwt_log_core.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_rules.mli > src/logger/lwt_log_rules.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmi src/logger/lwt_log_rules.mli
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/logger/lwt_log_rules.mll
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_rules.ml > src/logger/lwt_log_rules.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmo src/logger/lwt_log_core.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmo src/logger/lwt_log_rules.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/logger/lwt_log_rules.cmo src/logger/lwt_log_core.cmo -o src/logger/lwt-log.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmx src/logger/lwt_log_rules.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmx src/logger/lwt_log_core.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/logger/lwt_log_rules.cmx src/logger/lwt_log_core.cmx -o src/logger/lwt-log.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/logger/lwt-log.cmxa src/logger/lwt_log_rules.cmx src/logger/lwt_log_core.cmx -o src/logger/lwt-log.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_unix_stubs.c
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_unix_stubs.c
- In file included from src/unix/lwt_unix_stubs.c:94:
- src/unix/lwt_unix_unix.c: In function 'worker_readdir':
- src/unix/lwt_unix_unix.c:1806:3: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
-  1806 |   job->result = readdir_r(job->dir, job->entry, &job->ptr);
-       |   ^~~
- In file included from /usr/include/features.h:489,
-                  from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
-                  from /usr/include/stdint.h:26,
-                  from /usr/lib/gcc/x86_64-linux-gnu/12/include/stdint.h:9,
-                  from /home/opam/.opam/4.05/lib/ocaml/caml/config.h:101,
-                  from /home/opam/.opam/4.05/lib/ocaml/caml/misc.h:24,
-                  from /home/opam/.opam/4.05/lib/ocaml/caml/alloc.h:23,
-                  from src/unix/lwt_unix_stubs.c:30:
- /usr/include/dirent.h:191:12: note: declared here
-   191 | extern int __REDIRECT (readdir_r,
-       |            ^~~~~~~~~~
- src/unix/lwt_unix_unix.c: In function 'worker_readdir_n':
- src/unix/lwt_unix_unix.c:1852:5: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
-  1852 |     int result = readdir_r(job->dir, &job->entries[i], &ptr);
-       |     ^~~
- /usr/include/dirent.h:191:12: note: declared here
-   191 | extern int __REDIRECT (readdir_r,
-       |            ^~~~~~~~~~
- mv lwt_unix_stubs.o src/unix/lwt_unix_stubs.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_libev_stubs.c
- mv lwt_libev_stubs.o src/unix/lwt_libev_stubs.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_process_stubs.c
- mv lwt_process_stubs.o src/unix/lwt_process_stubs.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_access.c
- mv lwt_unix_job_access.o src/unix/jobs-unix/lwt_unix_job_access.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chdir.c
- mv lwt_unix_job_chdir.o src/unix/jobs-unix/lwt_unix_job_chdir.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chmod.c
- mv lwt_unix_job_chmod.o src/unix/jobs-unix/lwt_unix_job_chmod.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chown.c
- mv lwt_unix_job_chown.o src/unix/jobs-unix/lwt_unix_job_chown.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chroot.c
- mv lwt_unix_job_chroot.o src/unix/jobs-unix/lwt_unix_job_chroot.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_close.c
- mv lwt_unix_job_close.o src/unix/jobs-unix/lwt_unix_job_close.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fchmod.c
- mv lwt_unix_job_fchmod.o src/unix/jobs-unix/lwt_unix_job_fchmod.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fchown.c
- mv lwt_unix_job_fchown.o src/unix/jobs-unix/lwt_unix_job_fchown.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fdatasync.c
- mv lwt_unix_job_fdatasync.o src/unix/jobs-unix/lwt_unix_job_fdatasync.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fsync.c
- mv lwt_unix_job_fsync.o src/unix/jobs-unix/lwt_unix_job_fsync.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_ftruncate.c
- mv lwt_unix_job_ftruncate.o src/unix/jobs-unix/lwt_unix_job_ftruncate.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_link.c
- mv lwt_unix_job_link.o src/unix/jobs-unix/lwt_unix_job_link.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_lseek.c
- mv lwt_unix_job_lseek.o src/unix/jobs-unix/lwt_unix_job_lseek.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_mkdir.c
- mv lwt_unix_job_mkdir.o src/unix/jobs-unix/lwt_unix_job_mkdir.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_mkfifo.c
- mv lwt_unix_job_mkfifo.o src/unix/jobs-unix/lwt_unix_job_mkfifo.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_rename.c
- mv lwt_unix_job_rename.o src/unix/jobs-unix/lwt_unix_job_rename.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_rmdir.c
- mv lwt_unix_job_rmdir.o src/unix/jobs-unix/lwt_unix_job_rmdir.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_symlink.c
- mv lwt_unix_job_symlink.o src/unix/jobs-unix/lwt_unix_job_symlink.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcdrain.c
- mv lwt_unix_job_tcdrain.o src/unix/jobs-unix/lwt_unix_job_tcdrain.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcflow.c
- mv lwt_unix_job_tcflow.o src/unix/jobs-unix/lwt_unix_job_tcflow.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcflush.c
- mv lwt_unix_job_tcflush.o src/unix/jobs-unix/lwt_unix_job_tcflush.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcsendbreak.c
- mv lwt_unix_job_tcsendbreak.o src/unix/jobs-unix/lwt_unix_job_tcsendbreak.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_truncate.c
- mv lwt_unix_job_truncate.o src/unix/jobs-unix/lwt_unix_job_truncate.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_unlink.c
- mv lwt_unix_job_unlink.o src/unix/jobs-unix/lwt_unix_job_unlink.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamlmklib -o src/unix/lwt-unix_stubs -lpthread src/unix/lwt_unix_stubs.o src/unix/lwt_libev_stubs.o src/unix/lwt_process_stubs.o src/unix/jobs-unix/lwt_unix_job_access.o src/unix/jobs-unix/lwt_unix_job_chdir.o src/unix/jobs-unix/lwt_unix_job_chmod.o src/unix/jobs-unix/lwt_unix_job_chown.o src/unix/jobs-unix/lwt_unix_job_chroot.o src/unix/jobs-unix/lwt_unix_job_close.o src/unix/jobs-unix/lwt_unix_job_fchmod.o src/unix/jobs-unix/lwt_unix_job_fchown.o src/unix/jobs-unix/lwt_unix_job_fdatasync.o src/unix/jobs-unix/lwt_unix_job_fsync.o src/unix/jobs-unix/lwt_unix_job_ftruncate.o src/unix/jobs-unix/lwt_unix_job_link.o src/unix/jobs-unix/lwt_unix_job_lseek.o src/unix/jobs-unix/lwt_unix_job_mkdir.o src/unix/jobs-unix/lwt_unix_job_mkfifo.o src/unix/jobs-unix/lwt_unix_job_rename.o src/unix/jobs-unix/lwt_unix_job_rmdir.o src/unix/jobs-unix/lwt_unix_job_symlink.o src/unix/jobs-unix/lwt_unix_job_tcdrain.o src/unix/jobs-unix/lwt_unix_job_tcflow.o src/unix/jobs-unix/lwt_unix_job_tcflush.o src/unix/jobs-unix/lwt_unix_job_tcsendbreak.o src/unix/jobs-unix/lwt_unix_job_truncate.o src/unix/jobs-unix/lwt_unix_job_unlink.o
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_chan.mli > src/unix/lwt_chan.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_io.mli > src/unix/lwt_io.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_bytes.mli > src/unix/lwt_bytes.mli.depends
- cppo -V OCAML:4.05.0 -o src/unix/lwt_unix.mli src/unix/lwt_unix.cppo.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix.mli > src/unix/lwt_unix.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmi src/unix/lwt_unix.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_sys.mli > src/unix/lwt_sys.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmi src/unix/lwt_bytes.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmi src/unix/lwt_sys.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmi src/unix/lwt_io.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmi src/unix/lwt_chan.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_chan.ml > src/unix/lwt_chan.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_daemon.mli > src/unix/lwt_daemon.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_log.mli > src/unix/lwt_log.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmi src/unix/lwt_log.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmi src/unix/lwt_daemon.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_daemon.ml > src/unix/lwt_daemon.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_main.mli > src/unix/lwt_main.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmi src/unix/lwt_main.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_gc.mli > src/unix/lwt_gc.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmi src/unix/lwt_gc.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_gc.ml > src/unix/lwt_gc.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_io.ml > src/unix/lwt_io.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_log.ml > src/unix/lwt_log.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_main.ml > src/unix/lwt_main.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_engine.mli > src/unix/lwt_engine.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmi src/unix/lwt_engine.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_process.mli > src/unix/lwt_process.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmi src/unix/lwt_process.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_process.ml > src/unix/lwt_process.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_throttle.mli > src/unix/lwt_throttle.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmi src/unix/lwt_throttle.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_throttle.ml > src/unix/lwt_throttle.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_timeout.mli > src/unix/lwt_timeout.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmi src/unix/lwt_timeout.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_timeout.ml > src/unix/lwt_timeout.ml.depends
- cppo -V OCAML:4.05.0 -o src/unix/lwt_unix.ml src/unix/lwt_unix.cppo.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix.ml > src/unix/lwt_unix.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_config.ml > src/unix/lwt_config.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix_jobs_generated.ml > src/unix/lwt_unix_jobs_generated.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_config.cmo src/unix/lwt_config.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix_jobs_generated.cmo src/unix/lwt_unix_jobs_generated.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_sys.ml > src/unix/lwt_sys.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_engine.ml > src/unix/lwt_engine.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_bytes.ml > src/unix/lwt_bytes.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmo src/unix/lwt_chan.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmo src/unix/lwt_daemon.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmo src/unix/lwt_gc.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmo src/unix/lwt_io.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmo src/unix/lwt_log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmo src/unix/lwt_main.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmo src/unix/lwt_process.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmo src/unix/lwt_throttle.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmo src/unix/lwt_timeout.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmo src/unix/lwt_unix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmo src/unix/lwt_sys.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmo src/unix/lwt_engine.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmo src/unix/lwt_bytes.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -dllib -llwt-unix_stubs -cclib -llwt-unix_stubs -cclib -lpthread src/unix/lwt_config.cmo src/unix/lwt_engine.cmo src/unix/lwt_main.cmo src/unix/lwt_unix_jobs_generated.cmo src/unix/lwt_unix.cmo src/unix/lwt_bytes.cmo src/unix/lwt_sys.cmo src/unix/lwt_io.cmo src/unix/lwt_chan.cmo src/unix/lwt_log.cmo src/unix/lwt_daemon.cmo src/unix/lwt_gc.cmo src/unix/lwt_process.cmo src/unix/lwt_throttle.cmo src/unix/lwt_timeout.cmo -o src/unix/lwt-unix.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_config.cmx src/unix/lwt_config.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmx src/unix/lwt_engine.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmx src/unix/lwt_main.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix_jobs_generated.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmx src/unix/lwt_unix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmx src/unix/lwt_bytes.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmx src/unix/lwt_sys.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmx src/unix/lwt_io.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmx src/unix/lwt_log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmx src/unix/lwt_chan.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmx src/unix/lwt_daemon.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmx src/unix/lwt_gc.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmx src/unix/lwt_process.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmx src/unix/lwt_throttle.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmx src/unix/lwt_timeout.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -cclib -llwt-unix_stubs -cclib -lpthread src/unix/lwt_config.cmx src/unix/lwt_engine.cmx src/unix/lwt_main.cmx src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix.cmx src/unix/lwt_bytes.cmx src/unix/lwt_sys.cmx src/unix/lwt_io.cmx src/unix/lwt_chan.cmx src/unix/lwt_log.cmx src/unix/lwt_daemon.cmx src/unix/lwt_gc.cmx src/unix/lwt_process.cmx src/unix/lwt_throttle.cmx src/unix/lwt_timeout.cmx -o src/unix/lwt-unix.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/unix -cclib -lpthread src/unix/lwt-unix.cmxa src/unix/lwt_config.cmx src/unix/lwt_engine.cmx src/unix/lwt_main.cmx src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix.cmx src/unix/lwt_bytes.cmx src/unix/lwt_sys.cmx src/unix/lwt_io.cmx src/unix/lwt_chan.cmx src/unix/lwt_log.cmx src/unix/lwt_daemon.cmx src/unix/lwt_gc.cmx src/unix/lwt_process.cmx src/unix/lwt_throttle.cmx src/unix/lwt_timeout.cmx -o src/unix/lwt-unix.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package compiler-libs.common -package bytes -package bigarray -modules src/simple_top/lwt_simple_top.ml > src/simple_top/lwt_simple_top.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -package unix -package result -package compiler-libs.common -package bytes -package bigarray -w +A-29-58 -I src/simple_top -I src/core -I src/unix -o src/simple_top/lwt_simple_top.cmo src/simple_top/lwt_simple_top.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/simple_top/lwt_simple_top.cmo -o src/simple_top/lwt-simple-top.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -package unix -package result -package compiler-libs.common -package bytes -package bigarray -w +A-29-58 -I src/simple_top -I src/core -I src/unix -o src/simple_top/lwt_simple_top.cmx src/simple_top/lwt_simple_top.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/simple_top/lwt_simple_top.cmx -o src/simple_top/lwt-simple-top.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/simple_top/lwt-simple-top.cmxa src/simple_top/lwt_simple_top.cmx -o src/simple_top/lwt-simple-top.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -package react -modules src/react/lwt_react.mli > src/react/lwt_react.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -package react -w +A-29-58 -I src/react -I src/core -o src/react/lwt_react.cmi src/react/lwt_react.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package result -package bytes -package react -modules src/react/lwt_react.ml > src/react/lwt_react.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -package react -w +A-29-58 -I src/react -I src/core -o src/react/lwt_react.cmo src/react/lwt_react.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/react/lwt_react.cmo -o src/react/lwt-react.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -package react -w +A-29-58 -I src/react -I src/core -o src/react/lwt_react.cmx src/react/lwt_react.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/react/lwt_react.cmx -o src/react/lwt-react.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/react/lwt-react.cmxa src/react/lwt_react.cmx -o src/react/lwt-react.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package threads -modules src/preemptive/lwt_preemptive.mli > src/preemptive/lwt_preemptive.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmi src/preemptive/lwt_preemptive.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package threads -modules src/preemptive/lwt_preemptive.ml > src/preemptive/lwt_preemptive.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmo src/preemptive/lwt_preemptive.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/preemptive/lwt_preemptive.cmo -o src/preemptive/lwt-preemptive.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmx src/preemptive/lwt_preemptive.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/preemptive/lwt-preemptive.cmxa src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -modules src/camlp4/pa_lwt.mli > src/camlp4/pa_lwt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -w +A-29-58 -I src/camlp4 -o src/camlp4/pa_lwt.cmi src/camlp4/pa_lwt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -modules src/camlp4/pa_lwt.ml > src/camlp4/pa_lwt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -modules src/camlp4/pa_lwt_options.ml > src/camlp4/pa_lwt_options.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt_options.cmo src/camlp4/pa_lwt_options.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt.cmo src/camlp4/pa_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/camlp4/pa_lwt.cmo -o src/camlp4/lwt-syntax.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt_options.cmx src/camlp4/pa_lwt_options.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt.cmx src/camlp4/pa_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/camlp4/pa_lwt.cmx -o src/camlp4/lwt-syntax.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/camlp4/lwt-syntax.cmxa src/camlp4/pa_lwt.cmx -o src/camlp4/lwt-syntax.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/camlp4/pa_lwt_options.cmo -o src/camlp4/lwt-syntax-options.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/camlp4/pa_lwt_options.cmx -o src/camlp4/lwt-syntax-options.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/camlp4/lwt-syntax-options.cmxa src/camlp4/pa_lwt_options.cmx -o src/camlp4/lwt-syntax-options.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -modules src/camlp4/pa_lwt_log.mli > src/camlp4/pa_lwt_log.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -w +A-29-58 -I src/camlp4 -o src/camlp4/pa_lwt_log.cmi src/camlp4/pa_lwt_log.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -modules src/camlp4/pa_lwt_log.ml > src/camlp4/pa_lwt_log.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt_log.cmo src/camlp4/pa_lwt_log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/camlp4/pa_lwt_log.cmo -o src/camlp4/lwt-syntax-log.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4 -package camlp4.extend -syntax camlp4o -w +A-29-58 -w -3 -w -4 -I src/camlp4 -o src/camlp4/pa_lwt_log.cmx src/camlp4/pa_lwt_log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/camlp4/pa_lwt_log.cmx -o src/camlp4/lwt-syntax-log.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/camlp4/lwt-syntax-log.cmxa src/camlp4/pa_lwt_log.cmx -o src/camlp4/lwt-syntax-log.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt.mli > src/ppx/ppx_lwt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -I src/ppx -o src/ppx/ppx_lwt.cmi src/ppx/ppx_lwt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt.ml > src/ppx/ppx_lwt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt.cmo src/ppx/ppx_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a src/ppx/ppx_lwt.cmo -o src/ppx/ppx.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt.cmx src/ppx/ppx_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared src/ppx/ppx.cmxa src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt_ex.ml > src/ppx/ppx_lwt_ex.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt_ex.cmo src/ppx/ppx_lwt_ex.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt_ex.cmx src/ppx/ppx_lwt_ex.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ppx_tools.metaquot -package compiler-libs.common src/ppx/ppx_lwt_ex.cmx -o src/ppx/ppx_lwt_ex.native
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/logging.ml > doc/examples/unix/logging.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/logging.cmo doc/examples/unix/logging.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/logging.cmx doc/examples/unix/logging.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/logging.cmx -o doc/examples/unix/logging.native
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/relay.ml > doc/examples/unix/relay.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/relay.cmo doc/examples/unix/relay.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/relay.cmx doc/examples/unix/relay.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/relay.cmx -o doc/examples/unix/relay.native
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/parallelize.ml > doc/examples/unix/parallelize.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/parallelize.cmo doc/examples/unix/parallelize.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/parallelize.cmx doc/examples/unix/parallelize.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/parallelize.cmx -o doc/examples/unix/parallelize.native
-> compiled  lwt.2.7.1
Processing 68/72: [lwt: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/lwt.2.7.1)
- ./setup.exe -install 
- W: Nothing to install for findlib library 'test'
- W: Cannot find source header for module library in Lwt_unix lwt-unix
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pqueue.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_switch.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_stream.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sequence.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_result.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_pool.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mvar.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_mutex.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_list.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_condition.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.h
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_config.h
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.mli
- Installed /home/opam/.opam/4.05/lib/lwt/liblwt-unix_stubs.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-unix.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-unix.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-unix.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-unix.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_config.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix_jobs_generated.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_bytes.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_engine.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_sys.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_unix.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_timeout.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_throttle.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_process.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_main.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_io.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_gc.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_daemon.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_chan.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.annot
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-options.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-options.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-options.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-options.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_options.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-log.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-log.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-log.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-syntax-log.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.annot
- Installed /home/opam/.opam/4.05/lib/lwt/pa_lwt_log.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-simple-top.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-simple-top.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-simple-top.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-simple-top.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_simple_top.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-react.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-react.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-react.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-react.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_react.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-preemptive.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-preemptive.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-preemptive.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-preemptive.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_preemptive.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.mli
- Installed /home/opam/.opam/4.05/lib/lwt/ppx.cma
- Installed /home/opam/.opam/4.05/lib/lwt/ppx.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/ppx.a
- Installed /home/opam/.opam/4.05/lib/lwt/ppx.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.annot
- Installed /home/opam/.opam/4.05/lib/lwt/ppx_lwt.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.mli
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-log.cma
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-log.cmxa
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-log.a
- Installed /home/opam/.opam/4.05/lib/lwt/lwt-log.cmxs
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.cmi
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.cmti
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.cmt
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.annot
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_rules.cmx
- Installed /home/opam/.opam/4.05/lib/lwt/lwt_log_core.cmx
- Installed /home/opam/.opam/4.05/lib/stublibs/dlllwt-unix_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dlllwt-unix_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.05/lib/lwt/META
-> installed lwt.2.7.1
Processing 69/72: [ocurl: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2/./configure  (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for libcurl cflags... /home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2/./configure: line 2857: pkg-config: command not found
- 
- checking for libcurl libs... /home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2/./configure: line 2872: pkg-config: command not found
- -lcurl
- checking for libcurl version >= 7.28.0... /home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2/./configure: line 2887: pkg-config: command not found
- /home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2/./configure: line 2888: pkg-config: command not found
- libcurl 7.88.1
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for ocamlc... ocamlc
- OCaml version is 4.05.0
- OCaml library path is /home/opam/.opam/4.05/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... ocamlbuild
- checking for ocamlfind... ocamlfind
- checking for OCaml findlib package bytes... found
- checking for OCaml findlib package lwt.unix... found
- checking for OCaml findlib package lwt_ppx... found
- checking for prefix by checking for ocamlc... /home/opam/.opam/4.05/bin/ocamlc
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- checking for bin-annot support... yes
- checking for ext_dll... .so
- checking for ext_lib... .a
- checking for ext_obj... .o
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... 
- yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking curl/curl.h usability... yes
- checking curl/curl.h presence... yes
- checking for curl/curl.h... yes
- checking whether CURLMOPT_TIMERFUNCTION is declared... yes
- checking whether CURLMOPT_TIMERDATA is declared... yes
- checking whether CURLMOPT_SOCKETFUNCTION is declared... yes
- checking whether CURLMOPT_SOCKETDATA is declared... yes
- checking whether CURLOPT_FILE is declared... yes
- checking whether CURLOPT_URL is declared... yes
- checking whether CURLOPT_PORT is declared... yes
- checking whether CURLOPT_PROXY is declared... yes
- checking whether CURLOPT_USERPWD is declared... yes
- checking whether CURLOPT_PROXYUSERPWD is declared... yes
- checking whether CURLOPT_RANGE is declared... yes
- checking whether CURLOPT_INFILE is declared... yes
- checking whether CURLOPT_ERRORBUFFER is declared... yes
- checking whether CURLOPT_WRITEFUNCTION is declared... 
- yes
- checking whether CURLOPT_READFUNCTION is declared... yes
- checking whether CURLOPT_TIMEOUT is declared... yes
- checking whether CURLOPT_INFILESIZE is declared... yes
- checking whether CURLOPT_POSTFIELDS is declared... yes
- checking whether CURLOPT_REFERER is declared... yes
- checking whether CURLOPT_FTPPORT is declared... yes
- checking whether CURLOPT_USERAGENT is declared... yes
- checking whether CURLOPT_LOW_SPEED_LIMIT is declared... yes
- checking whether CURLOPT_LOW_SPEED_TIME is declared... yes
- checking whether CURLOPT_RESUME_FROM is declared... yes
- checking whether CURLOPT_COOKIE is declared... yes
- checking whether CURLOPT_HTTPHEADER is declared... yes
- checking whether CURLOPT_HTTPPOST is declared... yes
- checking whether CURLOPT_SSLCERT is declared... yes
- checking whether CURLOPT_SSLCERTPASSWD is declared... yes
- checking whether CURLOPT_SSLKEYPASSWD is declared... yes
- checking whether CURLOPT_CRLF is declared... yes
- checking whether CURLOPT_QUOTE is declared... 
- yes
- checking whether CURLOPT_WRITEHEADER is declared... yes
- checking whether CURLOPT_COOKIEFILE is declared... yes
- checking whether CURLOPT_SSLVERSION is declared... yes
- checking whether CURLOPT_TIMECONDITION is declared... yes
- checking whether CURLOPT_TIMEVALUE is declared... yes
- checking whether CURLOPT_CUSTOMREQUEST is declared... yes
- checking whether CURLOPT_POSTQUOTE is declared... yes
- checking whether CURLOPT_WRITEINFO is declared... yes
- checking whether CURLOPT_VERBOSE is declared... yes
- checking whether CURLOPT_HEADER is declared... yes
- checking whether CURLOPT_NOPROGRESS is declared... yes
- checking whether CURLOPT_NOBODY is declared... yes
- checking whether CURLOPT_FAILONERROR is declared... yes
- checking whether CURLOPT_UPLOAD is declared... yes
- checking whether CURLOPT_POST is declared... yes
- checking whether CURLOPT_FTPLISTONLY is declared... yes
- checking whether CURLOPT_FTPAPPEND is declared... 
- yes
- checking whether CURLOPT_NETRC is declared... yes
- checking whether CURLOPT_FOLLOWLOCATION is declared... yes
- checking whether CURLOPT_TRANSFERTEXT is declared... yes
- checking whether CURLOPT_PUT is declared... yes
- checking whether CURLOPT_PROGRESSFUNCTION is declared... yes
- checking whether CURLOPT_XFERINFOFUNCTION is declared... yes
- checking whether CURLOPT_PROGRESSDATA is declared... yes
- checking whether CURLOPT_AUTOREFERER is declared... yes
- checking whether CURLOPT_PROXYPORT is declared... yes
- checking whether CURLOPT_POSTFIELDSIZE is declared... yes
- checking whether CURLOPT_HTTPPROXYTUNNEL is declared... yes
- checking whether CURLOPT_INTERFACE is declared... yes
- checking whether CURLOPT_KRB4LEVEL is declared... yes
- checking whether CURLOPT_SSL_VERIFYPEER is declared... yes
- checking whether CURLOPT_CAINFO is declared... 
- yes
- checking whether CURLOPT_MAXREDIRS is declared... yes
- checking whether CURLOPT_FILETIME is declared... yes
- checking whether CURLOPT_TELNETOPTIONS is declared... yes
- checking whether CURLOPT_MAXCONNECTS is declared... yes
- checking whether CURLOPT_CLOSEPOLICY is declared... yes
- checking whether CURLOPT_FRESH_CONNECT is declared... yes
- checking whether CURLOPT_FORBID_REUSE is declared... yes
- checking whether CURLOPT_RANDOM_FILE is declared... yes
- checking whether CURLOPT_EGDSOCKET is declared... yes
- checking whether CURLOPT_CONNECTTIMEOUT is declared... yes
- checking whether CURLOPT_HEADERFUNCTION is declared... yes
- checking whether CURLOPT_HTTPGET is declared... yes
- checking whether CURLOPT_SSL_VERIFYHOST is declared... yes
- checking whether CURLOPT_COOKIEJAR is declared... yes
- checking whether CURLOPT_SSL_CIPHER_LIST is declared... yes
- checking whether CURLOPT_HTTP_VERSION is declared... yes
- checking whether CURLOPT_FTP_USE_EPSV is declared... yes
- checking whether CURLOPT_SSLCERTTYPE is declared... yes
- checking whether CURLOPT_SSLKEY is declared... yes
- checking whether CURLOPT_SSLKEYTYPE is declared... yes
- checking whether CURLOPT_SSLENGINE is declared... yes
- checking whether CURLOPT_SSLENGINE_DEFAULT is declared... yes
- checking whether CURLOPT_DNS_USE_GLOBAL_CACHE is declared... yes
- checking whether CURLOPT_DNS_CACHE_TIMEOUT is declared... yes
- checking whether CURLOPT_PREQUOTE is declared... yes
- checking whether CURLOPT_DEBUGFUNCTION is declared... yes
- checking whether CURLOPT_DEBUGDATA is declared... yes
- checking whether CURLOPT_COOKIESESSION is declared... yes
- checking whether CURLOPT_CAPATH is declared... yes
- checking whether CURLOPT_BUFFERSIZE is declared... yes
- checking whether CURLOPT_NOSIGNAL is declared... yes
- checking whether CURLOPT_SHARE is declared... yes
- checking whether CURLOPT_PROXYTYPE is declared... yes
- checking whether CURLOPT_ENCODING is declared... yes
- checking whether CURLOPT_HTTP200ALIASES is declared... 
- yes
- checking whether CURLOPT_UNRESTRICTED_AUTH is declared... yes
- checking whether CURLOPT_FTP_USE_EPRT is declared... yes
- checking whether CURLOPT_HTTPAUTH is declared... yes
- checking whether CURLOPT_FTP_CREATE_MISSING_DIRS is declared... yes
- checking whether CURLOPT_PROXYAUTH is declared... yes
- checking whether CURLOPT_FTP_RESPONSE_TIMEOUT is declared... yes
- checking whether CURLOPT_IPRESOLVE is declared... yes
- checking whether CURLOPT_MAXFILESIZE is declared... yes
- checking whether CURLOPT_INFILESIZE_LARGE is declared... yes
- checking whether CURLOPT_RESUME_FROM_LARGE is declared... yes
- checking whether CURLOPT_MAXFILESIZE_LARGE is declared... yes
- checking whether CURLOPT_NETRC_FILE is declared... yes
- checking whether CURLOPT_FTP_SSL is declared... yes
- checking whether CURLOPT_POSTFIELDSIZE_LARGE is declared... yes
- checking whether CURLOPT_TCP_NODELAY is declared... yes
- checking whether CURLOPT_FTPSSLAUTH is declared... yes
- checking whether CURLOPT_IOCTLFUNCTION is declared... yes
- checking whether CURLOPT_FTP_ACCOUNT is declared... 
- yes
- checking whether CURLOPT_COOKIELIST is declared... yes
- checking whether CURLOPT_IGNORE_CONTENT_LENGTH is declared... yes
- checking whether CURLOPT_FTP_SKIP_PASV_IP is declared... yes
- checking whether CURLOPT_FTP_FILEMETHOD is declared... yes
- checking whether CURLOPT_LOCALPORT is declared... yes
- checking whether CURLOPT_LOCALPORTRANGE is declared... yes
- checking whether CURLOPT_CONNECT_ONLY is declared... yes
- checking whether CURLOPT_MAX_SEND_SPEED_LARGE is declared... yes
- checking whether CURLOPT_MAX_RECV_SPEED_LARGE is declared... yes
- checking whether CURLOPT_FTP_ALTERNATIVE_TO_USER is declared... yes
- checking whether CURLOPT_SSL_SESSIONID_CACHE is declared... yes
- checking whether CURLOPT_SSH_AUTH_TYPES is declared... yes
- checking whether CURLOPT_SSH_PUBLIC_KEYFILE is declared... yes
- checking whether CURLOPT_SSH_PRIVATE_KEYFILE is declared... yes
- checking whether CURLOPT_FTP_SSL_CCC is declared... yes
- checking whether CURLOPT_TIMEOUT_MS is declared... yes
- checking whether CURLOPT_CONNECTTIMEOUT_MS is declared... yes
- checking whether CURLOPT_HTTP_TRANSFER_DECODING is declared... yes
- checking whether CURLOPT_HTTP_CONTENT_DECODING is declared... 
- yes
- checking whether CURLOPT_NEW_FILE_PERMS is declared... yes
- checking whether CURLOPT_NEW_DIRECTORY_PERMS is declared... yes
- checking whether CURLOPT_POST301 is declared... yes
- checking whether CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 is declared... yes
- checking whether CURLOPT_COPYPOSTFIELDS is declared... yes
- checking whether CURLOPT_PROXY_TRANSFER_MODE is declared... yes
- checking whether CURLOPT_SEEKFUNCTION is declared... yes
- checking whether CURLOPT_PROTOCOLS is declared... yes
- checking whether CURLOPT_REDIR_PROTOCOLS is declared... yes
- checking whether CURLOPT_RESOLVE is declared... yes
- checking whether CURLOPT_DNS_SERVERS is declared... yes
- checking whether CURLOPT_MAIL_FROM is declared... yes
- checking whether CURLOPT_MAIL_RCPT is declared... yes
- checking whether CURLOPT_PIPEWAIT is declared... yes
- checking whether CURLOPT_CERTINFO is declared... yes
- checking whether CURLOPT_USERNAME is declared... yes
- checking whether CURLOPT_PASSWORD is declared... yes
- checking whether CURLOPT_LOGIN_OPTIONS is declared... 
- yes
- checking whether CURLOPT_CONNECT_TO is declared... yes
- checking whether CURLOPT_POSTREDIR is declared... yes
- checking whether CURLOPT_MIMEPOST is declared... yes
- checking whether CURLOPT_BUFFERSIZE is declared... (cached) yes
- checking whether CURLOPT_DOH_URL is declared... yes
- checking whether CURLOPT_TCP_FASTOPEN is declared... yes
- checking whether CURLINFO_EFFECTIVE_URL is declared... yes
- checking whether CURLINFO_RESPONSE_CODE is declared... yes
- checking whether CURLINFO_TOTAL_TIME is declared... yes
- checking whether CURLINFO_NAMELOOKUP_TIME is declared... yes
- checking whether CURLINFO_CONNECT_TIME is declared... yes
- checking whether CURLINFO_PRETRANSFER_TIME is declared... yes
- checking whether CURLINFO_SIZE_UPLOAD is declared... yes
- checking whether CURLINFO_SIZE_DOWNLOAD is declared... yes
- checking whether CURLINFO_SPEED_DOWNLOAD is declared... yes
- checking whether CURLINFO_SPEED_UPLOAD is declared... yes
- checking whether CURLINFO_HEADER_SIZE is declared... yes
- checking whether CURLINFO_REQUEST_SIZE is declared... yes
- checking whether CURLINFO_SSL_VERIFYRESULT is declared... 
- yes
- checking whether CURLINFO_FILETIME is declared... yes
- checking whether CURLINFO_CONTENT_LENGTH_DOWNLOAD is declared... yes
- checking whether CURLINFO_CONTENT_LENGTH_UPLOAD is declared... yes
- checking whether CURLINFO_STARTTRANSFER_TIME is declared... yes
- checking whether CURLINFO_CONTENT_TYPE is declared... yes
- checking whether CURLINFO_REDIRECT_TIME is declared... yes
- checking whether CURLINFO_REDIRECT_COUNT is declared... yes
- checking whether CURLINFO_HTTP_CONNECTCODE is declared... yes
- checking whether CURLINFO_HTTPAUTH_AVAIL is declared... yes
- checking whether CURLINFO_PROXYAUTH_AVAIL is declared... yes
- checking whether CURLINFO_OS_ERRNO is declared... yes
- checking whether CURLINFO_NUM_CONNECTS is declared... yes
- checking whether CURLINFO_SSL_ENGINES is declared... yes
- checking whether CURLINFO_COOKIELIST is declared... yes
- checking whether CURLINFO_LASTSOCKET is declared... yes
- checking whether CURLINFO_ACTIVESOCKET is declared... 
- yes
- checking whether CURLINFO_FTP_ENTRY_PATH is declared... yes
- checking whether CURLINFO_REDIRECT_URL is declared... yes
- checking whether CURLINFO_PRIMARY_IP is declared... yes
- checking whether CURLINFO_LOCAL_IP is declared... yes
- checking whether CURLINFO_LOCAL_PORT is declared... yes
- checking whether CURLINFO_CONDITION_UNMET is declared... yes
- checking whether CURLINFO_CERTINFO is declared... yes
- checking whether CURLINFO_HTTP_VERSION is declared... yes
- checking whether CURLE_UNSUPPORTED_PROTOCOL is declared... yes
- checking whether CURLE_FAILED_INIT is declared... yes
- checking whether CURLE_URL_MALFORMAT is declared... yes
- checking whether CURLE_URL_MALFORMAT_USER is declared... yes
- checking whether CURLE_COULDNT_RESOLVE_PROXY is declared... yes
- checking whether CURLE_COULDNT_RESOLVE_HOST is declared... yes
- checking whether CURLE_COULDNT_CONNECT is declared... yes
- checking whether CURLE_FTP_WEIRD_SERVER_REPLY is declared... yes
- checking whether CURLE_FTP_ACCESS_DENIED is declared... yes
- checking whether CURLE_FTP_USER_PASSWORD_INCORRECT is declared... yes
- checking whether CURLE_FTP_WEIRD_PASS_REPLY is declared... yes
- checking whether CURLE_FTP_WEIRD_USER_REPLY is declared... 
- yes
- checking whether CURLE_FTP_WEIRD_PASV_REPLY is declared... yes
- checking whether CURLE_FTP_WEIRD_227_FORMAT is declared... yes
- checking whether CURLE_FTP_CANT_GET_HOST is declared... yes
- checking whether CURLE_FTP_CANT_RECONNECT is declared... yes
- checking whether CURLE_FTP_COULDNT_SET_BINARY is declared... yes
- checking whether CURLE_PARTIAL_FILE is declared... yes
- checking whether CURLE_FTP_COULDNT_RETR_FILE is declared... yes
- checking whether CURLE_FTP_WRITE_ERROR is declared... yes
- checking whether CURLE_FTP_QUOTE_ERROR is declared... yes
- checking whether CURLE_HTTP_RETURNED_ERROR is declared... yes
- checking whether CURLE_WRITE_ERROR is declared... yes
- checking whether CURLE_MALFORMAT_USER is declared... yes
- checking whether CURLE_FTP_COULDNT_STOR_FILE is declared... yes
- checking whether CURLE_READ_ERROR is declared... yes
- checking whether CURLE_OUT_OF_MEMORY is declared... yes
- checking whether CURLE_OPERATION_TIMEOUTED is declared... yes
- checking whether CURLE_FTP_COULDNT_SET_ASCII is declared... yes
- checking whether CURLE_FTP_PORT_FAILED is declared... yes
- checking whether CURLE_FTP_COULDNT_USE_REST is declared... yes
- checking whether CURLE_FTP_COULDNT_GET_SIZE is declared... 
- yes
- checking whether CURLE_HTTP_RANGE_ERROR is declared... yes
- checking whether CURLE_HTTP_POST_ERROR is declared... yes
- checking whether CURLE_SSL_CONNECT_ERROR is declared... yes
- checking whether CURLE_BAD_DOWNLOAD_RESUME is declared... yes
- checking whether CURLE_FILE_COULDNT_READ_FILE is declared... yes
- checking whether CURLE_LDAP_CANNOT_BIND is declared... yes
- checking whether CURLE_LDAP_SEARCH_FAILED is declared... yes
- checking whether CURLE_LIBRARY_NOT_FOUND is declared... yes
- checking whether CURLE_FUNCTION_NOT_FOUND is declared... yes
- checking whether CURLE_ABORTED_BY_CALLBACK is declared... yes
- checking whether CURLE_BAD_FUNCTION_ARGUMENT is declared... yes
- checking whether CURLE_BAD_CALLING_ORDER is declared... yes
- checking whether CURLE_INTERFACE_FAILED is declared... yes
- checking whether CURLE_BAD_PASSWORD_ENTERED is declared... yes
- checking whether CURLE_TOO_MANY_REDIRECTS is declared... yes
- checking whether CURLE_UNKNOWN_TELNET_OPTION is declared... yes
- checking whether CURLE_TELNET_OPTION_SYNTAX is declared... yes
- checking whether CURLE_SSL_PEER_CERTIFICATE is declared... yes
- checking whether CURLE_GOT_NOTHING is declared... yes
- checking whether CURLE_SSL_ENGINE_NOTFOUND is declared... 
- yes
- checking whether CURLE_SSL_ENGINE_SETFAILED is declared... yes
- checking whether CURLE_SEND_ERROR is declared... yes
- checking whether CURLE_RECV_ERROR is declared... yes
- checking whether CURLE_SHARE_IN_USE is declared... yes
- checking whether CURLE_SSL_CERTPROBLEM is declared... yes
- checking whether CURLE_SSL_CIPHER is declared... yes
- checking whether CURLE_SSL_CACERT is declared... yes
- checking whether CURLE_BAD_CONTENT_ENCODING is declared... yes
- checking whether CURLE_LDAP_INVALID_URL is declared... yes
- checking whether CURLE_FILESIZE_EXCEEDED is declared... yes
- checking whether CURLE_FTP_SSL_FAILED is declared... yes
- checking whether CURLE_SEND_FAIL_REWIND is declared... yes
- checking whether CURLE_SSL_ENGINE_INITFAILED is declared... yes
- checking whether CURLE_LOGIN_DENIED is declared... yes
- checking whether CURLE_TFTP_NOTFOUND is declared... yes
- checking whether CURLE_TFTP_PERM is declared... yes
- checking whether CURLE_REMOTE_DISK_FULL is declared... yes
- checking whether CURLE_TFTP_ILLEGAL is declared... yes
- checking whether CURLE_TFTP_UNKNOWNID is declared... yes
- checking whether CURLE_REMOTE_FILE_EXISTS is declared... yes
- checking whether CURLE_TFTP_NOSUCHUSER is declared... 
- yes
- checking whether CURLE_CONV_FAILED is declared... yes
- checking whether CURLE_CONV_REQD is declared... yes
- checking whether CURLE_SSL_CACERT_BADFILE is declared... yes
- checking whether CURLE_REMOTE_FILE_NOT_FOUND is declared... yes
- checking whether CURLE_SSH is declared... yes
- checking whether CURLE_SSL_SHUTDOWN_FAILED is declared... yes
- checking whether CURLE_AGAIN is declared... yes
- checking whether CURLMOPT_MAXCONNECTS is declared... yes
- checking whether CURLMOPT_PIPELINING is declared... yes
- checking whether CURLMOPT_MAX_PIPELINE_LENGTH is declared... yes
- checking whether CURLMOPT_MAX_HOST_CONNECTIONS is declared... yes
- checking whether CURLMOPT_MAX_TOTAL_CONNECTIONS is declared... yes
- checking whether CURL_SSLVERSION_TLSv1_0 is declared... yes
- checking whether CURL_SSLVERSION_TLSv1_1 is declared... yes
- checking whether CURL_SSLVERSION_TLSv1_2 is declared... yes
- checking whether CURL_SSLVERSION_TLSv1_3 is declared... yes
- checking whether CURL_HTTP_VERSION_2 is declared... yes
- checking whether CURL_HTTP_VERSION_2_0 is declared... yes
- checking whether CURL_HTTP_VERSION_2TLS is declared... yes
- checking whether CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE is declared... yes
- checking whether CURL_HTTP_VERSION_3 is declared... yes
- checking whether CURLSSLBACKEND_NONE is declared... yes
- checking whether CURLSSLBACKEND_OPENSSL is declared... yes
- checking whether CURLSSLBACKEND_GNUTLS is declared... yes
- checking whether CURLSSLBACKEND_NSS is declared... yes
- checking whether CURLSSLBACKEND_GSKIT is declared... yes
- checking whether CURLSSLBACKEND_WOLFSSL is declared... yes
- checking whether CURLSSLBACKEND_SCHANNEL is declared... yes
- checking whether CURLSSLBACKEND_SECURETRANSPORT is declared... yes
- checking whether CURLSSLBACKEND_MBEDTLS is declared... yes
- checking whether CURLSSLBACKEND_MESALINK is declared... yes
- checking whether CURLSSLBACKEND_BEARSSL is declared... yes
- checking whether CURLOPT_SSL_OPTIONS is declared... yes
- checking whether CURL_VERSION_TLSAUTH_SRP is declared... yes
- checking whether CURL_VERSION_NTLM_WB is declared... yes
- checking whether curl_multi_poll is declared... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating examples/Makefile
- config.status: creating config.h
Processing 69/72: [ocurl: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2)
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2'
- ocamlc.opt -c -g -bin-annot curl.mli -o curl.cmi
- ocamlc.opt -c -g -bin-annot curl.ml -o curl.cmo
- ocamlc.opt -c -ccopt "-g -O2  -DHAVE_CONFIG_H -Wall -Wundef" curl-helper.c
- curl-helper.c: In function 'removeConnection':
- curl-helper.c:727:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
-   727 |         curl_formfree(connection->httpPostFirst);
-       |         ^~~~~~~~~~~~~
- In file included from curl-helper.c:23:
- /usr/include/x86_64-linux-gnu/curl/curl.h:2611:1: note: declared here
-  2611 | curl_formfree(struct curl_httppost *form);
-       | ^~~~~~~~~~~~~
- curl-helper.c: At top level:
- curl-helper.c:1316:3: warning: 'CURLSSLBACKEND_MESALINK' is deprecated: since 7.82.0.  [-Wdeprecated-declarations]
-  1316 |   CURLSSLBACKEND_MESALINK,
-       |   ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:170:3: note: declared here
-   170 |   CURLSSLBACKEND_MESALINK               CURL_DEPRECATED(7.82.0, "") = 12,
-       |   ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from curl-helper.c:26:
- curl-helper.c: In function 'handle_PROGRESSFUNCTION':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
-  1549 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
-  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
-       |                               ^~~~~~~~~~~~~~~~
- curl-helper.c:1567:1: note: in expansion of macro 'SETOPT_FUNCTION'
-  1567 | SETOPT_FUNCTION( PROGRESS)
-       | ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1295:3: note: declared here
-  1295 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_IOCTLFUNCTION':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
-  1549 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
-  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
-       |                               ^~~~~~~~~~~~~~~~
- curl-helper.c:1577:1: note: in expansion of macro 'SETOPT_FUNCTION'
-  1577 | SETOPT_FUNCTION( IOCTL)
-       | ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here
-  1580 |   CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
-       |   ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
-  1549 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
-  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
-       |                               ^~~~~~~~~~~~~~~~
- curl-helper.c:1577:1: note: in expansion of macro 'SETOPT_FUNCTION'
-  1577 | SETOPT_FUNCTION( IOCTL)
-       | ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here
-  1582 |   CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_PUT':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1643:5: note: in expansion of macro 'CAMLparam1'
-  1643 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:1654:32: note: in expansion of macro 'SETOPT_VAL_'
-  1654 | #define SETOPT_VAL(name, conv) SETOPT_VAL_(handle_##name, CURLOPT_##name, conv)
-       |                                ^~~~~~~~~~~
- curl-helper.c:1655:27: note: in expansion of macro 'SETOPT_VAL'
-  1655 | #define SETOPT_BOOL(name) SETOPT_VAL(name, Bool_val)
-       |                           ^~~~~~~~~~
- curl-helper.c:1924:1: note: in expansion of macro 'SETOPT_BOOL'
-  1924 | SETOPT_BOOL( PUT)
-       | ^~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here
-  1286 |   CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_HTTPPOST':
- curl-helper.c:2043:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
-  2043 |         curl_formfree(conn->httpPostFirst);
-       |         ^~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2611:1: note: declared here
-  2611 | curl_formfree(struct curl_httppost *form);
-       | ^~~~~~~~~~~~~
- curl-helper.c:2064:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2064 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2066:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2066 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2068:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2068 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2070:30: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2070 |                              CURLFORM_COPYCONTENTS,
-       |                              ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2503:3: note: declared here
-  2503 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2072:30: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2072 |                              CURLFORM_CONTENTSLENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2505:3: note: declared here
-  2505 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2080:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2080 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2082:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2082 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2084:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2084 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2086:30: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2086 |                              CURLFORM_COPYCONTENTS,
-       |                              ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2503:3: note: declared here
-  2503 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2088:30: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2088 |                              CURLFORM_CONTENTSLENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2505:3: note: declared here
-  2505 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2090:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
-  2090 |                              CURLFORM_CONTENTTYPE,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
-  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2109:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2109 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2111:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2111 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2113:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2113 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2115:30: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
-  2115 |                              CURLFORM_FILECONTENT,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2506:3: note: declared here
-  2506 |   CURLFORM_FILECONTENT     CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2123:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2123 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2125:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2125 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2127:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2127 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2129:30: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
-  2129 |                              CURLFORM_FILECONTENT,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2506:3: note: declared here
-  2506 |   CURLFORM_FILECONTENT     CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2131:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
-  2131 |                              CURLFORM_CONTENTTYPE,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
-  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2150:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2150 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2152:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2152 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2154:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2154 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2156:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
-  2156 |                              CURLFORM_FILE,
-       |                              ^~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2509:3: note: declared here
-  2509 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
-       |   ^~~~~~~~~~~~~
- curl-helper.c:2164:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2164 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2166:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2166 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2168:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2168 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2170:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
-  2170 |                              CURLFORM_FILE,
-       |                              ^~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2509:3: note: declared here
-  2509 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
-       |   ^~~~~~~~~~~~~
- curl-helper.c:2172:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
-  2172 |                              CURLFORM_CONTENTTYPE,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
-  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2193:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2193 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2195:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2195 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2197:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2197 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2199:30: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
-  2199 |                              CURLFORM_BUFFER,
-       |                              ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2511:3: note: declared here
-  2511 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
-       |   ^~~~~~~~~~~~~~~
- curl-helper.c:2201:30: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2201 |                              CURLFORM_BUFFERPTR,
-       |                              ^~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2512:3: note: declared here
-  2512 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~
- curl-helper.c:2203:30: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2203 |                              CURLFORM_BUFFERLENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2513:3: note: declared here
-  2513 |   CURLFORM_BUFFERLENGTH    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2213:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
-  2213 |                 curl_formadd(&conn->httpPostFirst,
-       |                 ^~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
-  2575 | curl_formadd(struct curl_httppost **httppost,
-       | ^~~~~~~~~~~~
- curl-helper.c:2215:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
-  2215 |                              CURLFORM_COPYNAME,
-       |                              ^~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
-  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c:2217:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
-  2217 |                              CURLFORM_NAMELENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
-  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c:2219:30: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
-  2219 |                              CURLFORM_BUFFER,
-       |                              ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2511:3: note: declared here
-  2511 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
-       |   ^~~~~~~~~~~~~~~
- curl-helper.c:2221:30: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2221 |                              CURLFORM_BUFFERPTR,
-       |                              ^~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2512:3: note: declared here
-  2512 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~
- curl-helper.c:2223:30: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
-  2223 |                              CURLFORM_BUFFERLENGTH,
-       |                              ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2513:3: note: declared here
-  2513 |   CURLFORM_BUFFERLENGTH    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
-       |   ^~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2225:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
-  2225 |                              CURLFORM_CONTENTTYPE,
-       |                              ^~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
-  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:2239:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
-  2239 |     result = curl_easy_setopt(conn->handle,
-       |     ^~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1195:3: note: declared here
-  1195 |   CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_RANDOM_FILE':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1629:5: note: in expansion of macro 'CAMLparam1'
-  1629 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:2428:1: note: in expansion of macro 'SETOPT_STRING'
-  2428 | SETOPT_STRING( RANDOM_FILE)
-       | ^~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1364:3: note: declared here
-  1364 |   CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_EGDSOCKET':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1629:5: note: in expansion of macro 'CAMLparam1'
-  1629 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:2429:1: note: in expansion of macro 'SETOPT_STRING'
-  2429 | SETOPT_STRING( EGDSOCKET)
-       | ^~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1368:3: note: declared here
-  1368 |   CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_DNS_USE_GLOBAL_CACHE':
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:222:10: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations]
-   222 |   struct caml__roots_block caml__roots_##x; \
-       |          ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.05/lib/ocaml/caml/memory.h:177:3: note: in expansion of macro 'CAMLxparam1'
-   177 |   CAMLxparam1 (x)
-       |   ^~~~~~~~~~~
- curl-helper.c:1643:5: note: in expansion of macro 'CAMLparam1'
-  1643 |     CAMLparam1(option); \
-       |     ^~~~~~~~~~
- curl-helper.c:1654:32: note: in expansion of macro 'SETOPT_VAL_'
-  1654 | #define SETOPT_VAL(name, conv) SETOPT_VAL_(handle_##name, CURLOPT_##name, conv)
-       |                                ^~~~~~~~~~~
- curl-helper.c:1655:27: note: in expansion of macro 'SETOPT_VAL'
-  1655 | #define SETOPT_BOOL(name) SETOPT_VAL(name, Bool_val)
-       |                           ^~~~~~~~~~
- curl-helper.c:2539:1: note: in expansion of macro 'SETOPT_BOOL'
-  2539 | SETOPT_BOOL( DNS_USE_GLOBAL_CACHE)
-       | ^~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1424:3: note: declared here
-  1424 |   CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_PROTOCOLS':
- curl-helper.c:3193:3: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
-  3193 |   handle_PROTOCOLSOPTION(CURLOPT_PROTOCOLS, conn, option);
-       |   ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here
-  1749 |   CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'handle_REDIR_PROTOCOLS':
- curl-helper.c:3200:3: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
-  3200 |   handle_PROTOCOLSOPTION(CURLOPT_REDIR_PROTOCOLS, conn, option);
-       |   ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here
-  1755 |   CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
-       |   ^~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'caml_curl_easy_getinfo':
- curl-helper.c:3927:9: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
-  3927 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2838:3: note: declared here
-  2838 |   CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
-       |   ^~~~~~~~~~~~~~~~~~~~
- curl-helper.c:3937:9: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
-  3937 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2841:3: note: declared here
-  2841 |   CURLINFO_SIZE_DOWNLOAD
-       |   ^~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:3947:9: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
-  3947 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2845:3: note: declared here
-  2845 |   CURLINFO_SPEED_DOWNLOAD
-       |   ^~~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:3957:9: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
-  3957 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2849:3: note: declared here
-  2849 |   CURLINFO_SPEED_UPLOAD
-       |   ^~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:4010:9: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
-  4010 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2858:3: note: declared here
-  2858 |   CURLINFO_CONTENT_LENGTH_DOWNLOAD
-       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:4020:9: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
-  4020 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2863:3: note: declared here
-  2863 |   CURLINFO_CONTENT_LENGTH_UPLOAD
-       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- curl-helper.c:4147:9: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
-  4147 |         curlResult = curl_easy_getinfo(connection->handle,
-       |         ^~~~~~~~~~
- /usr/include/x86_64-linux-gnu/curl/curl.h:2880:3: note: declared here
-  2880 |   CURLINFO_LASTSOCKET  CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
-       |   ^~~~~~~~~~~~~~~~~~~
- curl-helper.c: In function 'caml_curl_multi_socket_all':
- curl-helper.c:4838:5: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations]
-  4838 |     rc = curl_multi_socket_all(h, &still_running);
-       |     ^~
- In file included from /usr/include/x86_64-linux-gnu/curl/curl.h:3191:
- /usr/include/x86_64-linux-gnu/curl/multi.h:330:1: note: declared here
-   330 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles);
-       | ^~~~~~~~~~~~~~~~~~~~~
- ocamlmklib -oc curl-helper curl-helper.o -lcurl
- ocamlmklib -o curl curl.cmo -oc curl-helper -lcurl
- make[1]: 'libcurl-helper.a' is up to date.
- make[1]: 'dllcurl-helper.so' is up to date.
- ocamlfind c -package lwt -c -g -bin-annot curl_lwt.mli -o curl_lwt.cmi
- ocamlfind c -thread -package lwt.unix -c -g -bin-annot curl_lwt.ml -o curl_lwt.cmo
- ocamlopt.opt -c -g -bin-annot curl.ml -o curl.cmx
- ocamlmklib -o curl curl.cmx -oc curl-helper -lcurl
- make[1]: 'curl.cmx' is up to date.
- ocamlopt.opt -shared -linkall -I . curl.cmxa -o curl.cmxs
- ocamlfind opt -thread -package lwt.unix -c -g -bin-annot curl_lwt.ml -o curl_lwt.cmx
- ocamlfind opt -thread -shared -linkall -package lwt.unix curl_lwt.cmx -o curl_lwt.cmxs
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2'
-> compiled  ocurl.0.9.2
Processing 70/72: [ocurl: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocurl.0.9.2)
- ocamlfind install -patch-version 0.9.2 -ldconf ignore curl META curl.a curl.cmi curl.mli curl.cma libcurl-helper.a dllcurl-helper.so curl_lwt.cmo curl.cmxa curl.cmx curl.cmxs curl_lwt.cmx curl_lwt.cmxs curl.cmt curl.cmti curl_lwt.cmi curl_lwt.mli curl_lwt.o curl_lwt.cmt curl_lwt.cmti
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmti
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmt
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.o
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.mli
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmi
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmti
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmt
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmxs
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmx
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmxs
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmx
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmxa
- Installed /home/opam/.opam/4.05/lib/curl/curl_lwt.cmo
- Installed /home/opam/.opam/4.05/lib/curl/libcurl-helper.a
- Installed /home/opam/.opam/4.05/lib/curl/curl.cma
- Installed /home/opam/.opam/4.05/lib/curl/curl.mli
- Installed /home/opam/.opam/4.05/lib/curl/curl.cmi
- Installed /home/opam/.opam/4.05/lib/curl/curl.a
- Installed /home/opam/.opam/4.05/lib/stublibs/dllcurl-helper.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllcurl-helper.so.owner
- Installed /home/opam/.opam/4.05/lib/curl/META
-> installed ocurl.0.9.2
Processing 71/72: [0install: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1)
- [ -d "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build" ] || mkdir "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build"
- [ -d "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist" ] || mkdir "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist"
- make -C "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build" -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/Makefile.build" "all" SRCDIR="/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1" BUILDDIR="/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build" DISTDIR="/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist" DESTDIR=""
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build'
- (cd "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/ocaml" && ocaml build-in.ml "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml")
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/ocaml'
- [ -d "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml" ] || mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml"
- ocamlbuild -j 0 -build-dir "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml"  "all-native.otarget"
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- obus not found; compiling without D-BUS support
- lablgtk2 not found; not building GTK GUI plugin
- File "_tags", line 6, characters 32-40:
- Warning: the tag "link_gtk" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- ocamlfind ocamldep -pp camlp4of -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test.ml > tests/test.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules cli.mli > cli.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules command_tree.mli > command_tree.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules options.mli > options.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/argparse.mli > support/argparse.mli.depends
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/common.ml > support/common.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/logging.mli > support/logging.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/logging.cmi support/logging.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/common.cmo support/common.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/argparse.cmi support/argparse.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/argparse.ml > support/argparse.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/utils.mli > support/utils.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/utils.cmi support/utils.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/utils.cmi support/utils.mli
- File "support/utils.mli", line 107, characters 31-47:
- Warning 50: ambiguous documentation comment
- File "support/utils.mli", line 108, characters 31-47:
- Warning 50: ambiguous documentation comment
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/basedir.mli > support/basedir.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/basedir.cmi support/basedir.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/basedir.ml > support/basedir.ml.depends
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/windows_api.ml > support/windows_api.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/windows_api.cmo support/windows_api.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/gpg.mli > support/gpg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/gpg.cmi support/gpg.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/gpg.ml > support/gpg.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/system.mli > support/system.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/system.cmi support/system.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/hash.mli > support/hash.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/hash.cmi support/hash.mli
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/hash.ml > support/hash.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/locale.mli > support/locale.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/locale.cmi support/locale.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/locale.ml > support/locale.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/logging.ml > support/logging.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/qdom.mli > support/qdom.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/qdom.cmi support/qdom.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/qdom.ml > support/qdom.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/sat.mli > support/sat.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/sat.cmi support/sat.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/sat.ml > support/sat.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/system.ml > support/system.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/urlparse.mli > support/urlparse.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/urlparse.cmi support/urlparse.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/urlparse.ml > support/urlparse.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules support/utils.ml > support/utils.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/argparse.cmo support/argparse.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/basedir.cmo support/basedir.ml
- ocamlfind ocamlc -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/gpg.cmo support/gpg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/hash.cmo support/hash.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/locale.cmo support/locale.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/logging.cmo support/logging.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/qdom.cmo support/qdom.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/sat.cmo support/sat.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/system.cmo support/system.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/urlparse.cmo support/urlparse.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/utils.cmo support/utils.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/locale.cmo support/locale.ml
- File "support/locale.ml", line 22, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "support/locale.ml", line 34, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/argparse.cmo support/argparse.ml
- File "support/argparse.ml", line 36, characters 2-88:
- Warning 50: unattached documentation comment (ignored)
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/sat.cmo support/sat.ml
- File "support/sat.ml", line 66, characters 8-128:
- Warning 50: unattached documentation comment (ignored)
- File "support/sat.ml", line 70, characters 8-152:
- Warning 50: unattached documentation comment (ignored)
- File "support/sat.ml", line 74, characters 8-28:
- Warning 50: unattached documentation comment (ignored)
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/system.cmo support/system.ml
- File "support/system.ml", line 65, characters 18-34:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/about.ml > zeroinstall/about.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/version.mli > zeroinstall/version.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/version.cmi zeroinstall/version.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/apps.mli > zeroinstall/apps.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro.mli > zeroinstall/distro.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/arch.mli > zeroinstall/arch.mli.depends
- ocamlfind ocamlc -pack -g -bin-annot support/logging.cmo support/common.cmo support/utils.cmo support/argparse.cmo support/windows_api.cmo support/basedir.cmo support/system.cmo support/gpg.cmo support/hash.cmo support/locale.cmo support/qdom.cmo support/sat.cmo support/urlparse.cmo -o support.cmo
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/element.mli > zeroinstall/element.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/arch.cmi zeroinstall/arch.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/general.ml > zeroinstall/general.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/general.cmo zeroinstall/general.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed.mli > zeroinstall/feed.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/element.cmi zeroinstall/element.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_url.mli > zeroinstall/feed_url.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/impl.mli > zeroinstall/impl.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_url.cmi zeroinstall/feed_url.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/manifest.mli > zeroinstall/manifest.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/manifest.cmi zeroinstall/manifest.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl.cmi zeroinstall/impl.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/packagekit.mli > zeroinstall/packagekit.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/downloader.mli > zeroinstall/downloader.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/downloader.cmi zeroinstall/downloader.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/selections.mli > zeroinstall/selections.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/sigs.mli > zeroinstall/sigs.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/stores.mli > zeroinstall/stores.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/sigs.cmi zeroinstall/sigs.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/stores.cmi zeroinstall/stores.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/sigs.cmi zeroinstall/sigs.mli
- File "zeroinstall/sigs.mli", line 41, characters 4-283:
- Warning 50: unattached documentation comment (ignored)
- File "zeroinstall/sigs.mli", line 47, characters 4-66:
- Warning 50: unattached documentation comment (ignored)
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed.cmi zeroinstall/feed.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit.cmi zeroinstall/packagekit.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/selections.cmi zeroinstall/selections.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit.cmi zeroinstall/packagekit.mli
- File "zeroinstall/packagekit.mli", line 30, characters 2-73:
- Warning 50: unattached documentation comment (ignored)
- File "zeroinstall/packagekit.mli", line 33, characters 2-192:
- Warning 50: unattached documentation comment (ignored)
- File "zeroinstall/packagekit.mli", line 38, characters 2-66:
- Warning 50: unattached documentation comment (ignored)
- File "zeroinstall/packagekit.mli", line 41, characters 2-60:
- Warning 50: unattached documentation comment (ignored)
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/fetch.mli > zeroinstall/fetch.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro.cmi zeroinstall/distro.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/progress.mli > zeroinstall/progress.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_provider.mli > zeroinstall/feed_provider.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_cache.mli > zeroinstall/feed_cache.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmi zeroinstall/feed_cache.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/solver.mli > zeroinstall/solver.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_provider.cmi zeroinstall/feed_provider.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/impl_provider.mli > zeroinstall/impl_provider.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/scope_filter.mli > zeroinstall/scope_filter.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmi zeroinstall/scope_filter.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/requirements.ml > zeroinstall/requirements.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmi zeroinstall/impl_provider.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/requirements.cmo zeroinstall/requirements.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver.cmi zeroinstall/solver.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/trust.ml > zeroinstall/trust.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/dry_run.ml > zeroinstall/dry_run.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/dry_run.cmo zeroinstall/dry_run.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/progress.cmi zeroinstall/progress.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/trust.cmo zeroinstall/trust.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/ui.mli > zeroinstall/ui.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/fetch.cmi zeroinstall/fetch.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/ui.cmi zeroinstall/ui.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/apps.cmi zeroinstall/apps.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/apps.ml > zeroinstall/apps.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/config.ml > zeroinstall/config.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/driver.mli > zeroinstall/driver.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/escape.ml > zeroinstall/escape.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/config.cmo zeroinstall/config.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/driver.cmi zeroinstall/driver.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/escape.cmo zeroinstall/escape.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/config.cmo zeroinstall/config.ml
- File "zeroinstall/config.ml", line 24, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/arch.ml > zeroinstall/arch.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/archive.mli > zeroinstall/archive.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/archive.cmi zeroinstall/archive.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/archive.ml > zeroinstall/archive.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/about.cmo zeroinstall/about.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/binding.ml > zeroinstall/binding.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/env.mli > zeroinstall/env.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/env.cmi zeroinstall/env.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/command.ml > zeroinstall/command.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/compiled.mli > zeroinstall/compiled.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/compiled.cmi zeroinstall/compiled.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/compiled.ml > zeroinstall/compiled.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/constants.ml > zeroinstall/constants.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/constants.cmo zeroinstall/constants.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/console.ml > zeroinstall/console.ml.depends
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/curl_threading.ml > zeroinstall/curl_threading.ml.depends
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/dbus.ml > zeroinstall/dbus.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/default_ui.mli > zeroinstall/default_ui.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/default_ui.cmi zeroinstall/default_ui.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/default_ui.ml > zeroinstall/default_ui.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/console.cmo zeroinstall/console.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/gui.mli > zeroinstall/gui.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/gui.cmi zeroinstall/gui.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/diagnostics.mli > zeroinstall/diagnostics.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmi zeroinstall/diagnostics.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/diagnostics.ml > zeroinstall/diagnostics.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro.ml > zeroinstall/distro.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro_cache.mli > zeroinstall/distro_cache.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmi zeroinstall/distro_cache.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro_cache.ml > zeroinstall/distro_cache.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro_impls.mli > zeroinstall/distro_impls.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmi zeroinstall/distro_impls.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/distro_impls.ml > zeroinstall/distro_impls.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/downloader.ml > zeroinstall/downloader.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I zeroinstall -o zeroinstall/curl_threading.cmo zeroinstall/curl_threading.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/driver.ml > zeroinstall/driver.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_provider_impl.ml > zeroinstall/feed_provider_impl.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_provider_impl.cmo zeroinstall/feed_provider_impl.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/element.ml > zeroinstall/element.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/recipe.mli > zeroinstall/recipe.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/recipe.cmi zeroinstall/recipe.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/env.ml > zeroinstall/env.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/exec.mli > zeroinstall/exec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/exec.cmi zeroinstall/exec.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/exec.ml > zeroinstall/exec.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/binding.cmo zeroinstall/binding.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/command.cmo zeroinstall/command.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed.ml > zeroinstall/feed.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_cache.ml > zeroinstall/feed_cache.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/feed_url.ml > zeroinstall/feed_url.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/fetch.ml > zeroinstall/fetch.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/key_info_provider.mli > zeroinstall/key_info_provider.mli.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/mirror.mli > zeroinstall/mirror.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmi zeroinstall/key_info_provider.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/mirror.cmi zeroinstall/mirror.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/gui.ml > zeroinstall/gui.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/tree.ml > zeroinstall/tree.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/tree.cmo zeroinstall/tree.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/impl.ml > zeroinstall/impl.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/impl_provider.ml > zeroinstall/impl_provider.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/json_connection.ml > zeroinstall/json_connection.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/justify.mli > zeroinstall/justify.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/justify.cmi zeroinstall/justify.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/justify.ml > zeroinstall/justify.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/key_info_provider.ml > zeroinstall/key_info_provider.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/launcher.ml > zeroinstall/launcher.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/manifest.ml > zeroinstall/manifest.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/mirror.ml > zeroinstall/mirror.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/packagekit.ml > zeroinstall/packagekit.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I zeroinstall -o zeroinstall/dbus.cmo zeroinstall/dbus.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/packagekit_interfaces.ml > zeroinstall/packagekit_interfaces.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit_interfaces.cmo zeroinstall/packagekit_interfaces.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/recipe.ml > zeroinstall/recipe.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/scope_filter.ml > zeroinstall/scope_filter.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/selections.ml > zeroinstall/selections.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/solver.ml > zeroinstall/solver.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/solver_core.mli > zeroinstall/solver_core.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver_core.cmi zeroinstall/solver_core.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/solver_core.ml > zeroinstall/solver_core.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/stores.ml > zeroinstall/stores.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules zeroinstall/version.ml > zeroinstall/version.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/apps.cmo zeroinstall/apps.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/arch.cmo zeroinstall/arch.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/archive.cmo zeroinstall/archive.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/compiled.cmo zeroinstall/compiled.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/default_ui.cmo zeroinstall/default_ui.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmo zeroinstall/diagnostics.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro.cmo zeroinstall/distro.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmo zeroinstall/distro_cache.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmo zeroinstall/distro_impls.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/downloader.cmo zeroinstall/downloader.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/driver.cmo zeroinstall/driver.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/element.cmo zeroinstall/element.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/env.cmo zeroinstall/env.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/exec.cmo zeroinstall/exec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed.cmo zeroinstall/feed.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmo zeroinstall/feed_cache.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_url.cmo zeroinstall/feed_url.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/fetch.cmo zeroinstall/fetch.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/gui.cmo zeroinstall/gui.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl.cmo zeroinstall/impl.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmo zeroinstall/impl_provider.ml
- ocamlfind ocamlc -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/json_connection.cmo zeroinstall/json_connection.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/justify.cmo zeroinstall/justify.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmo zeroinstall/key_info_provider.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/launcher.cmo zeroinstall/launcher.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/manifest.cmo zeroinstall/manifest.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/mirror.cmo zeroinstall/mirror.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit.cmo zeroinstall/packagekit.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/recipe.cmo zeroinstall/recipe.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmo zeroinstall/scope_filter.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/selections.cmo zeroinstall/selections.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver.cmo zeroinstall/solver.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver_core.cmo zeroinstall/solver_core.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/stores.cmo zeroinstall/stores.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/version.cmo zeroinstall/version.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/exec.cmo zeroinstall/exec.ml
- File "zeroinstall/exec.ml", line 33, characters 16-20:
- Warning 3: deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/exec.ml", line 8, characters 0-36:
- Warning 60: unused module FeedAttr.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/justify.cmo zeroinstall/justify.ml
- File "zeroinstall/justify.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/version.cmo zeroinstall/version.ml
- File "zeroinstall/version.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver_core.cmo zeroinstall/solver_core.ml
- File "zeroinstall/solver_core.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- + ocamlfind ocamlc -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/json_connection.cmo zeroinstall/json_connection.ml
- File "zeroinstall/json_connection.ml", line 33, characters 20-26:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 50, characters 4-10:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 51, characters 17-23:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 95, characters 15-21:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/driver.cmo zeroinstall/driver.ml
- File "zeroinstall/driver.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/archive.cmo zeroinstall/archive.ml
- File "zeroinstall/archive.ml", line 16, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/gui.cmo zeroinstall/gui.ml
- File "zeroinstall/gui.ml", line 10, characters 0-32:
- Warning 60: unused module Basedir.
- File "zeroinstall/gui.ml", line 13, characters 0-23:
- Warning 60: unused module R.
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmo zeroinstall/distro_impls.ml
- File "zeroinstall/distro_impls.ml", line 9, characters 0-36:
- Warning 60: unused module FeedAttr.
- ocamlfind ocamlc -pack -g -bin-annot zeroinstall/version.cmo zeroinstall/about.cmo zeroinstall/general.cmo zeroinstall/dry_run.cmo zeroinstall/arch.cmo zeroinstall/constants.cmo zeroinstall/recipe.cmo zeroinstall/element.cmo zeroinstall/manifest.cmo zeroinstall/stores.cmo zeroinstall/config.cmo zeroinstall/escape.cmo zeroinstall/feed_url.cmo zeroinstall/env.cmo zeroinstall/binding.cmo zeroinstall/impl.cmo zeroinstall/feed.cmo zeroinstall/feed_cache.cmo zeroinstall/dbus.cmo zeroinstall/curl_threading.cmo zeroinstall/downloader.cmo zeroinstall/packagekit_interfaces.cmo zeroinstall/packagekit.cmo zeroinstall/sigs.cmi zeroinstall/selections.cmo zeroinstall/distro.cmo zeroinstall/feed_provider.cmi zeroinstall/feed_provider_impl.cmo zeroinstall/archive.cmo zeroinstall/diagnostics.cmo zeroinstall/compiled.cmo zeroinstall/scope_filter.cmo zeroinstall/impl_provider.cmo zeroinstall/requirements.cmo zeroinstall/solver_core.cmo zeroinstall/solver.cmo zeroinstall/progress.cmi zeroinstall/key_info_provider.cmo zeroinstall/mirror.cmo zeroinstall/trust.cmo zeroinstall/fetch.cmo zeroinstall/driver.cmo zeroinstall/ui.cmi zeroinstall/apps.cmo zeroinstall/command.cmo zeroinstall/console.cmo zeroinstall/tree.cmo zeroinstall/gui.cmo zeroinstall/default_ui.cmo zeroinstall/distro_cache.cmo zeroinstall/distro_impls.cmo zeroinstall/exec.cmo zeroinstall/json_connection.cmo zeroinstall/justify.cmo zeroinstall/launcher.cmo -o zeroinstall.cmo
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o options.cmi options.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o command_tree.cmi command_tree.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules common_options.ml > common_options.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/fake_system.ml > tests/fake_system.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o cli.cmi cli.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules generic_select.ml > generic_select.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules req_options.ml > req_options.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules show.ml > show.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o common_options.cmo common_options.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules whatchanged.ml > whatchanged.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o req_options.cmo req_options.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o show.cmo show.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o whatchanged.cmo whatchanged.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_0install.ml > tests/test_0install.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules conf.ml > conf.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/fake_gpg_agent.mli > tests/fake_gpg_agent.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/fake_system.cmo tests/fake_system.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o generic_select.cmo generic_select.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules main.mli > main.mli.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_completion.ml > tests/test_completion.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o main.cmi main.mli
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules update.ml > update.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o conf.cmo conf.ml
- ocamlfind ocamlc -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/fake_gpg_agent.cmi tests/fake_gpg_agent.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_completion.cmo tests/test_completion.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o update.cmo update.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o conf.cmo conf.ml
- File "conf.ml", line 23, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_0store.ml > tests/test_0store.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0install.cmo tests/test_0install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0install.cmo tests/test_0install.ml
- File "tests/test_0install.ml", line 580, characters 32-48:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_apps.ml > tests/test_apps.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_archive.ml > tests/test_archive.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_distro.ml > tests/test_distro.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_feed.ml > tests/test_feed.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_fetch.ml > tests/test_fetch.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_solver.ml > tests/test_solver.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_feed.cmo tests/test_feed.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_fetch.cmo tests/test_fetch.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_solver.cmo tests/test_solver.ml
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_download.ml > tests/test_download.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/server.ml > tests/server.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_distro.cmo tests/test_distro.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/server.cmo tests/server.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/server.cmo tests/server.ml
- File "tests/server.ml", line 54, characters 20-24:
- Warning 3: deprecated: Lwt_unix.bind
-  This function will soon evaluate to a promise (-> unit Lwt.t), because the
-  bind system call can block for Unix domain sockets. See
-    https://github.com/ocsigen/lwt/issues/230
-  This will be a breaking change in Lwt 3.0.0.
-  If you don't use Unix domain sockets and use Lwt_unix.bind ... ; rather than
-  let () = Lwt_unix.bind ... in, you can ignore this warning.
-  To retain the current signature, use Lwt_unix.Versioned.bind_1
-  To use the new non-blocking version immediately, use Lwt_unix.Versioned.bind_2
-  Both alternatives require Lwt >= 2.7.0.
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_driver.ml > tests/test_driver.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_feed_cache.ml > tests/test_feed_cache.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_gpg.ml > tests/test_gpg.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_gpg.cmo tests/test_gpg.ml
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_gui.ml > tests/test_gui.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_manifest.ml > tests/test_manifest.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_packagekit.ml > tests/test_packagekit.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/pk_service.ml > tests/pk_service.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/pk_service.cmo tests/pk_service.ml
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_qdom.ml > tests/test_qdom.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_run.ml > tests/test_run.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_sat.ml > tests/test_sat.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_selections.ml > tests/test_selections.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_driver.cmo tests/test_driver.ml
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_stores.ml > tests/test_stores.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules secureadd.ml > secureadd.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o secureadd.cmo secureadd.ml
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_trust.ml > tests/test_trust.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_utils.ml > tests/test_utils.ml.depends
- ocamlfind ocamldep -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/test_versions.ml > tests/test_versions.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0store.cmo tests/test_0store.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_apps.cmo tests/test_apps.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_archive.cmo tests/test_archive.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_download.cmo tests/test_download.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_feed_cache.cmo tests/test_feed_cache.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_gui.cmo tests/test_gui.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_manifest.cmo tests/test_manifest.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_packagekit.cmo tests/test_packagekit.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_qdom.cmo tests/test_qdom.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_run.cmo tests/test_run.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_sat.cmo tests/test_sat.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_selections.cmo tests/test_selections.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_stores.cmo tests/test_stores.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_trust.cmo tests/test_trust.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_utils.cmo tests/test_utils.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_versions.cmo tests/test_versions.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I tests -o tests/test.cmo tests/test.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules cli.ml > cli.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules add.ml > add.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o add.cmo add.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/logging.cmx support/logging.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/common.cmx support/common.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/utils.cmx support/utils.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/windows_api.cmx support/windows_api.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/basedir.cmx support/basedir.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/system.cmx support/system.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/system.cmx support/system.ml
- File "support/system.ml", line 65, characters 18-34:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/argparse.cmx support/argparse.ml
- ocamlfind ocamlopt -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/gpg.cmx support/gpg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I support -o support/hash.cmx support/hash.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/locale.cmx support/locale.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/qdom.cmx support/qdom.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/sat.cmx support/sat.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/urlparse.cmx support/urlparse.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/locale.cmx support/locale.ml
- File "support/locale.ml", line 22, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "support/locale.ml", line 34, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/argparse.cmx support/argparse.ml
- File "support/argparse.ml", line 36, characters 2-88:
- Warning 50: unattached documentation comment (ignored)
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Support -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I support -o support/sat.cmx support/sat.ml
- File "support/sat.ml", line 66, characters 8-128:
- Warning 50: unattached documentation comment (ignored)
- File "support/sat.ml", line 70, characters 8-152:
- Warning 50: unattached documentation comment (ignored)
- File "support/sat.ml", line 74, characters 8-28:
- Warning 50: unattached documentation comment (ignored)
- touch support.mli  ; if  ocamlfind ocamlopt -pack -g -bin-annot -I support support/logging.cmx support/common.cmx support/utils.cmx support/argparse.cmx support/windows_api.cmx support/basedir.cmx support/system.cmx support/gpg.cmx support/hash.cmx support/locale.cmx support/qdom.cmx support/sat.cmx support/urlparse.cmx -o support.cmx  ; then  rm -f support.mli  ; else  rm -f support.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/version.cmx zeroinstall/version.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/version.cmx zeroinstall/version.ml
- File "zeroinstall/version.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/about.cmx zeroinstall/about.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/general.cmx zeroinstall/general.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/arch.cmx zeroinstall/arch.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/constants.cmx zeroinstall/constants.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/recipe.cmx zeroinstall/recipe.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/dry_run.cmx zeroinstall/dry_run.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/element.cmx zeroinstall/element.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/manifest.cmx zeroinstall/manifest.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/stores.cmx zeroinstall/stores.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/env.cmx zeroinstall/env.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_url.cmx zeroinstall/feed_url.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/binding.cmx zeroinstall/binding.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/escape.cmx zeroinstall/escape.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl.cmx zeroinstall/impl.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/config.cmx zeroinstall/config.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/config.cmx zeroinstall/config.ml
- File "zeroinstall/config.ml", line 24, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed.cmx zeroinstall/feed.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I zeroinstall -o zeroinstall/curl_threading.cmx zeroinstall/curl_threading.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I zeroinstall -o zeroinstall/dbus.cmx zeroinstall/dbus.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/downloader.cmx zeroinstall/downloader.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit_interfaces.cmx zeroinstall/packagekit_interfaces.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmx zeroinstall/feed_cache.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/packagekit.cmx zeroinstall/packagekit.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/selections.cmx zeroinstall/selections.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro.cmx zeroinstall/distro.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/compiled.cmx zeroinstall/compiled.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmx zeroinstall/scope_filter.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmx zeroinstall/diagnostics.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmx zeroinstall/impl_provider.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/requirements.cmx zeroinstall/requirements.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver_core.cmx zeroinstall/solver_core.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver_core.cmx zeroinstall/solver_core.ml
- File "zeroinstall/solver_core.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/solver.cmx zeroinstall/solver.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/archive.cmx zeroinstall/archive.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmx zeroinstall/key_info_provider.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/mirror.cmx zeroinstall/mirror.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/trust.cmx zeroinstall/trust.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/archive.cmx zeroinstall/archive.ml
- File "zeroinstall/archive.ml", line 16, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/feed_provider_impl.cmx zeroinstall/feed_provider_impl.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/fetch.cmx zeroinstall/fetch.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/driver.cmx zeroinstall/driver.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/driver.cmx zeroinstall/driver.ml
- File "zeroinstall/driver.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/console.cmx zeroinstall/console.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/tree.cmx zeroinstall/tree.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/gui.cmx zeroinstall/gui.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/gui.cmx zeroinstall/gui.ml
- File "zeroinstall/gui.ml", line 10, characters 0-32:
- Warning 60: unused module Basedir.
- File "zeroinstall/gui.ml", line 13, characters 0-23:
- Warning 60: unused module R.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmx zeroinstall/distro_cache.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/command.cmx zeroinstall/command.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/apps.cmx zeroinstall/apps.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/default_ui.cmx zeroinstall/default_ui.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmx zeroinstall/distro_impls.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/exec.cmx zeroinstall/exec.ml
- ocamlfind ocamlopt -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/json_connection.cmx zeroinstall/json_connection.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/justify.cmx zeroinstall/justify.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/launcher.cmx zeroinstall/launcher.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/justify.cmx zeroinstall/justify.ml
- File "zeroinstall/justify.ml", line 8, characters 0-24:
- Warning 60: unused module U.
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/exec.cmx zeroinstall/exec.ml
- File "zeroinstall/exec.ml", line 33, characters 16-20:
- Warning 3: deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/exec.ml", line 8, characters 0-36:
- Warning 60: unused module FeedAttr.
- + ocamlfind ocamlopt -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/json_connection.cmx zeroinstall/json_connection.ml
- File "zeroinstall/json_connection.ml", line 33, characters 20-26:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 50, characters 4-10:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 51, characters 17-23:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "zeroinstall/json_connection.ml", line 95, characters 15-21:
- Warning 3: deprecated: J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -for-pack Zeroinstall -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmx zeroinstall/distro_impls.ml
- File "zeroinstall/distro_impls.ml", line 9, characters 0-36:
- Warning 60: unused module FeedAttr.
- touch zeroinstall.mli  ; if  ocamlfind ocamlopt -pack -g -bin-annot -I zeroinstall zeroinstall/version.cmx zeroinstall/about.cmx zeroinstall/arch.cmx zeroinstall/general.cmx zeroinstall/archive.cmx zeroinstall/constants.cmx zeroinstall/recipe.cmx zeroinstall/element.cmx zeroinstall/env.cmx zeroinstall/binding.cmx zeroinstall/dry_run.cmx zeroinstall/escape.cmx zeroinstall/feed_url.cmx zeroinstall/manifest.cmx zeroinstall/impl.cmx zeroinstall/stores.cmx zeroinstall/feed.cmx zeroinstall/compiled.cmx zeroinstall/config.cmx zeroinstall/curl_threading.cmx zeroinstall/dbus.cmx zeroinstall/sigs.cmi zeroinstall/diagnostics.cmx zeroinstall/downloader.cmx zeroinstall/feed_cache.cmx zeroinstall/packagekit_interfaces.cmx zeroinstall/packagekit.cmx zeroinstall/selections.cmx zeroinstall/distro.cmx zeroinstall/feed_provider.cmi zeroinstall/feed_provider_impl.cmx zeroinstall/scope_filter.cmx zeroinstall/impl_provider.cmx zeroinstall/requirements.cmx zeroinstall/solver_core.cmx zeroinstall/solver.cmx zeroinstall/progress.cmi zeroinstall/key_info_provider.cmx zeroinstall/mirror.cmx zeroinstall/trust.cmx zeroinstall/fetch.cmx zeroinstall/driver.cmx zeroinstall/ui.cmi zeroinstall/apps.cmx zeroinstall/command.cmx zeroinstall/console.cmx zeroinstall/tree.cmx zeroinstall/gui.cmx zeroinstall/default_ui.cmx zeroinstall/distro_cache.cmx zeroinstall/distro_impls.cmx zeroinstall/exec.cmx zeroinstall/json_connection.cmx zeroinstall/justify.cmx zeroinstall/launcher.cmx -o zeroinstall.cmx  ; then  rm -f zeroinstall.mli  ; else  rm -f zeroinstall.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o common_options.cmx common_options.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o req_options.cmx req_options.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o show.cmx show.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o whatchanged.cmx whatchanged.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o generic_select.cmx generic_select.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules add_feed.ml > add_feed.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o add_feed.cmo add_feed.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules alias.ml > alias.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o alias.cmo alias.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o add.cmx add.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules command_tree.ml > command_tree.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules desktop.ml > desktop.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o desktop.cmo desktop.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules destroy.ml > destroy.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o destroy.cmo destroy.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules download.ml > download.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o download.cmo download.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules import.ml > import.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o import.cmo import.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules list_feeds.ml > list_feeds.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o list_feeds.cmo list_feeds.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules list_ifaces.ml > list_ifaces.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o list_ifaces.cmo list_ifaces.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules man.ml > man.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o man.cmo man.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules manage_cache.ml > manage_cache.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o manage_cache.cmo manage_cache.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules optimise.ml > optimise.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o optimise.cmo optimise.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules remove_feed.ml > remove_feed.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o remove_feed.cmo remove_feed.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o add_feed.cmx add_feed.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules run.ml > run.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o run.cmo run.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules search.ml > search.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o search.cmo search.ml
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules select.ml > select.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o select.cmo select.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules slave.ml > slave.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o slave.cmo slave.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o slave.cmo slave.ml
- File "slave.ml", line 115, characters 15-24:
- Warning 3: deprecated: JC.J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules store.ml > store.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o store.cmo store.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o alias.cmx alias.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o command_tree.cmx command_tree.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o conf.cmx conf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o desktop.cmx desktop.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o destroy.cmx destroy.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o download.cmx download.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o import.cmx import.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o list_feeds.cmx list_feeds.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o list_ifaces.cmx list_ifaces.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o man.cmx man.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o manage_cache.cmx manage_cache.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o optimise.cmx optimise.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o remove_feed.cmx remove_feed.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o run.cmx run.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o search.cmx search.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o select.cmx select.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o slave.cmx slave.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o store.cmx store.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o update.cmx update.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o conf.cmx conf.ml
- File "conf.ml", line 23, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o slave.cmx slave.ml
- File "slave.ml", line 115, characters 15-24:
- Warning 3: deprecated: JC.J.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o cli.cmx cli.ml
- ocamlfind ocamldep -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules tests/fake_gpg_agent.ml > tests/fake_gpg_agent.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/fake_system.cmx tests/fake_system.ml
- ocamlfind ocamldep -pp camlp4of -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules main.ml > main.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules completion.ml > completion.ml.depends
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules completion.mli > completion.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o completion.cmi completion.mli
- ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules runenv_shared.ml > runenv_shared.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o runenv_shared.cmo runenv_shared.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o completion.cmx completion.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o runenv_shared.cmx runenv_shared.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o secureadd.cmx secureadd.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -o main.cmx main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -o main.cmx main.ml
- File "main.ml", line 40, characters 12-28:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/fake_gpg_agent.cmx tests/fake_gpg_agent.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_completion.cmx tests/test_completion.ml
- + ocamlfind ocamlopt -c -g -bin-annot -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/fake_gpg_agent.cmx tests/fake_gpg_agent.ml
- File "tests/fake_gpg_agent.ml", line 35, characters 2-15:
- Warning 3: deprecated: Lwt_unix.bind
-  This function will soon evaluate to a promise (-> unit Lwt.t), because the
-  bind system call can block for Unix domain sockets. See
-    https://github.com/ocsigen/lwt/issues/230
-  This will be a breaking change in Lwt 3.0.0.
-  If you don't use Unix domain sockets and use Lwt_unix.bind ... ; rather than
-  let () = Lwt_unix.bind ... in, you can ignore this warning.
-  To retain the current signature, use Lwt_unix.Versioned.bind_1
-  To use the new non-blocking version immediately, use Lwt_unix.Versioned.bind_2
-  Both alternatives require Lwt >= 2.7.0.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0install.cmx tests/test_0install.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0install.cmx tests/test_0install.ml
- File "tests/test_0install.ml", line 580, characters 32-48:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_feed.cmx tests/test_feed.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_fetch.cmx tests/test_fetch.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_solver.cmx tests/test_solver.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_distro.cmx tests/test_distro.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/server.cmx tests/server.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/server.cmx tests/server.ml
- File "tests/server.ml", line 54, characters 20-24:
- Warning 3: deprecated: Lwt_unix.bind
-  This function will soon evaluate to a promise (-> unit Lwt.t), because the
-  bind system call can block for Unix domain sockets. See
-    https://github.com/ocsigen/lwt/issues/230
-  This will be a breaking change in Lwt 3.0.0.
-  If you don't use Unix domain sockets and use Lwt_unix.bind ... ; rather than
-  let () = Lwt_unix.bind ... in, you can ignore this warning.
-  To retain the current signature, use Lwt_unix.Versioned.bind_1
-  To use the new non-blocking version immediately, use Lwt_unix.Versioned.bind_2
-  Both alternatives require Lwt >= 2.7.0.
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_gpg.cmx tests/test_gpg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/pk_service.cmx tests/pk_service.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_driver.cmx tests/test_driver.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_0store.cmx tests/test_0store.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_apps.cmx tests/test_apps.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_archive.cmx tests/test_archive.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_download.cmx tests/test_download.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -syntax camlp4o -package lwt.syntax -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_feed_cache.cmx tests/test_feed_cache.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_gui.cmx tests/test_gui.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_manifest.cmx tests/test_manifest.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_packagekit.cmx tests/test_packagekit.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_qdom.cmx tests/test_qdom.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_run.cmx tests/test_run.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_sat.cmx tests/test_sat.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_selections.cmx tests/test_selections.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_stores.cmx tests/test_stores.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_trust.cmx tests/test_trust.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_utils.cmx tests/test_utils.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -I tests -o tests/test_versions.cmx tests/test_versions.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -pp 'camlp4of -DHAVE_SHA -DHAVE_OCURL_LWT' -I tests -o tests/test.cmx tests/test.ml
- ocamlfind ocamlc -g -thread -ccopt -DHAVE_SHA -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -c utils.c
- ocamlfind ocamlopt -linkpkg -g -thread -package curl.lwt -package sha -package unix -package oUnit -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink support.cmx zeroinstall.cmx common_options.cmx req_options.cmx show.cmx whatchanged.cmx generic_select.cmx add.cmx add_feed.cmx alias.cmx command_tree.cmx conf.cmx desktop.cmx destroy.cmx download.cmx import.cmx list_feeds.cmx list_ifaces.cmx man.cmx manage_cache.cmx optimise.cmx remove_feed.cmx run.cmx search.cmx select.cmx slave.cmx store.cmx update.cmx cli.cmx completion.cmx runenv_shared.cmx secureadd.cmx main.cmx tests/fake_system.cmx tests/fake_gpg_agent.cmx tests/pk_service.cmx tests/test_completion.cmx tests/test_0install.cmx tests/server.cmx tests/test_0store.cmx tests/test_apps.cmx tests/test_archive.cmx tests/test_feed.cmx tests/test_fetch.cmx tests/test_solver.cmx tests/test_distro.cmx tests/test_download.cmx tests/test_driver.cmx tests/test_gpg.cmx tests/test_feed_cache.cmx tests/test_gui.cmx tests/test_manifest.cmx tests/test_packagekit.cmx tests/test_qdom.cmx tests/test_run.cmx tests/test_sat.cmx tests/test_selections.cmx tests/test_stores.cmx tests/test_trust.cmx tests/test_utils.cmx tests/test_versions.cmx tests/test.cmx utils.o -o tests/test.native
- ocamlfind ocamldep -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -modules static_0install.ml > static_0install.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o static_0install.cmo static_0install.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48 -warn-error +5+6+10+26 -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink -o static_0install.cmx static_0install.ml
- ocamlfind ocamlopt -linkpkg -g -linkall -thread -package curl.lwt -package sha -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt.react,lwt.preemptive,extlib,curl,dynlink support.cmx zeroinstall.cmx common_options.cmx req_options.cmx show.cmx whatchanged.cmx generic_select.cmx add.cmx add_feed.cmx alias.cmx command_tree.cmx conf.cmx desktop.cmx destroy.cmx download.cmx import.cmx list_feeds.cmx list_ifaces.cmx man.cmx manage_cache.cmx optimise.cmx remove_feed.cmx run.cmx search.cmx select.cmx slave.cmx store.cmx update.cmx cli.cmx completion.cmx runenv_shared.cmx secureadd.cmx main.cmx static_0install.cmx utils.o -o static_0install.native
- # Parallel statistics: { count(total): 29(345), max: 35, min: 2, average(total): 5.897(1.412) }
- #cp 0install.ml "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml/"
- if [ "" = "Windows_NT" ];then make ocaml_windows; else make ocaml_posix; fi
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/ocaml'
- cp /home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml/static_0install.native /home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml/0install
- [ -L 0install ] || ln -s ../build/ocaml/0install 0install
- [ -L _build -o -e _build ] || ln -s /home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml _build
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build/ocaml/0launch"
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/ocaml'
- ............................................................................S....
- ......................................................................................................................................
- ...........S.......S..............SS......................
- Ran: 273 tests in: 1.57 seconds.
- OK: Cases: 273 Skip: 5
- 
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/ocaml'
- (cd "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1" && cp README.md COPYING "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/")
- install -d "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files"
- install ocaml/gui_gtk.c*[sa] "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/"
- install: cannot stat 'ocaml/gui_gtk.c*[sa]': No such file or directory
- make[1]: [/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/Makefile.build:22: all] Error 1 (ignored)
- install ocaml/0install "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install"
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0launch"
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0store"
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0store-secure-add"
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0desktop"
- ln -f "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0install" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/0alias"
- (cd "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1" && cp 0launch.1 0store-secure-add.1 0store.1 0desktop.1 0install.1 "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files")
- install "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/install.sh.src" "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/install.sh"
- (cp -r share "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/")
- (cd "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1" && cp -r share/0install.net share/applications share/appdata share/bash-completion share/fish share/icons share/zsh "/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/dist/files/share/")
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/0install.2.9.1/build'
-> compiled  0install.2.9.1
-> installed 0install.2.9.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:46.35 ---> saved as "ad287ca3cad494ca20752e591f9c8e5bf7b27aef41ea8796629919e3eac5b5a1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u 0install:9d0b3e1c8b7b974ab0466766985d8b19"))
2024-01-29 18:46.37 ---> saved as "f6ca3d00c0ee52d3b3e1dd0ea78873a7a96654bad9ff426b4c4b60c9c05e2004"

/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.826183') && (for DATA in prep/universes/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; 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/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1,0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19,0install.2.9.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.826183
prep/universes/9d0b3e1c8b7b974ab0466766985d8b19/0install/2.9.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19:cdaa284a000fc92a90e6a8c4198375ad4d493df3ffccf17289a94495a3f8c35d
2024-01-29 18:46.38 ---> saved as "6575313a959db7076dd5f2c8274cf9fc0726b4198a9e57111c2914a06b153e2b"
Job succeeded
2024-01-29 18:52.14: 0install.2.9.1-9d0b3e1c8b7b974ab0466766985d8b19 -> cdaa284a000fc92a90e6a8c4198375ad4d493df3ffccf17289a94495a3f8c35d
2024-01-29 18:52.14: Job succeeded