Build:
  1. 0
2024-01-29 15:19.01: New job: Voodoo prep eliom.6.0.0; d50fbc5de0bdb8c2de50923017a46a30
2024-01-29 15:19.01: Waiting for resource in pool OCluster
2024-01-29 18:27.22: Waiting for worker…
2024-01-29 18:27.49: Got resource from pool OCluster
2024-01-29 18:27.49: Using cache hint "docs-universe-prep-4.04.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
         (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.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
 (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 eliom.6.0.0 zarith.1.13 yojson.1.7.0 uutf.1.0.3 uchar.0.0.2 tyxml.4.2.0 topkg.1.0.4 stdlib-shims.0.3.0 ssl.0.5.7 sexplib0.v0.13.0 seq.0.3.1 result.1.5 reactiveData.0.2.1 react.1.2.1 re.1.11.0 ppx_tools.5.0 ppx_deriving.4.2.1 ppx_derivers.1.2.1 pcre.7.4.1 ocsigenserver.2.8 ocamlnet.4.1.9-2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 oasis.0.4.11 num.0 menhirSdk.20200211 menhirLib.20200211 menhir.20200211 macaddr.5.3.0 lwt.2.7.1 js_of_ocaml.2.8.4 ipaddr.5.3.0 easy-format.1.3.2 dune-configurator.3.13.0 dune.3.13.0 domain-name.0.4.0 deriving.0.8.1 dbm.1.3 csexp.1.5.2 cryptokit.1.16.1 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libpcre.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-dbm.1.0.0 cmdliner.1.0.4 camlp4.4.04+1 camlp-streams.5.0.1 calendar.3.0.0 biniou.1.2.2 base64.2.3.0 base-num.base base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u eliom:d50fbc5de0bdb8c2de50923017a46a30"))
 (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.496138') && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:27.49: RETRYING: 2024-01-29/151901-voodoo-prep-a4a7b5 Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  87% (28437/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24' locally
docker.io/ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24: Pulling from ocaml/opam
dc27d142423a: Pulling fs layer
dc27d142423a: Verifying Checksum
dc27d142423a: Download complete
dc27d142423a: Pull complete
Digest: sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
Status: Downloaded newer image for ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
2024-01-29 18:22.40 ---> using "30a7422d2b96141048916b4d2204602ef81e33a3eb7b2d29ced9f2fe940400c6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:22.40 ---> using "97b169167040eae44b5e6c8e5365cc839da9151a9b883ee3a69b329d1ad39c5e" 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 (594 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 (7560 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:22.40 ---> using "f52052283d88ce698d3ad3cf8924b80e9ecae7ee1ab4a45aca3d55d4e84c53da" 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.4  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install base-bytes          base   [required by astring]
  - install dune                3.13.0 [required by voodoo-prep]
  - install astring             0.8.3  [required by bos]
  - 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 fpath               0.7.3  [required by voodoo-prep]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.6  [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*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.3] 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.6] 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.4] 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 base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.4
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed seq.0.3.1
-> installed result.1.5
-> 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.6
-> 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:22.40 ---> using "10548bd665ec94d0ce32580165e46a5766b0b9a5677baf875f429b4dcbe6d07c" from cache

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

(from ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24' locally
docker.io/ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24: Pulling from ocaml/opam
dc27d142423a: Pulling fs layer
dc27d142423a: Verifying Checksum
dc27d142423a: Download complete
dc27d142423a: Pull complete
Digest: sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
Status: Downloaded newer image for ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
2024-01-29 18:22.40 ---> using "30a7422d2b96141048916b4d2204602ef81e33a3eb7b2d29ced9f2fe940400c6" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:22.40 ---> using "1c20c8c3496829fbe6c3d25fd31701fa51373ad21a15ff843c74eb7281d789fe" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:22.41 ---> using "1842ba179893cec0eddd2b18a9d8cba9f8e049e843a92ced86c0e49e0ef18f8f" 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:22.41 ---> using "f05deb2e103da42c6a89494913bdf28f17fa1a8092ab0c3c4a1c6c019d7d23b6" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.04. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.04 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:22.41 ---> using "6fa99ecb56a46dd1f1cc5feea4be6d4a66c04446541ab1f3c1813c4f136d8e4b" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:22.41 ---> using "5b3d5ef8b9a2b3b08bba012eafa3ed32587b5fbbce1168ebc8f04cdb71ecd02c" 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:22.41 ---> using "3ee3619f1060a224b8c552678aaa62aa939f243ebb4c82b7efd482b4fed2c1a6" 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 eliom.6.0.0 zarith.1.13 yojson.1.7.0 uutf.1.0.3 uchar.0.0.2 tyxml.4.2.0 topkg.1.0.4 stdlib-shims.0.3.0 ssl.0.5.7 sexplib0.v0.13.0 seq.0.3.1 result.1.5 reactiveData.0.2.1 react.1.2.1 re.1.11.0 ppx_tools.5.0 ppx_deriving.4.2.1 ppx_derivers.1.2.1 pcre.7.4.1 ocsigenserver.2.8 ocamlnet.4.1.9-2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 oasis.0.4.11 num.0 menhirSdk.20200211 menhirLib.20200211 menhir.20200211 macaddr.5.3.0 lwt.2.7.1 js_of_ocaml.2.8.4 ipaddr.5.3.0 easy-format.1.3.2 dune-configurator.3.13.0 dune.3.13.0 domain-name.0.4.0 deriving.0.8.1 dbm.1.3 csexp.1.5.2 cryptokit.1.16.1 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libpcre.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-dbm.1.0.0 cmdliner.1.0.4 camlp4.4.04+1 camlp-streams.5.0.1 calendar.3.0.0 biniou.1.2.2 base64.2.3.0 base-num.base base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [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 1s (370 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 eliom.6.0.0 zarith.1.13 yojson.1.7.0 uutf.1.0.3 uchar.0.0.2 tyxml.4.2.0 topkg.1.0.4 stdlib-shims.0.3.0 ssl.0.5.7 sexplib0.v0.13.0 seq.0.3.1 result.1.5 reactiveData.0.2.1 react.1.2.1 re.1.11.0 ppx_tools.5.0 ppx_deriving.4.2.1 ppx_derivers.1.2.1 pcre.7.4.1 ocsigenserver.2.8 ocamlnet.4.1.9-2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 oasis.0.4.11 num.0 menhirSdk.20200211 menhirLib.20200211 menhir.20200211 macaddr.5.3.0 lwt.2.7.1 js_of_ocaml.2.8.4 ipaddr.5.3.0 easy-format.1.3.2 dune-configurator.3.13.0 dune.3.13.0 domain-name.0.4.0 deriving.0.8.1 dbm.1.3 csexp.1.5.2 cryptokit.1.16.1 cppo_ocamlbuild.1.6.9 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libpcre.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-dbm.1.0.0 cmdliner.1.0.4 camlp4.4.04+1 camlp-streams.5.0.1 calendar.3.0.0 biniou.1.2.2 base64.2.3.0 base-num.base base-bytes.base base.v0.13.2" 

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:
libgdbm-dev
libgmp-dev
libpcre3-dev
libssl-dev
pkg-config
zlib1g-dev
[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 menhirLib               20200211
  - install ppx_derivers            1.2.1
  - install conf-dbm                1.0.0
  - install ocamlbuild              0.14.3
  - install sexplib0                v0.13.0
  - install base-bytes              base
  - install stdlib-shims            0.3.0
  - install domain-name             0.4.0
  - install cmdliner                1.0.4
  - install seq                     0.3.1
  - install conf-gmp                4
  - install conf-pkg-config         3
  - install ppx_tools               5.0
  - install result                  1.5
  - install csexp                   1.5.2
  - install base-num                base
  - install menhirSdk               20200211
  - install macaddr                 5.3.0
  - install camlp-streams           5.0.1
  - install easy-format             1.3.2
  - install dbm                     1.3
  - install uchar                   0.0.2
  - install topkg                   1.0.4
  - install ocamlmod                0.0.9
  - install ocamlify                0.0.1
  - install cppo_ocamlbuild         1.6.9
  - install camlp4                  4.04+1
  - install base64                  2.3.0
  - install re                      1.11.0
  - install zarith                  1.13
  - install conf-gmp-powm-sec       3
  - install conf-zlib               1
  - install conf-libssl             4
  - install conf-libpcre            1
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.13.0
  - install num                     0
  - install menhir                  20200211
  - install ipaddr                  5.3.0
  - install biniou                  1.2.2
  - install uutf                    1.0.3
  - install react                   1.2.1
  - install oasis                   0.4.11
  - install calendar                3.0.0
  - install ppx_deriving            4.2.1
  - install ssl                     0.5.7
  - install cryptokit               1.16.1
  - install base                    v0.13.2
  - install yojson                  1.7.0
  - install tyxml                   4.2.0     For tyxml's ppx, please install tyxml-ppx.
                                              Tyxml's camlp4-based libraries (tyxml.syntax and tyxml.parser) are now deprecated and will be removed in the next major version.
  - install reactiveData            0.2.1
  - install deriving                0.8.1
  - install lwt                     2.7.1     For module Lwt_ssl, please install package lwt_ssl
                                              For module Lwt_react, please install package lwt_react
  - install pcre                    7.4.1
  - install js_of_ocaml             2.8.4
  - install ocamlnet                4.1.9-2
  - install ocsigenserver           2.8
  - install eliom                   6.0.0
===== 59 to install =====

The following system packages will first need to be installed:
    libgdbm-dev libgmp-dev libpcre3-dev libssl-dev pkg-config zlib1g-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" "libgdbm-dev" "libgmp-dev" "libpcre3-dev" "libssl-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgdbm-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 .../00-libgdbm-dev_1.23-3_amd64.deb ...
- Unpacking libgdbm-dev:amd64 (1.23-3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../01-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../02-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../03-libpcre16-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../04-libpcre3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../05-libpcre32-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../06-libpcrecpp0v5_2%3a8.39-15_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../07-libpcre3-dev_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../08-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../09-libssl-dev_3.0.11-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../10-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../11-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../12-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../13-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-15) ...
- Setting up libpcre3:amd64 (2:8.39-15) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Setting up libpcre32-3:amd64 (2:8.39-15) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libgdbm-dev:amd64 (1.23-3) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-15) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libpcre3-dev:amd64 (2:8.39-15) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/177:
Processing  2/177:
Processing  3/177:
Processing  4/177:
Processing  5/177:
Processing  6/177:
Processing  7/177:
-> installed base-bytes.base
Processing  8/177:
-> installed base-num.base
Processing  9/177:
-> retrieved base.v0.13.2  (cached)
Processing 10/177:
-> retrieved base64.2.3.0  (cached)
Processing 11/177:
Processing 12/177: [base64: dune subst]
-> retrieved biniou.1.2.2  (cached)
Processing 13/177: [base64: dune subst]
-> retrieved calendar.3.0.0  (cached)
Processing 14/177: [base64: dune subst]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 15/177: [base64: dune subst]
Processing 16/177: [base64: dune subst]
Processing 17/177: [base64: dune subst]
Processing 18/177: [base64: dune subst]
Processing 19/177: [base64: dune subst]
Processing 20/177: [base64: dune subst]
Processing 21/177: [base64: dune subst]
Processing 22/177: [base64: dune subst]
Processing 23/177: [base64: dune subst] [camlp-streams: dune build]
Processing 24/177: [base64: dune subst] [camlp-streams: dune build] [conf-dbm: sh]
Processing 25/177: [base64: dune subst] [camlp-streams: dune build] [conf-dbm: sh] [conf-gmp: sh]
Processing 26/177: [base64: dune subst] [camlp-streams: dune build] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 26/177: [base64: dune build] [camlp-streams: dune build] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved camlp4.4.04+1  (cached)
Processing 27/177: [base64: dune build] [camlp-streams: dune build] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.4  (cached)
Processing 28/177: [base64: dune build] [camlp-streams: dune build] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 29/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing 30/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 31/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp: sh] [conf-pkg-config: pkg-config] [cppo: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 31/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-pkg-config: pkg-config] [cppo: dune build]
-> installed conf-gmp.4
Processing 32/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 33/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-pkg-config: pkg-config] [cppo: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 33/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [cppo: dune build]
-> installed conf-pkg-config.3
Processing 34/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [cppo: dune build]
Processing 35/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [cppo: dune build]
Processing 36/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [cppo: dune build]
Processing 37/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build]
-> retrieved cppo_ocamlbuild.1.6.9  (cached)
Processing 38/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build]
-> retrieved cryptokit.1.16.1  (cached)
Processing 39/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 40/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build]
Processing 41/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-gmp-powm-sec: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp-powm-sec.3
Processing 41/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> installed conf-gmp-powm-sec.3
Processing 42/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-libpcre: pkg-config libpcre] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libpcre.1
Processing 42/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> installed conf-libpcre.1
Processing 43/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libssl.4
Processing 43/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> installed conf-libssl.4
Processing 44/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [conf-zlib: pkg-config zlib] [cppo: dune build] [csexp: dune build]
-> compiled  conf-zlib.1
Processing 44/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [cppo: dune build] [csexp: dune build]
-> installed conf-zlib.1
Processing 45/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [cppo: dune build] [csexp: dune build]
-> retrieved dbm.1.3  (cached)
Processing 46/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-dbm: sh] [cppo: dune build] [csexp: dune build]
- /usr/bin/ld: /tmp/ccp9uO9J.o: in function `main':
- test_gdbm.c:(.text+0x28): undefined reference to `gdbm_open'
- /usr/bin/ld: test_gdbm.c:(.text+0x38): undefined reference to `gdbm_close'
- collect2: error: ld returned 1 exit status
- /usr/bin/ld: cannot find -lndbm: No such file or directory
- collect2: error: ld returned 1 exit status
- /usr/bin/ld: cannot find -ldb1: No such file or directory
- collect2: error: ld returned 1 exit status
-> compiled  conf-dbm.1.0.0
Processing 46/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> installed conf-dbm.1.0.0
Processing 47/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 48/177: [base64: dune build] [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> compiled  camlp-streams.5.0.1
Processing 48/177: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> installed camlp-streams.5.0.1
Processing 49/177: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> compiled  base64.2.3.0
Processing 49/177: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> installed base64.2.3.0
Processing 50/177: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> retrieved deriving.0.8.1  (cached)
Processing 51/177: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
-> retrieved domain-name.0.4.0  (cached)
Processing 52/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure]
Processing 53/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure] [domain-name: dune build]
-> retrieved easy-format.1.3.2  (cached)
Processing 54/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure] [domain-name: dune build]
Processing 55/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: ./configure] [domain-name: dune build] [easy-format: dune build]
- Configuring for OCaml version 4.04.2
- 
- Configuration for the "camldbm" library:
-         headers found in ......... /usr/include
-         options for compiling .... 
-         options for linking ...... -lgdbm
- 
- Configuration successful
- 
Processing 55/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> retrieved ipaddr.5.3.0  (cached)
Processing 56/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> retrieved js_of_ocaml.2.8.4  (cached)
Processing 57/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> retrieved lwt.2.7.1  (cached)
Processing 58/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> compiled  csexp.1.5.2
Processing 58/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> installed csexp.1.5.2
Processing 59/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
-> retrieved macaddr.5.3.0  (cached)
Processing 60/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build]
Processing 61/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [domain-name: dune build] [easy-format: dune build] [macaddr: dune build]
-> compiled  domain-name.0.4.0
Processing 61/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [easy-format: dune build] [macaddr: dune build]
-> installed domain-name.0.4.0
Processing 62/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [easy-format: dune build] [macaddr: dune build]
-> retrieved menhir.20200211  (cached)
Processing 63/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [easy-format: dune build] [macaddr: dune build]
-> compiled  easy-format.1.3.2
Processing 63/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [macaddr: dune build]
-> installed easy-format.1.3.2
Processing 64/177: [eliom.6.0.0: http] [cmdliner: make all] [cppo: dune build] [dbm: make all] [macaddr: dune build]
Processing 65/177: [eliom.6.0.0: http] [biniou: dune build] [cmdliner: make all] [cppo: dune build] [dbm: make all] [macaddr: dune build]
- ocamlc -c -ccopt "" -ccopt "" -ccopt -DCAML_NAME_SPACE cldbm.c
- ocamlmklib -oc camldbm cldbm.o -lgdbm
- ocamlc -c  dbm.mli
- ocamlc -c  dbm.ml
- ocamlmklib -o dbm -oc camldbm -linkall dbm.cmo -lgdbm
- ocamlopt -c  dbm.ml
- ocamlmklib -o dbm -oc camldbm -linkall dbm.cmx -lgdbm
- ocamlopt -shared -o dbm.cmxs -I . dbm.cmxa
-> compiled  dbm.1.3
Processing 65/177: [eliom.6.0.0: http] [biniou: dune build] [cmdliner: make all] [cppo: dune build] [macaddr: dune build]
Processing 66/177: [eliom.6.0.0: http] [biniou: dune build] [cmdliner: make all] [cppo: dune build] [macaddr: dune build] [dbm: mkdir]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 66/177: [eliom.6.0.0: http] [biniou: dune build] [cppo: dune build] [macaddr: dune build] [dbm: mkdir]
-> compiled  cppo.1.6.9
Processing 66/177: [eliom.6.0.0: http] [biniou: dune build] [macaddr: dune build] [dbm: mkdir]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 67/177: [eliom.6.0.0: http] [biniou: dune build] [macaddr: dune build] [dbm: mkdir]
Processing 68/177: [eliom.6.0.0: http] [biniou: dune build] [dune-configurator: rm] [macaddr: dune build] [dbm: mkdir]
Processing 68/177: [biniou: dune build] [dune-configurator: rm] [macaddr: dune build] [dbm: mkdir]
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I lib/.macaddr_top.objs/byte -I lib/.macaddr_top.objs/native -I /home/opam/.opam/4.04/lib/ocaml/compiler-libs -I lib/.macaddr.objs/byte -I lib/.macaddr.objs/native -intf-suffix .ml -no-alias-deps -o lib/.macaddr_top.objs/native/macaddr_top.cmx -c -impl lib/macaddr_top.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
-> compiled  macaddr.5.3.0
Processing 68/177: [biniou: dune build] [dune-configurator: rm] [dbm: mkdir]
-> retrieved menhirLib.20200211  (cached)
Processing 69/177: [biniou: dune build] [dune-configurator: rm] [dbm: mkdir]
Processing 70/177: [biniou: dune build] [dune-configurator: rm] [dbm: mkdir]
Processing 71/177: [biniou: dune build] [dune-configurator: rm] [menhirLib: dune build] [dbm: mkdir]
Processing 72/177: [biniou: dune build] [dune-configurator: rm] [menhirLib: dune build] [dbm: mkdir]
-> compiled  biniou.1.2.2
Processing 72/177: [dune-configurator: rm] [menhirLib: dune build] [dbm: mkdir]
Processing 72/177: [dune-configurator: rm] [menhirLib: dune build] [dbm: make install]
-> retrieved menhirSdk.20200211  (cached)
Processing 73/177: [dune-configurator: rm] [menhirLib: dune build] [dbm: make install]
Processing 74/177: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [dbm: make install]
-> retrieved eliom.6.0.0  (https://github.com/ocsigen/eliom/archive/6.0.0.tar.gz)
Processing 75/177: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [dbm: make install]
-> retrieved oasis.0.4.11  (cached)
Processing 76/177: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [dbm: make install]
- if test -f dllcamldbm.so; then mkdir /home/opam/.opam/4.04/lib/stublibs || echo Ok; cp dllcamldbm.so /home/opam/.opam/4.04/lib/stublibs/; fi 
- mkdir: cannot create directory '/home/opam/.opam/4.04/lib/stublibs': File exists
- Ok
- cp libcamldbm.a /home/opam/.opam/4.04/lib/dbm/
- cd /home/opam/.opam/4.04/lib/dbm && ranlib libcamldbm.a
- cp dbm.cmx dbm.cma dbm.cmxa dbm.cmi dbm.mli /home/opam/.opam/4.04/lib/dbm/
- cp dbm.a /home/opam/.opam/4.04/lib/dbm/
- cd /home/opam/.opam/4.04/lib/dbm && ranlib dbm.a
- if test -f dbm.cmxs; then cp dbm.cmxs /home/opam/.opam/4.04/lib/dbm/; fi
Processing 76/177: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [dbm: cp META]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 77/177: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [dbm: cp META]
Processing 77/177: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [dbm: cp META]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 78/177: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [dbm: cp META]
Processing 79/177: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [dbm: cp META]
-> retrieved ocamlify.0.0.1  (cached)
Processing 80/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [dbm: cp META]
-> installed dbm.1.3
Processing 80/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make]
-> installed biniou.1.2.2
Processing 81/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make]
Processing 82/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [cmdliner: make install]
-> retrieved ocamlmod.0.0.9  (cached)
Processing 83/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [cmdliner: make install]
-> compiled  menhirSdk.20200211
Processing 83/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make configure.make] [cmdliner: make install]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.04"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.04/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.04/man"; \
- 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.04"; \
- echo "BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.04/lib"; \
- echo "MANDIR=/home/opam/.opam/4.04/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.04/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.04/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- 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.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 83/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
-> retrieved pcre.7.4.1  (cached)
Processing 84/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
- install -d /home/opam/.opam/4.04/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.04/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.04/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.04/lib/cmdliner
Processing 84/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 85/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
Processing 86/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [cmdliner: make install-doc]
-> retrieved ppx_deriving.4.2.1  (cached)
Processing 87/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [cmdliner: make install-doc]
- install -d /home/opam/.opam/4.04/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.04/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 87/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> installed cppo.1.6.9
Processing 88/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> installed macaddr.5.3.0
Processing 89/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> installed menhirSdk.20200211
Processing 90/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> installed num.0
Processing 91/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ocamlnet.4.1.9-2  (cached)
Processing 92/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20200211
Processing 92/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> installed menhirLib.20200211
Processing 93/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
Processing 94/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 94/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed ppx_derivers.1.2.1
Processing 95/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> retrieved ppx_tools.5.0  (cached)
Processing 96/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 97/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> retrieved re.1.11.0  (cached)
Processing 98/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> retrieved react.1.2.1  (cached)
Processing 99/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> retrieved reactiveData.0.2.1  (cached)
Processing 100/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> retrieved result.1.5  (cached)
Processing 101/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
Processing 102/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build]
-> retrieved seq.0.3.1  (cached)
Processing 103/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build]
Processing 104/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 105/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
Processing 106/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build]
-> retrieved ssl.0.5.7  (cached)
Processing 107/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 108/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build]
Processing 109/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved tyxml.4.2.0  (cached)
Processing 110/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved topkg.1.0.4  (cached)
Processing 111/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved uchar.0.0.2  (cached)
Processing 112/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved uutf.1.0.3  (cached)
Processing 113/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.1.7.0  (cached)
Processing 114/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved zarith.1.13  (cached)
Processing 115/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  result.1.5
Processing 115/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> installed result.1.5
Processing 116/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
Processing 117/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  seq.0.3.1
Processing 117/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> installed seq.0.3.1
Processing 118/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
Processing 119/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 119/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 120/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
Processing 121/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ipaddr: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.04/bin
- binary ocamlc: found in /home/opam/.opam/4.04/bin
- binary ocamldep: found in /home/opam/.opam/4.04/bin
- binary ocamlmklib: found in /home/opam/.opam/4.04/bin
- binary ocamldoc: found in /home/opam/.opam/4.04/bin
- binary ocamlopt: found in /home/opam/.opam/4.04/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.04/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- Using OCaml legacy C API custom operations
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP 
-   includes:             -I/home/opam/.opam/4.04/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.04/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 121/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ipaddr: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: make]
-> compiled  sexplib0.v0.13.0
Processing 121/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ipaddr: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
-> installed sexplib0.v0.13.0
Processing 122/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [ipaddr: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I lib/.ipaddr_top.objs/byte -I lib/.ipaddr_top.objs/native -I /home/opam/.opam/4.04/lib/domain-name -I /home/opam/.opam/4.04/lib/macaddr -I /home/opam/.opam/4.04/lib/macaddr/top -I /home/opam/.opam/4.04/lib/ocaml/compiler-libs -I /home/opam/.opam/4.04/lib/stdlib-shims -I lib/.ipaddr.objs/byte -I lib/.ipaddr.objs/native -intf-suffix .ml -no-alias-deps -o lib/.ipaddr_top.objs/native/ipaddr_top.cmx -c -impl lib/ipaddr_top.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
-> compiled  ipaddr.5.3.0
Processing 122/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
-> installed ipaddr.5.3.0
Processing 123/177: [ocsigenserver.2.8: http] [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
Processing 123/177: [dune-configurator: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
-> retrieved ocsigenserver.2.8  (https://github.com/ocsigen/ocsigenserver/archive/2.8.tar.gz)
-> compiled  dune-configurator.3.13.0
Processing 123/177: [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
-> installed dune-configurator.3.13.0
Processing 124/177: [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
Processing 125/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [yojson: dune build] [zarith: make]
Processing 126/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [ssl: dune build] [yojson: dune build] [zarith: make]
- 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
Processing 126/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ssl: dune build] [yojson: dune build] [zarith: make]
Processing 127/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ssl: dune build] [yojson: dune build] [zarith: make] [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.04/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.04/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.04/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.04/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.04/lib/ppx_tools/META
-> installed ppx_tools.5.0
Processing 127/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ssl: dune build] [yojson: dune build] [zarith: make]
-> compiled  re.1.11.0
Processing 127/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [yojson: dune build] [zarith: make]
-> installed re.1.11.0
Processing 128/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [yojson: dune build] [zarith: make]
Processing 129/177: [base: dune build] [calendar: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [yojson: dune build] [zarith: make]
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -safe-string -g -bin-annot -I lib/.yojson.objs/byte -I /home/opam/.opam/4.04/lib/biniou -I /home/opam/.opam/4.04/lib/camlp-streams -I /home/opam/.opam/4.04/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.04/bin/ocamlopt.opt -safe-string -g -I lib/.yojson.objs/byte -I lib/.yojson.objs/native -I /home/opam/.opam/4.04/lib/biniou -I /home/opam/.opam/4.04/lib/camlp-streams -I /home/opam/.opam/4.04/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 129/177: [base: dune build] [calendar: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [zarith: make]
-> installed yojson.1.7.0
Processing 130/177: [base: dune build] [calendar: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [zarith: make]
-> compiled  calendar.3.0.0
Processing 130/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [zarith: make]
-> installed calendar.3.0.0
Processing 131/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [zarith: make]
- (cd _build/default/src && /usr/bin/gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -g -I /home/opam/.opam/4.04/lib/ocaml -o ssl_stubs.o -c ssl_stubs.c)
- ssl_stubs.c: In function 'get_method':
- ssl_stubs.c:315:11: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   315 |           method = TLSv1_client_method();
-       |           ^~~~~~
- In file included from ssl_stubs.c:46:
- /usr/include/openssl/ssl.h:2017:50: note: declared here
-  2017 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:319:11: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   319 |           method = TLSv1_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2016:50: note: declared here
-  2016 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:323:11: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   323 |           method = TLSv1_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2015:50: note: declared here
-  2015 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
-       |                                                  ^~~~~~~~~~~~
- ssl_stubs.c:333:11: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   333 |           method = TLSv1_1_client_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2025:50: note: declared here
-  2025 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:337:11: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   337 |           method = TLSv1_1_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2024:50: note: declared here
-  2024 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:341:11: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   341 |           method = TLSv1_1_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2023:50: note: declared here
-  2023 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */
-       |                                                  ^~~~~~~~~~~~~~
- ssl_stubs.c:352:11: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   352 |           method = TLSv1_2_client_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2033:50: note: declared here
-  2033 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:356:11: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   356 |           method = TLSv1_2_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2032:50: note: declared here
-  2032 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:360:11: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   360 |           method = TLSv1_2_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2031:50: note: declared here
-  2031 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */
-       |                                                  ^~~~~~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file':
- ssl_stubs.c:688:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   688 |     DH_free(dh);
-       |     ^~~~~~~
- In file included from /usr/include/openssl/dsa.h:51,
-                  from /usr/include/openssl/x509.h:37,
-                  from /usr/include/openssl/ssl.h:31:
- /usr/include/openssl/dh.h:204:28: note: declared here
-   204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
-       |                            ^~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_ec_from_named_curve':
- ssl_stubs.c:715:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   715 |   ecdh = EC_KEY_new_by_curve_name(nid);
-       |   ^~~~
- In file included from /usr/include/openssl/x509.h:33:
- /usr/include/openssl/ec.h:998:31: note: declared here
-   998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
-       |                               ^~~~~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:723:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   723 |     EC_KEY_free(ecdh);
-       |     ^~~~~~~~~~~
- /usr/include/openssl/ec.h:1003:28: note: declared here
-  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
-       |                            ^~~~~~~~~~~
- ssl_stubs.c: In function 'load_dh_param':
- ssl_stubs.c:1350:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1350 |   ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL);
-       |   ^~~
- In file included from /usr/include/openssl/ssl.h:36:
- /usr/include/openssl/pem.h:469:1: note: declared here
-   469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
-       | ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c: At top level:
- ssl_stubs.c:198:13: warning: 'dyn_destroy_function' defined but not used [-Wunused-function]
-   198 | static void dyn_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:190:13: warning: 'dyn_lock_function' defined but not used [-Wunused-function]
-   190 | static void dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~~
- ssl_stubs.c:178:37: warning: 'dyn_create_function' defined but not used [-Wunused-function]
-   178 | static struct CRYPTO_dynlock_value *dyn_create_function(const char *file, int line)
-       |                                     ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:173:22: warning: 'id_function' defined but not used [-Wunused-function]
-   173 | static unsigned long id_function(void)
-       |                      ^~~~~~~~~~~
- ssl_stubs.c:165:13: warning: 'locking_function' defined but not used [-Wunused-function]
-   165 | static void locking_function(int mode, int n, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~
-> compiled  ssl.0.5.7
Processing 131/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
-> installed ssl.0.5.7
Processing 132/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/4.04/lib/ocaml   -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 132/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 133/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.04/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.04/lib/zarith/q.mli
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.04/lib/zarith/z.mli
- Installed /home/opam/.opam/4.04/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.04/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/zarith/META
-> installed zarith.1.13
Processing 133/177: [base: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 134/177: [base: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.04/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.04/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 plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -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 plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -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 plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- 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/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- 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/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.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.04/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 134/177: [base: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed ocamlbuild.0.14.3
Processing 135/177: [base: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
[camlp4: patch] applying termux.patch
Processing 136/177: [base: dune build] [camlp4: patch] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
Processing 137/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
Processing 138/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml]
Processing 139/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml]
Processing 140/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
Processing 141/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [cryptokit: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
- (cd _build/default/src && config/flags.exe)
- ZLib: ............................... enabled
- Hardware support for AES and GCM: ... enabled
-> compiled  cryptokit.1.16.1
Processing 141/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
-> installed cryptokit.1.16.1
Processing 142/177: [base: dune build] [camlp4: patch] [cppo_ocamlbuild: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
[camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch
Processing 142/177: [base: dune build] [camlp4: ./configure] [cppo_ocamlbuild: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
Processing 142/177: [base: dune build] [camlp4: make clean] [cppo_ocamlbuild: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
- rm -rf _build
Processing 142/177: [base: dune build] [camlp4: make all] [cppo_ocamlbuild: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
-> compiled  cppo_ocamlbuild.1.6.9
Processing 142/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
-> installed cppo_ocamlbuild.1.6.9
Processing 143/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [uchar: ocaml]
-> compiled  uchar.0.0.2
Processing 143/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
-> installed uchar.0.0.2
Processing 144/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Running command '/home/opam/.opam/4.04/bin/ocamlc.opt -config > /tmp/oasis-a860b9.txt'
- I: Running command '/home/opam/.opam/4.04/bin/ocamlfind query -format %v findlib > /tmp/oasis-47096f.txt'
- 
- Configuration: 
- 
- OCamlbuild additional flags: ................... 
- Compile with ocaml profile flag on.: ........... false
- Compile with ocaml debug flag on.: ............. true
- Remove a directory.: ........................... rm -rf
- Remove a file.: ................................ rm -f
- suffix_program: ................................ 
- is_native: ..................................... true
- findlib_version: ............................... 1.9.6
- PS documentation: .............................. $docdir
- PDF documentation: ............................. $docdir
- DVI documentation: ............................. $docdir
- HTML documentation: ............................ $docdir
- Documentation root: ............................ $datarootdir/doc/$pkg_name
- Man documentation: ............................. $datarootdir/man
- Locale-dependent data: ......................... $datarootdir/locale
- Info documentation: ............................ $datarootdir/info
- Read-only architecture-independent data: ....... $datarootdir
- Read-only arch-independent data root: .......... $prefix/share
- Object code libraries: ......................... $exec_prefix/lib
- Modifiable single-machine data: ................ $prefix/var
- Modifiable architecture-independent data: ...... $prefix/com
- Read-only single-machine data: ................. $prefix/etc
- Program executables: ........................... $exec_prefix/libexec
- System admin executables: ...................... $exec_prefix/sbin
- User executables: .............................. $exec_prefix/bin
- Install architecture-dependent files in dir: ... $prefix
- Install architecture-independent files dir: .... /home/opam/.opam/4.04
- systhread_supported: ........................... true
- default_executable_name: ....................... a.out
- ext_dll: ....................................... .so
- ext_lib: ....................................... .a
- ext_asm: ....................................... .s
- ext_obj: ....................................... .o
- model: ......................................... default
- native_c_compiler: ............................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- bytecomp_c_compiler: ........................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- standard_runtime: .............................. /home/opam/.opam/4.04/bin/ocamlrun
- standard_library: .............................. /home/opam/.opam/4.04/lib/ocaml
- standard_library_default: ...................... /home/opam/.opam/4.04/lib/ocaml
- ocaml_version: ................................. 4.04.2
- ccomp_type: .................................... cc
- architecture: .................................. amd64
- system: ........................................ linux
- os_type: ....................................... Unix
- Package version: ............................... 0.0.1
- Package name: .................................. ocamlify
- ocamlbuild: .................................... /home/opam/.opam/4.04/bin/ocamlbuild
- ocamlopt: ...................................... /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlc: ........................................ /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlfind: ..................................... /home/opam/.opam/4.04/bin/ocamlfind
- 
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ ocamlmod
- Package version: ..................................... 0.0.9
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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.04
- 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: .........................
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_str: ............................................. /home/opam/.opam/4.04/lib/ocaml
- 
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 144/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 145/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
[ppx_deriving: subst] expanding opam variables in pkg/META.in, generating pkg/META
Processing 146/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build]
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Running command '/home/opam/.opam/4.04/bin/ocamlbuild src/ocamlify.byte -tag debug'
- /home/opam/.opam/4.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules src/ocamlify.ml > src/ocamlify.ml.depends
- ocamlfind ocamldep -modules src/OCamlifyConfig.ml > src/OCamlifyConfig.ml.depends
- ocamlfind ocamlc -c -g -I src -o src/OCamlifyConfig.cmo src/OCamlifyConfig.ml
- ocamlfind ocamlc -c -g -I src -o src/ocamlify.cmo src/ocamlify.ml
- ocamlfind ocamlc -g -linkpkg -I src src/OCamlifyConfig.cmo src/ocamlify.cmo -o src/ocamlify.byte
- I: Running command 'cp '_build/src/ocamlify.byte' '_build/src/ocamlify''
-> compiled  ocamlify.0.0.1
Processing 146/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build]
Processing 147/177: [base: dune build] [camlp4: make all] [menhir: dune build] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build] [ocamlify: ocaml setup.ml]
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- 102 out of 298 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 48 out of 96 symbols keep track of their end position.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20200211
Processing 147/177: [base: dune build] [camlp4: make all] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build] [ocamlify: ocaml setup.ml]
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Copying file '/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' to '/home/opam/.opam/4.04/bin/ocamlify'
- I: Running command 'cp '/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' '/home/opam/.opam/4.04/bin/ocamlify''
-> installed ocamlify.0.0.1
Processing 147/177: [base: dune build] [camlp4: make all] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build]
-> installed menhir.20200211
Processing 148/177: [base: dune build] [camlp4: make all] [ocamlmod: ocaml setup.ml] [ppx_deriving: ocaml] [topkg: ocaml build]
- /home/opam/.opam/4.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 21, characters 18-27:
- Warning: the tag "pkg_oUnit" 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.
- File "_tags", line 23, characters 19-28:
- Warning: the tag "pkg_oUnit" 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.
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package str -modules src/ocamlmod.ml > src/ocamlmod.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package str -modules src/ocamlmodConf.ml > src/ocamlmodConf.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmodConf.cmo src/ocamlmodConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
- File "src/ocamlmod.ml", line 52, characters 4-21:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocamlmod.ml", line 29, characters 6-13:
- Warning 26: unused variable real_fn.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -linkpkg -package str -I src src/ocamlmodConf.cmo src/ocamlmod.cmo -o src/ocamlmod.byte
-> compiled  ocamlmod.0.0.9
Processing 148/177: [base: dune build] [camlp4: make all] [ppx_deriving: ocaml] [topkg: ocaml build]
Processing 149/177: [base: dune build] [camlp4: make all] [ppx_deriving: ocaml] [topkg: ocaml build] [ocamlmod: ocaml setup.ml]
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Import0.cmo -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Import0.cmx -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base.cmo -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base.cmx -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
Processing 149/177: [camlp4: make all] [ppx_deriving: ocaml] [topkg: ocaml build] [ocamlmod: ocaml setup.ml]
- 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 -I src 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 -linkall -I src src/topkg.cmxa -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 -I src 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.4
Processing 149/177: [camlp4: make all] [ppx_deriving: ocaml] [ocamlmod: ocaml setup.ml]
-> installed ocamlmod.0.0.9
Processing 149/177: [camlp4: make all] [ppx_deriving: ocaml]
Processing 150/177: [camlp4: make all] [oasis: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed base.v0.13.2
Processing 151/177: [camlp4: make all] [oasis: ocaml setup.ml] [ppx_deriving: ocaml]
Processing 152/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml]
-> installed topkg.1.0.4
Processing 153/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml]
Processing 154/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml] [react: ocaml build]
Processing 155/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml] [react: ocaml build] [uutf: ocaml build]
- ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends
- ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmi src/uutf.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmx src/uutf.ml
- ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmo src/uutf.ml
- ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma
- ocamlfind ocamldep -package unix -package cmdliner -modules test/utftrip.ml > test/utftrip.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmo test/utftrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmx test/utftrip.ml
- ocamlfind ocamlopt -linkpkg -g -package unix -package cmdliner -I src -I test src/uutf.cmx test/utftrip.cmx -o test/utftrip.native
- # No parallelism done
-> compiled  uutf.1.0.3
Processing 155/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml] [react: ocaml build]
-> installed uutf.1.0.3
Processing 156/177: [camlp4: make all] [oasis: ocaml setup.ml] [pcre: dune build] [ppx_deriving: ocaml] [react: ocaml build]
-> compiled  pcre.7.4.1
Processing 156/177: [camlp4: make all] [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [react: ocaml build]
-> installed pcre.7.4.1
Processing 157/177: [camlp4: make all] [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [react: ocaml build]
[ocamlnet: patch] applying fix-version-number.patch
Processing 158/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: patch] [ppx_deriving: ocaml] [react: 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 -I src src/react.cmx -o src/react.cmxa
- ocamlfind ocamlopt -shared -linkall -package bytes -I src src/react.cmxa -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 -I src 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.04/lib/ocaml, /home/opam/.opam/4.04/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.04/lib/ocaml, /home/opam/.opam/4.04/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 -I src src/react_top.cmx -o src/react_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  react.1.2.1
Processing 158/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: patch] [ppx_deriving: ocaml]
-> installed react.1.2.1
Processing 159/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: patch] [ppx_deriving: ocaml]
Processing 160/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: patch] [ppx_deriving: ocaml] [reactiveData: ocaml]
[ocamlnet: patch] applying pkg-config.patch
Processing 160/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: env] [ppx_deriving: ocaml] [reactiveData: ocaml]
- ocamlfind ocamldep -package react -modules src/reactiveData.ml > src/reactiveData.ml.depends
- ocamlfind ocamldep -package react -modules src/reactiveData.mli > src/reactiveData.mli.depends
- ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmi src/reactiveData.mli
- ocamlfind ocamlopt -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmx src/reactiveData.ml
- ocamlfind ocamlopt -a -package react -I src src/reactiveData.cmx -o src/reactiveData.cmxa
- ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmo src/reactiveData.ml
- ocamlfind ocamlc -a -package react -I src src/reactiveData.cmo -o src/reactiveData.cma
- ocamlfind ocamlopt -shared -linkall -package react -I src src/reactiveData.cmxa -o src/reactiveData.cmxs
-> compiled  reactiveData.0.2.1
Processing 160/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: env] [ppx_deriving: ocaml]
-> installed reactiveData.0.2.1
Processing 161/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: env] [ppx_deriving: ocaml]
- 
- Configuration:
- ocamlfind: ................................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: ...................................................... /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: .................................................... /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .................................................. /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ................................................ oasis
- Package version: ............................................. 0.4.11
- os_type: ..................................................... Unix
- system: ...................................................... linux
- architecture: ................................................ amd64
- ccomp_type: .................................................. cc
- ocaml_version: ............................................... 4.04.2
- standard_library_default: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_library: ............................................ /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: ............................................ /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ......................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ........................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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.04
- 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: .................................
- Install OASIS and base libraries, for plugins development: ... true
- Build OASIS tools for development: ........................... false
- Build test-quickstart: ....................................... true
- Build test-omake: ............................................ false
- Build test-devel: ............................................ false
- Create documentations: ....................................... true
- Compile tests executable and library and run them: ........... false
- make: ........................................................ /usr/bin/make
- ocamlmod: .................................................... /home/opam/.opam/4.04/bin/ocamlmod
- ocamlyacc: ................................................... /home/opam/.opam/4.04/bin/ocamlyacc
- ocamllex: .................................................... /home/opam/.opam/4.04/bin/ocamllex
- ocamlify: .................................................... /home/opam/.opam/4.04/bin/ocamlify
- pkg_unix: .................................................... /home/opam/.opam/4.04/lib/ocaml
- pkg_ocamlbuild: .............................................. /home/opam/.opam/4.04/lib/ocamlbuild
- ocamldoc: .................................................... /home/opam/.opam/4.04/bin/ocamldoc
- pkg_dynlink: ................................................. /home/opam/.opam/4.04/lib/ocaml
- pkg_findlib: ................................................. /home/opam/.opam/4.04/lib/findlib
- 
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- cppo -V OCAML:4.04.2 -o src/ppx_deriving_main.ml src/ppx_deriving_main.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -modules src/ppx_deriving_main.ml > src/ppx_deriving_main.ml.depends
- cppo -V OCAML:4.04.2 -o src/ppx_deriving.mli src/ppx_deriving.cppo.mli
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -modules src/ppx_deriving.mli > src/ppx_deriving.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cppo -V OCAML:4.04.2 -o src/ppx_deriving.ml src/ppx_deriving.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -modules src/ppx_deriving.ml > src/ppx_deriving.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmx src/ppx_deriving_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmx src/ppx_deriving_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -linkpkg -g -linkall -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -I src src/ppx_deriving.cmx src/ppx_deriving_main.cmx -o src/ppx_deriving_main.native
- + ocamlfind ocamlopt -linkpkg -g -linkall -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -I src src/ppx_deriving.cmx src/ppx_deriving_main.cmx -o src/ppx_deriving_main.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src src/ppx_deriving.cmx -o src/ppx_deriving.cmxa
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmo src/ppx_deriving.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmo src/ppx_deriving.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -I src src/ppx_deriving.cmo -o src/ppx_deriving.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving.cmxa -o src/ppx_deriving.cmxs
- ocamlfind ocamlopt -a -I src src/ppx_deriving_main.cmx -o src/ppx_deriving_main.cmxa
- ocamlfind ocamlc -a -I src src/ppx_deriving_main.cmo -o src/ppx_deriving_main.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving_main.cmxa -o src/ppx_deriving_main.cmxs
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -modules src/ppx_deriving_runtime.ml > src/ppx_deriving_runtime.ml.depends
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -modules src/ppx_deriving_runtime.mli > src/ppx_deriving_runtime.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmi src/ppx_deriving_runtime.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmi src/ppx_deriving_runtime.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmx src/ppx_deriving_runtime.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmx src/ppx_deriving_runtime.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src src/ppx_deriving_runtime.cmx -o src/ppx_deriving_runtime.cmxa
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmo src/ppx_deriving_runtime.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -package ppx_derivers -package ocaml-migrate-parsetree -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmo src/ppx_deriving_runtime.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -I src src/ppx_deriving_runtime.cmo -o src/ppx_deriving_runtime.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving_runtime.cmxa -o src/ppx_deriving_runtime.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_create.ml src_plugins/ppx_deriving_create.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_create.ml > src_plugins/ppx_deriving_create.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmo src_plugins/ppx_deriving_create.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmo src_plugins/ppx_deriving_create.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmx src_plugins/ppx_deriving_create.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmx src_plugins/ppx_deriving_create.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_create.cmx -o src_plugins/ppx_deriving_create.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_create.cmo -o src_plugins/ppx_deriving_create.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_create.cmxa -o src_plugins/ppx_deriving_create.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_enum.ml src_plugins/ppx_deriving_enum.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_enum.ml > src_plugins/ppx_deriving_enum.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmo src_plugins/ppx_deriving_enum.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmo src_plugins/ppx_deriving_enum.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmx src_plugins/ppx_deriving_enum.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmx src_plugins/ppx_deriving_enum.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_enum.cmx -o src_plugins/ppx_deriving_enum.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_enum.cmo -o src_plugins/ppx_deriving_enum.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_enum.cmxa -o src_plugins/ppx_deriving_enum.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_eq.ml src_plugins/ppx_deriving_eq.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_eq.ml > src_plugins/ppx_deriving_eq.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmo src_plugins/ppx_deriving_eq.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmo src_plugins/ppx_deriving_eq.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmx src_plugins/ppx_deriving_eq.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmx src_plugins/ppx_deriving_eq.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_eq.cmx -o src_plugins/ppx_deriving_eq.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_eq.cmo -o src_plugins/ppx_deriving_eq.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_eq.cmxa -o src_plugins/ppx_deriving_eq.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_fold.ml src_plugins/ppx_deriving_fold.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_fold.ml > src_plugins/ppx_deriving_fold.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmo src_plugins/ppx_deriving_fold.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmo src_plugins/ppx_deriving_fold.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmx src_plugins/ppx_deriving_fold.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmx src_plugins/ppx_deriving_fold.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_fold.cmx -o src_plugins/ppx_deriving_fold.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_fold.cmo -o src_plugins/ppx_deriving_fold.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_fold.cmxa -o src_plugins/ppx_deriving_fold.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_iter.ml src_plugins/ppx_deriving_iter.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_iter.ml > src_plugins/ppx_deriving_iter.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmo src_plugins/ppx_deriving_iter.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmo src_plugins/ppx_deriving_iter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmx src_plugins/ppx_deriving_iter.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmx src_plugins/ppx_deriving_iter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_iter.cmx -o src_plugins/ppx_deriving_iter.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_iter.cmo -o src_plugins/ppx_deriving_iter.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_iter.cmxa -o src_plugins/ppx_deriving_iter.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_make.ml src_plugins/ppx_deriving_make.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_make.ml > src_plugins/ppx_deriving_make.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmo src_plugins/ppx_deriving_make.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmo src_plugins/ppx_deriving_make.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmx src_plugins/ppx_deriving_make.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmx src_plugins/ppx_deriving_make.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_make.cmx -o src_plugins/ppx_deriving_make.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_make.cmo -o src_plugins/ppx_deriving_make.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_make.cmxa -o src_plugins/ppx_deriving_make.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_map.ml src_plugins/ppx_deriving_map.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_map.ml > src_plugins/ppx_deriving_map.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmo src_plugins/ppx_deriving_map.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmo src_plugins/ppx_deriving_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmx src_plugins/ppx_deriving_map.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmx src_plugins/ppx_deriving_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_map.cmx -o src_plugins/ppx_deriving_map.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_map.cmo -o src_plugins/ppx_deriving_map.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_map.cmxa -o src_plugins/ppx_deriving_map.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_ord.ml src_plugins/ppx_deriving_ord.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_ord.ml > src_plugins/ppx_deriving_ord.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmo src_plugins/ppx_deriving_ord.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmo src_plugins/ppx_deriving_ord.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmx src_plugins/ppx_deriving_ord.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmx src_plugins/ppx_deriving_ord.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_ord.cmx -o src_plugins/ppx_deriving_ord.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_ord.cmo -o src_plugins/ppx_deriving_ord.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_ord.cmxa -o src_plugins/ppx_deriving_ord.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_show.ml src_plugins/ppx_deriving_show.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_show.ml > src_plugins/ppx_deriving_show.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmo src_plugins/ppx_deriving_show.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmo src_plugins/ppx_deriving_show.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmx src_plugins/ppx_deriving_show.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmx src_plugins/ppx_deriving_show.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -linkall -I src_plugins src_plugins/ppx_deriving_show.cmx -o src_plugins/ppx_deriving_show.cmxa
- ocamlfind ocamlc -a -linkall -I src_plugins src_plugins/ppx_deriving_show.cmo -o src_plugins/ppx_deriving_show.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_show.cmxa -o src_plugins/ppx_deriving_show.cmxs
-> compiled  ppx_deriving.4.2.1
Processing 161/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: env]
-> installed ppx_deriving.4.2.1
Processing 162/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: env]
- Welcome to Ocamlnet version 4.1.9
- Checking operating system... Linux
- Checking for findlib... found
- Checking multi-threading support... posix (ok)
- Checking whether cmxs is supported... yes
- Checking word size... 64 bit
- Checking endianess... little
- Checking for GPROF... found
- Checking for attributes... yes
- Checking for immutable strings... yes
- Checking for String.lowercase_ascii and the like... yes
- Checking for extensible variants... yes
- Checking for Unix.map_file... no
- Checking for [@@noalloc]... yes
- checking for -opaque... present
- Checking for PCRE... found
- Checking for win32... no
- Checking whether Ocaml has Printexc.register_printer... found
- Checking for POSIX pthread... found
- Checking whether Ocaml has fancy page tables... found
- Checking on new implementation of caml_modify... found
- Checking whether new caml_modify can be overridden... found
- Checking whether out-of-heap values are supported and mutable... yes
- Checking for POSIX shared memory... found
- Checking for POSIX semaphores (anonymous)... found
- Checking for POSIX semaphores (named)... found
- Checking for POSIX spawn... found
- Checking for POSIX fadvise... found
- Checking for POSIX fallocate... found
- Checking for POSIX memalign... found
- Checking for syslog... found
- Checking for POSIX functions like openat... found
- Checking for POSIX function mkfifoat... found
- Checking for fchdir... found
- Checking for fdopendir... found
- Checking for realpath... found
- Checking for grantpt (System V style PTYs)... found
- Checking for posix_openpt (System V style PTYs)... found
- Checking for initgroups...found
- Checking for POSIX clocks...found
- Checking for POSIX timers...found
- Checking for eventfd (Linux)...found
- Checking for timerfd (Linux)...found
- Checking for epoll (Linux)...found
- Checking for getifaddrs...found
- Checking for compare_and_swap (GCC)...found
- Checking for GPROF... found
- Checking for O_SHARE_DELETE... yes
- Checking for O_CLOEXEC... yes
- Checking for O_KEEPEXEC... no
- Checking for getpeereid... not found
- Checking for getpeerucred... not found
- Checking whether netcamlbox and netmulticore are supported... yes
- Checking for make utility... Preprocessor for ocamlrpcgen: cpp
- 
- Effective options:
-     -enable-pcre
-     -disable-full-pcre
-     -disable-gtk
-     -disable-gtk2
-     -disable-tcl
-     -disable-gnutls
-     -disable-gssapi
-     -disable-zip
-     -disable-apache
-     -enable-nethttpd
-     -bindir /home/opam/.opam/4.04/bin
-     -datadir /home/opam/.opam/4.04/lib/netunidata
-     -cpp cpp
- 
- Writing Makefile.conf
- 
- Please check Makefile.conf.
- 
- You can now compile Ocamlnet by invoking
-    make all
- for the bytecode compiler, and optionally by invoking
-    make opt
- for the native-code compiler (if supported on your architecture).
- Finally, a
-    make install
- will install the package(s).
Processing 162/177: [camlp4: make all] [oasis: ocaml setup.ml] [ocamlnet: make all]
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "test/data/TestFull/dev/_tags", line 27, characters 8-17:
- Warning: the tag "pkg_oUnit" 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.
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.mli > src/oasis/FormatExt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmi src/oasis/FormatExt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.ml > src/oasis/FormatExt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISString.ml > src/oasis/OASISString.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmo src/oasis/OASISString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.mli > src/oasis/PropList.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmi src/oasis/PropList.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.ml > src/oasis/PropList.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.mli > src/oasis/OASISGettext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmi src/oasis/OASISGettext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.mli > src/oasis/OASISUtils.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmi src/oasis/OASISUtils.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.ml > src/oasis/OASISUtils.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.mli > src/oasis/OASISUnixPath.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmi src/oasis/OASISUnixPath.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.ml > src/oasis/OASISUnixPath.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPath_intern.ml > src/oasis/OASISPath_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmo src/oasis/OASISPath_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.mli > src/oasis/OASISFileSystem.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmi src/oasis/OASISFileSystem.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.ml > src/oasis/OASISFileSystem.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.mli > src/oasis/OASISContext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmi src/oasis/OASISContext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.ml > src/oasis/OASISContext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.mli > src/oasis/OASISSourcePatterns.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDataNotation.ml > src/oasis/OASISDataNotation.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmo src/oasis/OASISDataNotation.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmi src/oasis/OASISSourcePatterns.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.ml > src/oasis/OASISSourcePatterns.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.ml > src/oasis/OASISGettext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.mli > src/oasis/OASISMessage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmi src/oasis/OASISMessage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.ml > src/oasis/OASISMessage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISText.ml > src/oasis/OASISText.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.mli > src/oasis/OASISValues.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmi src/oasis/OASISValues.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.mli > src/oasis/OASISTypes.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.mli > src/oasis/OASISExpr.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.mli > src/oasis/OASISLicense.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.mli > src/oasis/OASISVersion.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmi src/oasis/OASISVersion.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmo src/oasis/OASISText.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmi src/oasis/OASISExpr.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmi src/oasis/OASISLicense.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmi src/oasis/OASISTypes.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.ml > src/oasis/OASISTypes.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.mli > src/oasis/OASISParse.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmi src/oasis/OASISParse.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.ml > src/oasis/OASISParse.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst.ml > src/oasis/OASISAst.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_types.ml > src/oasis/OASISAst_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.mli > src/oasis/OASISBuildSection.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.mli > src/oasis/OASISSection.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmi src/oasis/OASISSection.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCheck.ml > src/oasis/OASISCheck.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFeatures.ml > src/oasis/OASISFeatures.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.mli > src/oasis/OASISPlugin.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.mli > src/oasis/OASISFileTemplate.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSetupUpdate.ml > src/oasis/OASISSetupUpdate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmi src/oasis/OASISFileTemplate.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmo src/oasis/OASISSetupUpdate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema_intern.ml > src/oasis/OASISSchema_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmo src/oasis/OASISAst_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmo src/oasis/OASISFeatures.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmi src/oasis/OASISPlugin.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmo src/oasis/OASISSchema_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.mli > src/oasis/OASISDocument.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.mli > src/oasis/OASISSchema.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmi src/oasis/OASISSchema.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument_intern.ml > src/oasis/OASISDocument_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection_intern.ml > src/oasis/OASISBuildSection_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCustom.ml > src/oasis/OASISCustom.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection_intern.ml > src/oasis/OASISSection_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISBuildSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmo src/oasis/OASISCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmo src/oasis/OASISSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.mli > src/oasis/OASISExecutable.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable_intern.ml > src/oasis/OASISExecutable_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.mli > src/oasis/OASISFindlib.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.mli > src/oasis/OASISFlag.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag_intern.ml > src/oasis/OASISFlag_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.mli > src/oasis/OASISLibrary.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary_intern.ml > src/oasis/OASISLibrary_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.mli > src/oasis/OASISObject.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject_intern.ml > src/oasis/OASISObject_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.mli > src/oasis/OASISPackage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage_intern.ml > src/oasis/OASISPackage_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISConf.ml > src/oasis/OASISConf.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmo src/oasis/OASISConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.mli > src/oasis/OASISSourceRepository.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository_intern.ml > src/oasis/OASISSourceRepository_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.mli > src/oasis/OASISTest.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest_intern.ml > src/oasis/OASISTest_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmi src/oasis/OASISBuildSection.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmo src/oasis/OASISCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmi src/oasis/OASISDocument.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmo src/oasis/OASISDocument_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmi src/oasis/OASISExecutable.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmi src/oasis/OASISFindlib.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmi src/oasis/OASISFlag.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmi src/oasis/OASISLibrary.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmi src/oasis/OASISObject.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmo src/oasis/OASISObject_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmi src/oasis/OASISPackage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmi src/oasis/OASISSourceRepository.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmi src/oasis/OASISTest.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmo src/oasis/OASISTest_intern.ml
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISAst_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_lexer.ml > src/oasis/OASISAst_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISAst_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.mli > src/oasis/OASISAst_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmi src/oasis/OASISAst_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMutex.ml > src/oasis/OASISMutex.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmo src/oasis/OASISAst.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmo src/oasis/OASISAst_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmo src/oasis/OASISMutex.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.ml > src/oasis/OASISValues.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISValues_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues_lexer.ml > src/oasis/OASISValues_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.ml > src/oasis/OASISExpr.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.ml > src/oasis/OASISVersion.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISVersion_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_lexer.ml > src/oasis/OASISVersion_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISVersion_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.mli > src/oasis/OASISVersion_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_types.ml > src/oasis/OASISVersion_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmi src/oasis/OASISVersion_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.ml > src/oasis/OASISLicense.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISLicense_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_lexer.ml > src/oasis/OASISLicense_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISLicense_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.mli > src/oasis/OASISLicense_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_types.ml > src/oasis/OASISLicense_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmi src/oasis/OASISLicense_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmo src/oasis/OASISLicense_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.ml > src/oasis/OASISFileTemplate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.mli > src/oasis/OASISFileUtil.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.mli > src/oasis/OASISHostPath.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmi src/oasis/OASISFileUtil.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmi src/oasis/OASISHostPath.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.ml > src/oasis/OASISBuildSection.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGraph.ml > src/oasis/OASISGraph.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmo src/oasis/OASISGraph.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.ml > src/oasis/OASISDocument.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.ml > src/oasis/OASISExecutable.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.ml > src/oasis/OASISFlag.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.ml > src/oasis/OASISLibrary.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.ml > src/oasis/OASISObject.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.ml > src/oasis/OASISPackage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.ml > src/oasis/OASISSourceRepository.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.ml > src/oasis/OASISTest.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.ml > src/oasis/OASISPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.ml > src/oasis/OASISFindlib.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.ml > src/oasis/OASISSchema.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.ml > src/oasis/OASISSection.ml.depends
- ocamlify --depends --output src/oasis/OASISData.mlify.depends src/oasis/OASISData.mlify
- ocamlmod src/oasis/OASISSys.mod
- ocamlmod src/oasis/OASISSysLight.mod
- ocamlmod src/oasis/OASISSysBundle.mod
- ocamlify --output src/oasis/OASISData.ml src/oasis/OASISData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISData.ml > src/oasis/OASISData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.mli > src/oasis/OASISExec.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmi src/oasis/OASISExec.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.ml > src/oasis/OASISExec.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.ml > src/oasis/OASISFileUtil.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.ml > src/oasis/OASISHostPath.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.ml > src/oasis/OASISVersion_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.ml > src/oasis/OASISLicense_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.ml > src/oasis/OASISAst_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISQuickstart.ml > src/oasis/OASISQuickstart.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFormat.ml > src/oasis/OASISFormat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmo src/oasis/OASISFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHelp.ml > src/oasis/OASISHelp.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmo src/oasis/OASISData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmo src/oasis/FormatExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmo src/oasis/PropList.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmo src/oasis/OASISUtils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmo src/oasis/OASISUnixPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmo src/oasis/OASISFileSystem.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmo src/oasis/OASISContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmo src/oasis/OASISSourcePatterns.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmo src/oasis/OASISGettext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmo src/oasis/OASISMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmo src/oasis/OASISTypes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmo src/oasis/OASISParse.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmo src/oasis/OASISValues.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmo src/oasis/OASISExpr.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmo src/oasis/OASISVersion.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmo src/oasis/OASISLicense.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmo src/oasis/OASISFileTemplate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmo src/oasis/OASISBuildSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmo src/oasis/OASISDocument.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmo src/oasis/OASISExecutable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmo src/oasis/OASISFlag.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmo src/oasis/OASISLibrary.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmo src/oasis/OASISObject.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmo src/oasis/OASISPackage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmo src/oasis/OASISSourceRepository.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmo src/oasis/OASISTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmo src/oasis/OASISPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmo src/oasis/OASISFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmo src/oasis/OASISSchema.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmo src/oasis/OASISSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmo src/oasis/OASISExec.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmo src/oasis/OASISFileUtil.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmo src/oasis/OASISHostPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmo src/oasis/OASISQuickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmo src/oasis/OASISHelp.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/oasis src/oasis/OASISString.cmo src/oasis/FormatExt.cmo src/oasis/OASISGettext.cmo src/oasis/PropList.cmo src/oasis/OASISUtils.cmo src/oasis/OASISPath_intern.cmo src/oasis/OASISUnixPath.cmo src/oasis/OASISFileSystem.cmo src/oasis/OASISContext.cmo src/oasis/OASISDataNotation.cmo src/oasis/OASISSourcePatterns.cmo src/oasis/OASISMessage.cmo src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues.cmo src/oasis/OASISText.cmo src/oasis/OASISExpr.cmo src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_lexer.cmo src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion.cmo src/oasis/OASISLicense.cmo src/oasis/OASISTypes.cmo src/oasis/OASISAst_types.cmo src/oasis/OASISGraph.cmo src/oasis/OASISSection.cmo src/oasis/OASISBuildSection.cmo src/oasis/OASISFeatures.cmo src/oasis/OASISConf.cmo src/oasis/OASISExec.cmo src/oasis/OASISFileUtil.cmo src/oasis/OASISHostPath.cmo src/oasis/OASISFileTemplate.cmo src/oasis/OASISSetupUpdate.cmo src/oasis/OASISPlugin.cmo src/oasis/OASISSchema_intern.cmo src/oasis/OASISCheck.cmo src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISCustom.cmo src/oasis/OASISSection_intern.cmo src/oasis/OASISDocument_intern.cmo src/oasis/OASISSchema.cmo src/oasis/OASISDocument.cmo src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable.cmo src/oasis/OASISFindlib.cmo src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag.cmo src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary.cmo src/oasis/OASISObject_intern.cmo src/oasis/OASISObject.cmo src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage.cmo src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository.cmo src/oasis/OASISTest_intern.cmo src/oasis/OASISTest.cmo src/oasis/OASISAst.cmo src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_lexer.cmo src/oasis/OASISMutex.cmo src/oasis/OASISParse.cmo src/oasis/OASISData.cmo src/oasis/OASISFormat.cmo src/oasis/OASISQuickstart.cmo src/oasis/OASISHelp.cmo -o src/oasis/oasis.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmx src/oasis/OASISString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmx src/oasis/OASISGettext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmx src/oasis/OASISUtils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmx src/oasis/OASISPath_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmx src/oasis/OASISUnixPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmx src/oasis/OASISFileSystem.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmx src/oasis/OASISDataNotation.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmx src/oasis/OASISContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmx src/oasis/FormatExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmx src/oasis/OASISValues.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmx src/oasis/OASISMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmx src/oasis/OASISLicense_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmx src/oasis/OASISVersion.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmx src/oasis/OASISSourcePatterns.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmx src/oasis/OASISText.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmx src/oasis/PropList.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmx src/oasis/OASISExpr.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmx src/oasis/OASISLicense.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmx src/oasis/OASISTypes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmx src/oasis/OASISGraph.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmx src/oasis/OASISSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmx src/oasis/OASISExec.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmx src/oasis/OASISFileUtil.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmx src/oasis/OASISHostPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmx src/oasis/OASISConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmx src/oasis/OASISFileTemplate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmx src/oasis/OASISSetupUpdate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmx src/oasis/OASISAst_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmx src/oasis/OASISFeatures.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmx src/oasis/OASISPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmx src/oasis/OASISSchema_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISBuildSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmx src/oasis/OASISCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmx src/oasis/OASISSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmx src/oasis/OASISDocument_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmx src/oasis/OASISSchema.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmx src/oasis/OASISBuildSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmx src/oasis/OASISObject_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmx src/oasis/OASISTest_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmx src/oasis/OASISCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmx src/oasis/OASISDocument.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmx src/oasis/OASISExecutable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmx src/oasis/OASISFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmx src/oasis/OASISFlag.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmx src/oasis/OASISLibrary.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmx src/oasis/OASISObject.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmx src/oasis/OASISPackage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmx src/oasis/OASISSourceRepository.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmx src/oasis/OASISTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmx src/oasis/OASISAst.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmx src/oasis/OASISAst_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmx src/oasis/OASISMutex.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmx src/oasis/OASISFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmx src/oasis/OASISData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmx src/oasis/OASISParse.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmx src/oasis/OASISQuickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmx src/oasis/OASISHelp.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/oasis src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/oasis src/oasis/oasis.cmxa src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.mli > src/base/BaseArgExt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmi src/base/BaseArgExt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.ml > src/base/BaseArgExt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.mli > src/base/BaseBuilt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmi src/base/BaseBuilt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.ml > src/base/BaseBuilt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.mli > src/base/BaseContext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.mli > src/base/BaseLog.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.mli > src/base/BaseMessage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.mli > src/base/BaseStandardVar.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmi src/base/BaseContext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmi src/base/BaseLog.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmi src/base/BaseMessage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmi src/base/BaseStandardVar.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.mli > src/base/BaseCheck.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmi src/base/BaseCheck.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.ml > src/base/BaseCheck.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.mli > src/base/BaseEnv.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmi src/base/BaseEnv.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.mli > src/base/BaseCustom.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmi src/base/BaseCustom.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.ml > src/base/BaseCustom.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.mli > src/base/BaseData.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmi src/base/BaseData.mli
- ocamlify --depends --output src/base/BaseData.mlify.depends src/base/BaseData.mlify
- ocamlmod src/base/BaseSys.mod
- ocamlmod src/base/BaseSysEnvironment.mod
- ocamlmod src/base/BaseSysBundle.mod
- ocamlify --output src/base/BaseData.ml src/base/BaseData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.ml > src/base/BaseData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.mli > src/base/BaseDoc.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmi src/base/BaseDoc.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.ml > src/base/BaseDoc.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.mli > src/base/BaseEnvLight.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmi src/base/BaseEnvLight.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.ml > src/base/BaseEnvLight.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.ml > src/base/BaseEnv.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.mli > src/base/BaseFileAB.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmi src/base/BaseFileAB.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.ml > src/base/BaseFileAB.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.mli > src/base/BaseGenerate.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmi src/base/BaseGenerate.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.ml > src/base/BaseGenerate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCompat.ml > src/base/BaseCompat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.mli > src/base/BaseSetup.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmi src/base/BaseSetup.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmo src/base/BaseCompat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.ml > src/base/BaseLog.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.mli > src/base/BaseOCamlcConfig.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmi src/base/BaseOCamlcConfig.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.ml > src/base/BaseOCamlcConfig.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.ml > src/base/BaseSetup.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.mli > src/base/BaseDynVar.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.mli > src/base/BaseTest.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmi src/base/BaseDynVar.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmi src/base/BaseTest.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.ml > src/base/BaseStandardVar.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.ml > src/base/BaseTest.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.ml > src/base/BaseDynVar.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.ml > src/base/BaseMessage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.ml > src/base/BaseContext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmo src/base/BaseArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmo src/base/BaseBuilt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmo src/base/BaseCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmo src/base/BaseCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmo src/base/BaseData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmo src/base/BaseDoc.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmo src/base/BaseEnvLight.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmo src/base/BaseEnv.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmo src/base/BaseFileAB.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmo src/base/BaseGenerate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmo src/base/BaseLog.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmo src/base/BaseOCamlcConfig.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmo src/base/BaseSetup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmo src/base/BaseStandardVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmo src/base/BaseTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmo src/base/BaseDynVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmo src/base/BaseMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmo src/base/BaseContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/base src/base/BaseArgExt.cmo src/base/BaseContext.cmo src/base/BaseLog.cmo src/base/BaseMessage.cmo src/base/BaseEnvLight.cmo src/base/BaseEnv.cmo src/base/BaseCheck.cmo src/base/BaseOCamlcConfig.cmo src/base/BaseStandardVar.cmo src/base/BaseBuilt.cmo src/base/BaseCustom.cmo src/base/BaseData.cmo src/base/BaseDoc.cmo src/base/BaseFileAB.cmo src/base/BaseDynVar.cmo src/base/BaseTest.cmo src/base/BaseSetup.cmo src/base/BaseCompat.cmo src/base/BaseGenerate.cmo -o src/base/base.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmx src/base/BaseContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmx src/base/BaseEnvLight.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmx src/base/BaseMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmx src/base/BaseEnv.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmx src/base/BaseCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmx src/base/BaseOCamlcConfig.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmx src/base/BaseLog.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmx src/base/BaseStandardVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmx src/base/BaseCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmx src/base/BaseData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmx src/base/BaseDoc.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmx src/base/BaseBuilt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmx src/base/BaseFileAB.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmx src/base/BaseDynVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmx src/base/BaseTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmx src/base/BaseSetup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmx src/base/BaseCompat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmx src/base/BaseArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmx src/base/BaseGenerate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/base src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/base src/base/base.cmxa src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/OASISBuiltinPlugins.ml > src/OASISBuiltinPlugins.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomPlugin.ml > src/plugins/custom/CustomPlugin.ml.depends
- ocamlify --depends --output src/plugins/custom/CustomData.mlify.depends src/plugins/custom/CustomData.mlify
- ocamlmod src/plugins/custom/CustomSys.mod
- ocamlify --output src/plugins/custom/CustomData.ml src/plugins/custom/CustomData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomData.ml > src/plugins/custom/CustomData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmo src/plugins/custom/CustomData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesPlugin.ml > src/plugins/extra/devfiles/DevFilesPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/devfiles/DevFilesData.mlify.depends src/plugins/extra/devfiles/DevFilesData.mlify
- ocamlify --output src/plugins/extra/devfiles/DevFilesData.ml src/plugins/extra/devfiles/DevFilesData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesData.ml > src/plugins/extra/devfiles/DevFilesData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalConfigurePlugin.ml > src/plugins/internal/InternalConfigurePlugin.ml.depends
- ocamlify --depends --output src/plugins/internal/InternalData.mlify.depends src/plugins/internal/InternalData.mlify
- ocamlmod src/plugins/internal/InternalSys.mod
- ocamlify --output src/plugins/internal/InternalData.ml src/plugins/internal/InternalData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalData.ml > src/plugins/internal/InternalData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalId.ml > src/plugins/internal/InternalId.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmo src/plugins/internal/InternalData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmo src/plugins/internal/InternalId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalInstallPlugin.ml > src/plugins/internal/InternalInstallPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAPlugin.ml > src/plugins/extra/META/METAPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/META/METAData.mlify.depends src/plugins/extra/META/METAData.mlify
- ocamlify --output src/plugins/extra/META/METAData.ml src/plugins/extra/META/METAData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAData.ml > src/plugins/extra/META/METAData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NonePlugin.ml > src/plugins/none/NonePlugin.ml.depends
- ocamlify --depends --output src/plugins/none/NoneData.mlify.depends src/plugins/none/NoneData.mlify
- ocamlmod src/plugins/none/NoneSys.mod
- ocamlify --output src/plugins/none/NoneData.ml src/plugins/none/NoneData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NoneData.ml > src/plugins/none/NoneData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmo src/plugins/none/NoneData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml > src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildCommon.ml > src/plugins/ocamlbuild/OCamlbuildCommon.ml.depends
- ocamlify --depends --output src/plugins/ocamlbuild/OCamlbuildData.mlify.depends src/plugins/ocamlbuild/OCamlbuildData.mlify
- ocamlmod src/plugins/ocamlbuild/MyOCamlbuildSys.mod
- ocamlmod src/plugins/ocamlbuild/OCamlbuildSys.mod
- ocamlify --output src/plugins/ocamlbuild/OCamlbuildData.ml src/plugins/ocamlbuild/OCamlbuildData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildData.ml > src/plugins/ocamlbuild/OCamlbuildData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildId.ml > src/plugins/ocamlbuild/OCamlbuildId.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildCommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildPlugin.ml > src/plugins/ocamlbuild/OCamlbuildPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildBase.ml > src/plugins/ocamlbuild/MyOCamlbuildBase.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml > src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakePlugin.ml > src/plugins/omake/OMakePlugin.ml.depends
- ocamlify --depends --output src/plugins/omake/OMakeData.mlify.depends src/plugins/omake/OMakeData.mlify
- ocamlmod src/plugins/omake/OMakeSys.mod
- ocamlify --output src/plugins/omake/OMakeData.ml src/plugins/omake/OMakeData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeData.ml > src/plugins/omake/OMakeData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeEquip.ml > src/plugins/omake/OMakeEquip.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFields.ml > src/plugins/omake/OMakeFields.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFormat.ml > src/plugins/omake/OMakeFormat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFields.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakeEquip.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesPlugin.ml > src/plugins/extra/stdfiles/StdFilesPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/stdfiles/StdFilesData.mlify.depends src/plugins/extra/stdfiles/StdFilesData.mlify
- ocamlify --output src/plugins/extra/stdfiles/StdFilesData.ml src/plugins/extra/stdfiles/StdFilesData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesData.ml > src/plugins/extra/stdfiles/StdFilesData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmo src/plugins/custom/CustomPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/devfiles/DevFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalConfigurePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmo src/plugins/internal/InternalInstallPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/META/METAPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmo src/plugins/none/NonePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmo src/plugins/omake/OMakePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmo src/OASISBuiltinPlugins.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmo src/plugins/custom/CustomPlugin.cmo src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/internal/InternalData.cmo src/plugins/internal/InternalId.cmo src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalInstallPlugin.cmo src/plugins/none/NoneData.cmo src/plugins/none/NonePlugin.cmo src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakePlugin.cmo src/OASISBuiltinPlugins.cmo -o src/builtin-plugins.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmx src/plugins/custom/CustomData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmx src/plugins/internal/InternalData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmx src/plugins/internal/InternalId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmx src/plugins/none/NoneData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildCommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFields.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakeEquip.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmx src/plugins/custom/CustomPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/devfiles/DevFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalConfigurePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmx src/plugins/internal/InternalInstallPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/META/METAPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmx src/plugins/none/NonePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmx src/plugins/omake/OMakePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmx src/OASISBuiltinPlugins.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake src/builtin-plugins.cmxa src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/dynrun/OASISDynRun.ml > src/dynrun/OASISDynRun.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmo src/dynrun/OASISDynRun.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/dynrun src/dynrun/OASISDynRun.cmo -o src/dynrun/dynrun.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmx src/dynrun/OASISDynRun.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/dynrun src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/dynrun src/dynrun/dynrun.cmxa src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -modules src/ext/plugin-loader/src/PluginLoader.ml > src/ext/plugin-loader/src/PluginLoader.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmo src/ext/plugin-loader/src/PluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmo -o src/ext/plugin-loader/src/plugin-loader.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmx src/ext/plugin-loader/src/PluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/ext/plugin-loader/src src/ext/plugin-loader/src/plugin-loader.cmxa src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.mli > src/cli/CLISubCommand.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmi src/cli/CLISubCommand.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.ml > src/cli/CLISubCommand.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginLoader.ml > src/cli/CLIPluginLoader.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginsLoaded.ml > src/cli/CLIPluginsLoaded.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginsLoaded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmo src/cli/CLIPluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIArgExt.ml > src/cli/CLIArgExt.ml.depends
- ocamlify --depends --output src/cli/CLIData.mlify.depends src/cli/CLIData.mlify
- ocamlify --output src/cli/CLIData.ml src/cli/CLIData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIData.ml > src/cli/CLIData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmo src/cli/CLIData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.mli > src/cli/CLICommon.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmi src/cli/CLICommon.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.ml > src/cli/CLICommon.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPager.ml > src/cli/CLIPager.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmo src/cli/CLISubCommand.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmo src/cli/CLIArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmo src/cli/CLICommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmo src/cli/CLIPager.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/cli src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginLoader.cmo src/cli/CLISubCommand.cmo src/cli/CLIData.cmo src/cli/CLIArgExt.cmo src/cli/CLICommon.cmo src/cli/CLIPager.cmo -o src/cli/cli.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Main.ml > src/cli/Main.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Check.ml > src/cli/Check.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Help.ml > src/cli/Help.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Manual.ml > src/cli/Manual.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query.ml > src/cli/Query.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/cli/Query_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_lexer.ml > src/cli/Query_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/cli/Query_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.mli > src/cli/Query_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_types.ml > src/cli/Query_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmo src/cli/Query_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmi src/cli/Query_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmo src/cli/Query_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Quickstart.ml > src/cli/Quickstart.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Setup.ml > src/cli/Setup.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmo src/cli/Setup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupClean.ml > src/cli/SetupClean.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupDev.ml > src/cli/SetupDev.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Version.ml > src/cli/Version.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmo src/cli/Check.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmo src/cli/Help.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmo src/cli/Manual.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmo src/cli/Query.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmo src/cli/Quickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmo src/cli/SetupClean.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmo src/cli/SetupDev.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmo src/cli/Version.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmo src/cli/Main.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginsLoaded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmx src/cli/CLIPluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmx src/cli/CLIData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmx src/cli/CLISubCommand.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmx src/cli/CLICommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmx src/cli/CLIArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmx src/cli/CLIPager.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.ml > src/cli/Query_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmx src/cli/Query_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmx src/cli/Query_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmx src/cli/Query_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmx src/cli/Setup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmx src/cli/Check.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmx src/cli/Help.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmx src/cli/Manual.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmx src/cli/Query.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmx src/cli/Quickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmx src/cli/SetupClean.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmx src/cli/SetupDev.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmx src/cli/Version.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmx src/cli/Main.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/cli src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginLoader.cmx src/cli/CLISubCommand.cmx src/cli/CLIData.cmx src/cli/CLIArgExt.cmx src/cli/CLICommon.cmx src/cli/CLIPager.cmx -o src/cli/cli.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package findlib -package dynlink -package unix -package ocamlbuild -I src/oasis -I src/base -I src -I src/ext/plugin-loader/src -I src/cli src/oasis/oasis.cmxa src/base/base.cmxa src/builtin-plugins.cmxa src/ext/plugin-loader/src/plugin-loader.cmxa src/cli/cli.cmxa src/cli/Check.cmx src/cli/Help.cmx src/cli/Manual.cmx src/cli/Query_types.cmx src/cli/Query_parser.cmx src/cli/Query_lexer.cmx src/cli/Query.cmx src/cli/Setup.cmx src/cli/Quickstart.cmx src/cli/SetupClean.cmx src/cli/SetupDev.cmx src/cli/Version.cmx src/cli/Main.cmx -o src/cli/Main.native
-> compiled  oasis.0.4.11
Processing 162/177: [camlp4: make all] [ocamlnet: make all]
Processing 163/177: [camlp4: make all] [ocamlnet: make all] [oasis: ocaml setup.ml]
- W: Nothing to install for findlib library 'test-common'
- W: Nothing to install for findlib library 'pluginloaderLib'
- W: Nothing to install for findlib library 'plugin3'
- W: Nothing to install for findlib library 'plugin2'
- W: Nothing to install for findlib library 'plugin1'
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.ml
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cma
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cmxa
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.a
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cmxs
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmi
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmt
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.annot
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmx
- Installed /home/opam/.opam/4.04/lib/plugin-loader/META
- W: Cannot find source header for module library in OASISData oasis
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.ml
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cma
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.a
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.annot
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.annot
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPath_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFormat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHelp.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISQuickstart.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISCustom.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISCheck.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISConf.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMutex.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.ml
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cma
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.a
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.mli
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.ml
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.mli
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.ml
- Installed /home/opam/.opam/4.04/lib/oasis/cli.cma
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.ml
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.ml
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cma
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.a
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeFormat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeEquip.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeFields.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/METAData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CustomData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/MyOCamlbuildFindlib.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/MyOCamlbuildBase.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildId.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalId.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/NoneData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.ml
- Installed /home/opam/.opam/4.04/lib/oasis/base.cma
- Installed /home/opam/.opam/4.04/lib/oasis/base.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/base.a
- Installed /home/opam/.opam/4.04/lib/oasis/base.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/META
-> installed oasis.0.4.11
Processing 163/177: [camlp4: make all] [ocamlnet: make all]
- ( cd tools/cppo-0.9.4 && rm -f depend && make -f Makefile.pre generate && make all )
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- ocamllex cppo_lexer.mll
- 352 states, 13139 transitions, table size 54668 bytes
- 3450 additional bytes used for bindings
- ocamlyacc cppo_parser.mly
- echo 'let cppo_version = "0.9.4"' > cppo_version.ml
- ocamlfind ocamldep   *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_types.ml
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_command.ml
- opts="-opaque"; \
-         if [ -f "$(basename cppo_parser.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  $opts cppo_parser.mli
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_parser.ml
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_lexer.ml
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_eval.ml
- File "cppo_eval.ml", line 37, characters 6-10:
- Warning 26: unused variable file.
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_version.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -a -o cppo.cma  cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo; \
- else \
- 	../../tools/mkstublib -o cppo cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo  ; \
- fi
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -c  cppo_main.ml
- rm -f cppo cppo
- ocamlfind ocamlc -g   -package "bytes unix"  -w -25 -package unix,bytes -linkpkg -custom -o cppo cppo.cma cppo_main.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- ( cd tools/unimap_to_ocaml && make all )
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml'
- ocamlfind ocamlc -g -package str -linkpkg \
- 	-o unimap_to_ocaml \
- 	unimap_to_ocaml.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml'
- for pkg in netstring-pcre netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \
- 	( cd src/$pkg && make -f Makefile.pre generate ) || exit; \
- 	( cd src/$pkg && make -f Makefile.pre depend ) || exit; \
- 	( cd src/$pkg && make all ) || exit; \
- done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- ../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES  netstring_pcre.mlip > netstring_pcre.mli || \
-       rm -f netstring_pcre.mli
- ../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES  netstring_pcre.mlp > netstring_pcre.ml || \
-       rm -f netstring_pcre.ml
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- ocamlfind ocamldep   *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- opts="-opaque"; \
-         if [ -f "$(basename netstring_pcre.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -c  $opts netstring_pcre.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -c  netstring_pcre.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -a -o netstring-pcre.cma  netstring_pcre.cmo; \
- else \
- 	../../tools/mkstublib -o netstring-pcre netstring_pcre.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo   -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_conf.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_types.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_types.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_types.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_oothr.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_oothr.mli
- opts="-opaque"; \
-         if [ -f "$(basename netlog.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netlog.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netlog.ml
- opts="-opaque"; \
-         if [ -f "$(basename netexn.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netexn.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netexn.ml
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_impl_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_mem.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_mem.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_mem.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_signal.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_signal.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_signal.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_crypto_types.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_crypto_types.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto_types.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_crypto.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_crypto.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_crypto_modes.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_crypto_modes.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto_modes.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_posix.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_posix.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_posix.ml
- File "netsys_posix.ml", line 880, characters 14-29:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- opts="-opaque"; \
-         if [ -f "$(basename netsys_win32.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_win32.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_win32.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_tls.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_tls.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_tls.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_ciphers.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_ciphers.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_ciphers.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_digests.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_digests.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_digests.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_rng.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_rng.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_rng.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_pollset.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_pollset.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_pollset_posix.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_pollset_posix.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_posix.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_pollset_win32.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_pollset_win32.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_win32.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_pollset_generic.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_pollset_generic.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_generic.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_xdr.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_xdr.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_xdr.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_tmp.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_tmp.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_tmp.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_sem.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_sem.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sem.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_pmanage.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_pmanage.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pmanage.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_global.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_global.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_global.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_gssapi.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_gssapi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_sasl_types.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_sasl_types.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl_types.ml
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_sasl.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_polypipe.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_polypipe.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_polypipe.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsys_polysocket.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_polysocket.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_polysocket.ml
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_poll.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_poll.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_fadvise.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_fadvise.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_fallocate.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_fallocate.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_ioprio.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_ioprio.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_locale.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_locale.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_multicast.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_multicast.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_sem.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_sem.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_shm.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_shm.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_spawn.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_spawn.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_subprocess.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_subprocess.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_syslog.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_syslog.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_clock.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_clock.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_event.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_event.c'
- netsys_c_event.c: In function 'netsys_get_not_event_fd_nodup':
- netsys_c_event.c:290:13: warning: unused variable 'code' [-Wunused-variable]
-   290 |     int fd, code;
-       |             ^~~~
- netsys_c_event.c:290:9: warning: unused variable 'fd' [-Wunused-variable]
-   290 |     int fd, code;
-       |         ^~
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_win32.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_win32.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_htab.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_htab.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_queue.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_queue.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_mem.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_mem.c'
- netsys_c_mem.c: In function 'netsys_init_value':
- netsys_c_mem.c:1259:9: warning: statement with no effect [-Wunused-value]
-  1259 |         strcmp(ops->name, String_val(Field(pair,0)));
-       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_xdr.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_xdr.c'
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_ip6.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_ip6.c'
- if [ "Xnetsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -a -o netsys.cma  netsys_conf.cmo netsys_types.cmo netlog.cmo netexn.cmo netsys_impl_util.cmo netsys_mem.cmo netsys_signal.cmo netsys_crypto_types.cmo netsys_crypto.cmo netsys_crypto_modes.cmo netsys_posix.cmo netsys_win32.cmo netsys_tls.cmo netsys.cmo netsys_ciphers.cmo netsys_digests.cmo netsys_rng.cmo netsys_pollset.cmo netsys_pollset_posix.cmo netsys_pollset_win32.cmo netsys_pollset_generic.cmo netsys_xdr.cmo netsys_tmp.cmo netsys_sem.cmo netsys_pmanage.cmo netsys_global.cmo netsys_gssapi.cmo netsys_sasl_types.cmo netsys_sasl_util.cmo netsys_sasl.cmo netsys_polypipe.cmo netsys_polysocket.cmo; \
- else \
- 	../../tools/mkstublib -o netsys netsys_conf.cmo netsys_types.cmo netlog.cmo netexn.cmo netsys_impl_util.cmo netsys_mem.cmo netsys_signal.cmo netsys_crypto_types.cmo netsys_crypto.cmo netsys_crypto_modes.cmo netsys_posix.cmo netsys_win32.cmo netsys_tls.cmo netsys.cmo netsys_ciphers.cmo netsys_digests.cmo netsys_rng.cmo netsys_pollset.cmo netsys_pollset_posix.cmo netsys_pollset_win32.cmo netsys_pollset_generic.cmo netsys_xdr.cmo netsys_tmp.cmo netsys_sem.cmo netsys_pmanage.cmo netsys_global.cmo netsys_gssapi.cmo netsys_sasl_types.cmo netsys_sasl_util.cmo netsys_sasl.cmo netsys_polypipe.cmo netsys_polysocket.cmo netsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o ; \
- fi
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_oothr.ml
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr.cma -a netsys_oothr.cmo
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_outofheap.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_outofheap.c'
- opts="-opaque"; \
-         if [ -f "$(basename netsys_oothr_mt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread $opts netsys_oothr_mt.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt.ml
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr_mt.cma -a \
- 	netsys_oothr.cmo netsys_oothr_mt.cmo
- opts="-opaque"; \
-         if [ -f "$(basename netsys_oothr_mt_init.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread $opts netsys_oothr_mt_init.mli
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt_init.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- opts="-opaque"; \
-         if [ -f "$(basename netshm.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netshm.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm.ml
- opts="-opaque"; \
-         if [ -f "$(basename netshm_data.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netshm_data.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_data.ml
- opts="-opaque"; \
-         if [ -f "$(basename netshm_hashtbl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netshm_hashtbl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_hashtbl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netshm_array.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netshm_array.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_array.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netshm.cma  netshm.cmo netshm_data.cmo netshm_hashtbl.cmo netshm_array.cmo; \
- else \
- 	../../tools/mkstublib -o netshm netshm.cmo netshm_data.cmo netshm_hashtbl.cmo netshm_array.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- sed -e 's/@VERSION@/4.1.9/' netconst.mlp >netconst.ml
- ocamllex netglob_lex.mll
- 69 states, 297 transitions, table size 1602 bytes
- ocaml ../../tools/unicode_charinfo.ml unicode_charinfo.txt \
- 	> netunichar.ml
- ../../tools/unimap_to_ocaml/unimap_to_ocaml \
- 	-o netmappings_asn1.ml netmappings_asn1.pmap
- Reading netmappings_asn1.pmap
- Processing asn1_t61
-    (Heavy conflicts: 3 of 256)
- Processing asn1_printable
-    (Heavy conflicts: 0 of 256)
- Processing asn1_iso646
-    (Heavy conflicts: 0 of 256)
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- opts="-opaque"; \
-         if [ -f "$(basename netconst.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netconst.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netconst.ml
- opts="-opaque"; \
-         if [ -f "$(basename netstring_str.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netstring_str.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstring_str.ml
- opts="-opaque"; \
-         if [ -f "$(basename netstring_tstring.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netstring_tstring.mli
- opts="-opaque"; \
-         if [ -f "$(basename netbuffer.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netbuffer.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netbuffer.ml
- opts="-opaque"; \
-         if [ -f "$(basename netunichar.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netunichar.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netunichar.ml
- opts="-opaque"; \
-         if [ -f "$(basename netaux.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netaux.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaux.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstring_tstring.ml
- opts="-opaque"; \
-         if [ -f "$(basename netchannels.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netchannels.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netchannels.ml
- File "netchannels.ml", line 933, characters 2-505:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "netchannels.ml", line 1477, characters 2-471:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- opts="-opaque"; \
-         if [ -f "$(basename netchannels_crypto.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netchannels_crypto.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netchannels_crypto.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsockaddr.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netsockaddr.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsockaddr.ml
- opts="-opaque"; \
-         if [ -f "$(basename netdb.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netdb.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdb.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmappings_asn1.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmappings.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmappings.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmappings.ml
- opts="-opaque"; \
-         if [ -f "$(basename netconversion.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netconversion.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netconversion.ml
- opts="-opaque"; \
-         if [ -f "$(basename netulex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netulex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netulex.ml
- opts="-opaque"; \
-         if [ -f "$(basename netencoding.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netencoding.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netencoding.ml
- opts="-opaque"; \
-         if [ -f "$(basename netstream.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netstream.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstream.ml
- opts="-opaque"; \
-         if [ -f "$(basename netdate.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netdate.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdate.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmime_string.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmime_string.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_string.ml
- ocamllex nethtml_scanner.mll
- 57 states, 1035 transitions, table size 4482 bytes
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethtml_scanner.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethtml.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts nethtml.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethtml.ml
- File "nethtml.ml", line 626, characters 4-16:
- Warning 21: this statement never returns (or has an unsound type.)
- opts="-opaque"; \
-         if [ -f "$(basename neturl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts neturl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  neturl.ml
- opts="-opaque"; \
-         if [ -f "$(basename neturl_ldap.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts neturl_ldap.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  neturl_ldap.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsaslprep_data.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsaslprep.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netsaslprep.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsaslprep.ml
- opts="-opaque"; \
-         if [ -f "$(basename netaddress.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netaddress.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaddress.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcompression.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netcompression.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netcompression.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmime.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmime.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmime_header.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmime_header.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_header.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmime_channels.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmime_channels.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_channels.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsendmail.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netsendmail.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsendmail.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttp.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts nethttp.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethttp.ml
- opts="-opaque"; \
-         if [ -f "$(basename netpagebuffer.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netpagebuffer.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netpagebuffer.ml
- opts="-opaque"; \
-         if [ -f "$(basename netfs.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netfs.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netfs.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netglob_lex.ml
- opts="-opaque"; \
-         if [ -f "$(basename netglob.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netglob.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netglob.ml
- opts="-opaque"; \
-         if [ -f "$(basename netauth.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netauth.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netauth.ml
- opts="-opaque"; \
-         if [ -f "$(basename netnumber.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netnumber.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netnumber.ml
- opts="-opaque"; \
-         if [ -f "$(basename netxdr_mstring.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netxdr_mstring.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netxdr_mstring.ml
- opts="-opaque"; \
-         if [ -f "$(basename netxdr.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netxdr.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netxdr.ml
- opts="-opaque"; \
-         if [ -f "$(basename netasn1.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netasn1.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netasn1.ml
- opts="-opaque"; \
-         if [ -f "$(basename netasn1_encode.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netasn1_encode.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netasn1_encode.ml
- opts="-opaque"; \
-         if [ -f "$(basename netoid.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netoid.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netoid.ml
- opts="-opaque"; \
-         if [ -f "$(basename netdn.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netdn.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdn.ml
- opts="-opaque"; \
-         if [ -f "$(basename netx509.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netx509.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509.ml
- opts="-opaque"; \
-         if [ -f "$(basename netascii_armor.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netascii_armor.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netascii_armor.ml
- opts="-opaque"; \
-         if [ -f "$(basename netx509_pubkey.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netx509_pubkey.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509_pubkey.ml
- opts="-opaque"; \
-         if [ -f "$(basename netx509_pubkey_crypto.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netx509_pubkey_crypto.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509_pubkey_crypto.ml
- opts="-opaque"; \
-         if [ -f "$(basename nettls_support.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts nettls_support.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nettls_support.ml
- opts="-opaque"; \
-         if [ -f "$(basename netgssapi_support.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netgssapi_support.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netgssapi_support.ml
- opts="-opaque"; \
-         if [ -f "$(basename netgssapi_auth.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netgssapi_auth.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netgssapi_auth.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_scram.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_scram.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram.ml
- File "netmech_scram.ml", line 529, characters 22-27:
- Warning 12: this sub-pattern is unused.
- opts="-opaque"; \
-         if [ -f "$(basename netmech_scram_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_scram_gssapi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_gssapi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_scram_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_scram_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_scram_http.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_scram_http.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_http.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_plain_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_plain_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_plain_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_crammd5_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_crammd5_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_crammd5_sasl.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_digest_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_digest_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_digest_http.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_digest_http.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest_http.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_gs2_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_gs2_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_gs2_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_krb5_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_krb5_sasl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_krb5_sasl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmech_spnego_http.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netmech_spnego_http.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_spnego_http.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -a -o netstring.cma  netconst.cmo netstring_str.cmo netbuffer.cmo netunichar.cmo netaux.cmo netstring_tstring.cmo netchannels.cmo netchannels_crypto.cmo netsockaddr.cmo netdb.cmo netmappings_asn1.cmo netmappings.cmo netconversion.cmo netulex.cmo netencoding.cmo netstream.cmo netdate.cmo netmime_string.cmo nethtml_scanner.cmo nethtml.cmo neturl.cmo neturl_ldap.cmo netsaslprep_data.cmo netsaslprep.cmo netaddress.cmo netcompression.cmo netmime.cmo netmime_header.cmo netmime_channels.cmo netsendmail.cmo nethttp.cmo netpagebuffer.cmo netfs.cmo netglob_lex.cmo netglob.cmo netauth.cmo netnumber.cmo netxdr_mstring.cmo netxdr.cmo netasn1.cmo netasn1_encode.cmo netoid.cmo netdn.cmo netx509.cmo netascii_armor.cmo netx509_pubkey.cmo netx509_pubkey_crypto.cmo nettls_support.cmo netgssapi_support.cmo netgssapi_auth.cmo netmech_scram.cmo netmech_scram_gssapi.cmo netmech_scram_sasl.cmo netmech_scram_http.cmo netmech_plain_sasl.cmo netmech_crammd5_sasl.cmo netmech_digest.cmo netmech_digest_sasl.cmo netmech_digest_http.cmo netmech_gs2_sasl.cmo netmech_krb5_sasl.cmo netmech_spnego_http.cmo; \
- else \
- 	../../tools/mkstublib -o netstring netconst.cmo netstring_str.cmo netbuffer.cmo netunichar.cmo netaux.cmo netstring_tstring.cmo netchannels.cmo netchannels_crypto.cmo netsockaddr.cmo netdb.cmo netmappings_asn1.cmo netmappings.cmo netconversion.cmo netulex.cmo netencoding.cmo netstream.cmo netdate.cmo netmime_string.cmo nethtml_scanner.cmo nethtml.cmo neturl.cmo neturl_ldap.cmo netsaslprep_data.cmo netsaslprep.cmo netaddress.cmo netcompression.cmo netmime.cmo netmime_header.cmo netmime_channels.cmo netsendmail.cmo nethttp.cmo netpagebuffer.cmo netfs.cmo netglob_lex.cmo netglob.cmo netauth.cmo netnumber.cmo netxdr_mstring.cmo netxdr.cmo netasn1.cmo netasn1_encode.cmo netoid.cmo netdn.cmo netx509.cmo netascii_armor.cmo netx509_pubkey.cmo netx509_pubkey_crypto.cmo nettls_support.cmo netgssapi_support.cmo netgssapi_auth.cmo netmech_scram.cmo netmech_scram_gssapi.cmo netmech_scram_sasl.cmo netmech_scram_http.cmo netmech_plain_sasl.cmo netmech_crammd5_sasl.cmo netmech_digest.cmo netmech_digest_sasl.cmo netmech_digest_http.cmo netmech_gs2_sasl.cmo netmech_krb5_sasl.cmo netmech_spnego_http.cmo  ; \
- fi
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netaccel_c.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netaccel_c.c'
- opts="-opaque"; \
-         if [ -f "$(basename netaccel.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netaccel.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaccel.ml
- ../../tools/mkstublib -o netaccel -oc netaccel_c netaccel_c.o netaccel.cmo
- opts="-opaque"; \
-         if [ -f "$(basename netaccel_link.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netaccel_link.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaccel_link.ml
- opts="-opaque"; \
-         if [ -f "$(basename netstring_top.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  $opts netstring_top.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -I +compiler-libs netstring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
- rm nethtml_scanner.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- ../../tools/unimap_to_ocaml/unimap_to_ocaml \
- 	-o netmappings_iso.ml netmappings_iso.pmap
- Reading netmappings_iso.pmap
- Processing iso88599
-    (Heavy conflicts: 0 of 256)
- Processing iso88598
-    (Heavy conflicts: 0 of 256)
- Processing iso88597
-    (Heavy conflicts: 0 of 256)
- Processing iso88596
-    (Heavy conflicts: 0 of 256)
- Processing iso88595
-    (Heavy conflicts: 1 of 256)
- Processing iso88594
-    (Heavy conflicts: 0 of 256)
- Processing iso88593
-    (Heavy conflicts: 0 of 256)
- Processing iso88592
-    (Heavy conflicts: 0 of 256)
- Processing iso885916
-    (Heavy conflicts: 2 of 256)
- Processing iso885915
-    (Heavy conflicts: 0 of 256)
- Processing iso885914
-    (Heavy conflicts: 2 of 256)
- Processing iso885913
-    (Heavy conflicts: 1 of 256)
- Processing iso885911
-    (Heavy conflicts: 0 of 256)
- Processing iso885910
-    (Heavy conflicts: 0 of 256)
- Processing iso88591
-    (Heavy conflicts: 0 of 256)
- ../../tools/unimap_to_ocaml/unimap_to_ocaml \
- 	-o netmappings_other.ml netmappings_other.pmap
- Reading netmappings_other.pmap
- Processing windows1258
-    (Heavy conflicts: 2 of 256)
- Processing windows1257
-    (Heavy conflicts: 4 of 256)
- Processing windows1256
-    (Heavy conflicts: 8 of 256)
- Processing windows1255
-    (Heavy conflicts: 1 of 256)
- Processing windows1254
-    (Heavy conflicts: 3 of 256)
- Processing windows1253
-    (Heavy conflicts: 2 of 256)
- Processing windows1252
-    (Heavy conflicts: 1 of 256)
- Processing windows1251
-    (Heavy conflicts: 16 of 256)
- Processing windows1250
-    (Heavy conflicts: 6 of 256)
- Processing macroman
-    (Heavy conflicts: 1 of 256)
- Processing koi8r
-    (Heavy conflicts: 16 of 256)
- Processing adobe_zapf_dingbats_encoding
-    (Heavy conflicts: 3 of 256)
- Processing adobe_symbol_encoding
-    (Heavy conflicts: 3 of 256)
- Processing adobe_standard_encoding
-    (Heavy conflicts: 0 of 256)
- Processing cp875
-    (Heavy conflicts: 0 of 256)
- Processing cp874
-    (Heavy conflicts: 8 of 256)
- Processing cp869
-    (Heavy conflicts: 2 of 256)
- Processing cp866
-    (Heavy conflicts: 15 of 256)
- Processing cp865
-    (Heavy conflicts: 4 of 256)
- Processing cp864
-    (Heavy conflicts: 1 of 256)
- Processing cp863
-    (Heavy conflicts: 4 of 256)
- Processing cp862
-    (Heavy conflicts: 4 of 256)
- Processing cp861
-    (Heavy conflicts: 4 of 256)
- Processing cp860
-    (Heavy conflicts: 3 of 256)
- Processing cp857
-    (Heavy conflicts: 0 of 256)
- Processing cp856
-    (Heavy conflicts: 0 of 256)
- Processing cp855
-    (Heavy conflicts: 15 of 256)
- Processing cp852
-    (Heavy conflicts: 10 of 256)
- Processing cp850
-    (Heavy conflicts: 0 of 256)
- Processing cp775
-    (Heavy conflicts: 9 of 256)
- Processing cp737
-    (Heavy conflicts: 3 of 256)
- Processing cp500
-    (Heavy conflicts: 0 of 256)
- Processing cp437
-    (Heavy conflicts: 4 of 256)
- Processing cp424
-    (Heavy conflicts: 0 of 256)
- Processing cp1047
-    (Heavy conflicts: 0 of 256)
- Processing cp1026
-    (Heavy conflicts: 0 of 256)
- Processing cp1006
-    (Heavy conflicts: 2 of 256)
- Processing cp037
-    (Heavy conflicts: 0 of 256)
- ../../tools/unimap_to_ocaml/unimap_to_ocaml \
- 	-o netmappings_jp.ml netmappings_jp.pmap
- Reading netmappings_jp.pmap
- Processing jis0212
-    (Heavy conflicts: 132 of 8192)
- Processing jis0208
-    (Heavy conflicts: 182 of 8192)
- Processing jis0201
-    (Heavy conflicts: 0 of 256)
- ../../tools/unimap_to_ocaml/unimap_to_ocaml \
- 	-o netmappings_kr.ml netmappings_kr.pmap
- Reading netmappings_kr.pmap
- Processing ks1001
-    (Heavy conflicts: 70 of 16384)
- { echo "(* Generated file *)"; \
-   echo 'let net_db_dir = "/home/opam/.opam/4.04/lib/netunidata";;'; \
- } >netuniconfig.ml
- mkdir -p netdb
- cd netdb && \
-         ../../../tools/unimap_to_ocaml/unimap_to_ocaml -netdb ../*.pmap
- Reading ../netmappings_iso.pmap
- Reading ../netmappings_jp.pmap
- Reading ../netmappings_kr.pmap
- Reading ../netmappings_other.pmap
- Processing iso88599
-    (Heavy conflicts: 0 of 256)
- Processing iso88598
-    (Heavy conflicts: 0 of 256)
- Processing iso88597
-    (Heavy conflicts: 0 of 256)
- Processing iso88596
-    (Heavy conflicts: 0 of 256)
- Processing iso88595
-    (Heavy conflicts: 1 of 256)
- Processing iso88594
-    (Heavy conflicts: 0 of 256)
- Processing iso88593
-    (Heavy conflicts: 0 of 256)
- Processing iso88592
-    (Heavy conflicts: 0 of 256)
- Processing iso885916
-    (Heavy conflicts: 2 of 256)
- Processing iso885915
-    (Heavy conflicts: 0 of 256)
- Processing iso885914
-    (Heavy conflicts: 2 of 256)
- Processing iso885913
-    (Heavy conflicts: 1 of 256)
- Processing iso885911
-    (Heavy conflicts: 0 of 256)
- Processing iso885910
-    (Heavy conflicts: 0 of 256)
- Processing iso88591
-    (Heavy conflicts: 0 of 256)
- Processing jis0212
-    (Heavy conflicts: 132 of 8192)
- Processing jis0208
-    (Heavy conflicts: 182 of 8192)
- Processing jis0201
-    (Heavy conflicts: 0 of 256)
- Processing ks1001
-    (Heavy conflicts: 70 of 16384)
- Processing windows1258
-    (Heavy conflicts: 2 of 256)
- Processing windows1257
-    (Heavy conflicts: 4 of 256)
- Processing windows1256
-    (Heavy conflicts: 8 of 256)
- Processing windows1255
-    (Heavy conflicts: 1 of 256)
- Processing windows1254
-    (Heavy conflicts: 3 of 256)
- Processing windows1253
-    (Heavy conflicts: 2 of 256)
- Processing windows1252
-    (Heavy conflicts: 1 of 256)
- Processing windows1251
-    (Heavy conflicts: 16 of 256)
- Processing windows1250
-    (Heavy conflicts: 6 of 256)
- Processing macroman
-    (Heavy conflicts: 1 of 256)
- Processing koi8r
-    (Heavy conflicts: 16 of 256)
- Processing adobe_zapf_dingbats_encoding
-    (Heavy conflicts: 3 of 256)
- Processing adobe_symbol_encoding
-    (Heavy conflicts: 3 of 256)
- Processing adobe_standard_encoding
-    (Heavy conflicts: 0 of 256)
- Processing cp875
-    (Heavy conflicts: 0 of 256)
- Processing cp874
-    (Heavy conflicts: 8 of 256)
- Processing cp869
-    (Heavy conflicts: 2 of 256)
- Processing cp866
-    (Heavy conflicts: 15 of 256)
- Processing cp865
-    (Heavy conflicts: 4 of 256)
- Processing cp864
-    (Heavy conflicts: 1 of 256)
- Processing cp863
-    (Heavy conflicts: 4 of 256)
- Processing cp862
-    (Heavy conflicts: 4 of 256)
- Processing cp861
-    (Heavy conflicts: 4 of 256)
- Processing cp860
-    (Heavy conflicts: 3 of 256)
- Processing cp857
-    (Heavy conflicts: 0 of 256)
- Processing cp856
-    (Heavy conflicts: 0 of 256)
- Processing cp855
-    (Heavy conflicts: 15 of 256)
- Processing cp852
-    (Heavy conflicts: 10 of 256)
- Processing cp850
-    (Heavy conflicts: 0 of 256)
- Processing cp775
-    (Heavy conflicts: 9 of 256)
- Processing cp737
-    (Heavy conflicts: 3 of 256)
- Processing cp500
-    (Heavy conflicts: 0 of 256)
- Processing cp437
-    (Heavy conflicts: 4 of 256)
- Processing cp424
-    (Heavy conflicts: 0 of 256)
- Processing cp1047
-    (Heavy conflicts: 0 of 256)
- Processing cp1026
-    (Heavy conflicts: 0 of 256)
- Processing cp1006
-    (Heavy conflicts: 2 of 256)
- Processing cp037
-    (Heavy conflicts: 0 of 256)
- touch netdb_done
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netuniconfig.ml
- opts="-opaque"; \
-         if [ -f "$(basename netunidata.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netunidata.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netunidata.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netunichecksums.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netunidata.cma  netuniconfig.cmo netunidata.cmo netunichecksums.cmo; \
- else \
- 	../../tools/mkstublib -o netunidata netuniconfig.cmo netunidata.cmo netunichecksums.cmo  ; \
- fi
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_iso.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_other.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_jp.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_kr.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netuniinit.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- opts="-opaque"; \
-         if [ -f "$(basename equeue.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts equeue.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  equeue.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename unixqueue_pollset.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts unixqueue_pollset.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_pollset.ml
- opts="-opaque"; \
-         if [ -f "$(basename unixqueue.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts unixqueue.mli
- opts="-opaque"; \
-         if [ -f "$(basename unixqueue_select.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts unixqueue_select.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_select.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_resolver.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_resolver.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_resolver.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_engines.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_engines.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_engines.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_multiplex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_multiplex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_multiplex.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_transfer.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_transfer.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_transfer.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_io.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_io.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_io.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_lwt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_lwt.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_lwt.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_libevent.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_libevent.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_libevent.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_mt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_mt.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_mt.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_server.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_server.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_server.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_datagram.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_datagram.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_datagram.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_socks5.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_socks5.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_socks5.ml
- opts="-opaque"; \
-         if [ -f "$(basename uq_engines_compat.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts uq_engines_compat.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_engines_compat.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o equeue.cma  equeue.cmo unixqueue_util.cmo unixqueue_pollset.cmo unixqueue_select.cmo unixqueue.cmo uq_resolver.cmo uq_engines.cmo uq_multiplex.cmo uq_transfer.cmo uq_io.cmo uq_lwt.cmo uq_libevent.cmo uq_mt.cmo uq_client.cmo uq_server.cmo uq_datagram.cmo uq_socks5.cmo uq_engines_compat.cmo; \
- else \
- 	../../tools/mkstublib -o equeue equeue.cmo unixqueue_util.cmo unixqueue_pollset.cmo unixqueue_select.cmo unixqueue.cmo uq_resolver.cmo uq_engines.cmo uq_multiplex.cmo uq_transfer.cmo uq_io.cmo uq_lwt.cmo uq_libevent.cmo uq_mt.cmo uq_client.cmo uq_server.cmo uq_datagram.cmo uq_socks5.cmo uq_engines_compat.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- opts="-opaque"; \
-         if [ -f "$(basename shell_sys.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts shell_sys.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_sys.ml
- opts="-opaque"; \
-         if [ -f "$(basename shell.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts shell.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell.ml
- opts="-opaque"; \
-         if [ -f "$(basename shell_uq.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts shell_uq.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_uq.ml
- opts="-opaque"; \
-         if [ -f "$(basename shell_fs.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts shell_fs.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_fs.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o shell.cma  shell_sys.cmo shell.cmo shell_uq.cmo shell_fs.cmo; \
- else \
- 	../../tools/mkstublib -o shell shell_sys.cmo shell.cmo shell_uq.cmo shell_fs.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- ocamlyacc parser.mly
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- echo "let cpp = \"cpp\";;" > config.ml
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  config.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  syntax.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  options.ml
- opts="-opaque"; \
-         if [ -f "$(basename parser.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts parser.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  parser.ml
- ocamllex lexer.mll
- 127 states, 803 transitions, table size 3974 bytes
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  lexer.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rename.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  generate.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  direct.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_generator.cma  config.cmo syntax.cmo options.cmo parser.cmo lexer.cmo rename.cmo generate.cmo direct.cmo; \
- else \
- 	../../tools/mkstublib -o rpc_generator config.cmo syntax.cmo options.cmo parser.cmo lexer.cmo rename.cmo generate.cmo direct.cmo  ; \
- fi
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  main.ml
- rm -f ocamlrpcgen ocamlrpcgen
- OCAMLPATH="..:$OCAMLPATH" \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -custom -o ocamlrpcgen \
- 	-package unix,netstring,str \
- 	rpc_generator.cma main.cmo -linkpkg
- echo /home/opam/.opam/4.04/bin/ocamlrpcgen >rpcgen-packlist
- rm lexer.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- ../rpc-generator/ocamlrpcgen -aux rpc_portmapper.x
- ../rpc-generator/ocamlrpcgen -clnt-only-functor rpc_portmapper.x
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- ../rpc-generator/ocamlrpcgen -aux rpc_auth_gssapi.x
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- opts="-opaque"; \
-         if [ -f "$(basename rpc.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_common.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_program.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_program.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_program.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_util.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_util.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_portmapper_aux.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_portmapper_aux.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_aux.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_packer.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_packer.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_packer.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_transport.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_transport.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_transport.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_client_pre.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_client_pre.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_client_pre.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_portmapper_clnt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_portmapper_clnt.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_clnt.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_impl.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_simple_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_simple_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_simple_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_portmapper.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_portmapper.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_portmapper.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_server.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_server.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_server.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_auth_sys.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_auth_sys.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_sys.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_auth_gssapi_aux.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_auth_gssapi_aux.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_gssapi_aux.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_auth_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_auth_gssapi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_gssapi.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_proxy.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_proxy.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_proxy.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc.cma  rpc.cmo rpc_common.cmo rpc_program.cmo rpc_util.cmo rpc_portmapper_aux.cmo rpc_packer.cmo rpc_transport.cmo rpc_client_pre.cmo rpc_portmapper_clnt.cmo rpc_portmapper_impl.cmo rpc_client.cmo rpc_simple_client.cmo rpc_portmapper.cmo rpc_server.cmo rpc_auth_sys.cmo rpc_auth_gssapi_aux.cmo rpc_auth_gssapi.cmo rpc_proxy.cmo; \
- else \
- 	../../tools/mkstublib -o rpc rpc.cmo rpc_common.cmo rpc_program.cmo rpc_util.cmo rpc_portmapper_aux.cmo rpc_packer.cmo rpc_transport.cmo rpc_client_pre.cmo rpc_portmapper_clnt.cmo rpc_portmapper_impl.cmo rpc_client.cmo rpc_simple_client.cmo rpc_portmapper.cmo rpc_server.cmo rpc_auth_sys.cmo rpc_auth_gssapi_aux.cmo rpc_auth_gssapi.cmo rpc_proxy.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- opts="-opaque"; \
-         if [ -f "$(basename rpc_auth_local.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_auth_local.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_local.ml
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   rpclocal.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'rpclocal.c'
- if [ "Xrpclocal.o" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_auth_local.cma  rpc_auth_local.cmo; \
- else \
- 	../../tools/mkstublib -o rpc_auth_local rpc_auth_local.cmo rpclocal.o ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- opts="-opaque"; \
-         if [ -f "$(basename nethttp_client_conncache.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttp_client_conncache.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_client_conncache.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttp_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttp_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename nettelnet_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nettelnet_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nettelnet_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename netftp_data_endpoint.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netftp_data_endpoint.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_data_endpoint.ml
- opts="-opaque"; \
-         if [ -f "$(basename netftp_client.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netftp_client.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_client.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttp_fs.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttp_fs.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_fs.ml
- opts="-opaque"; \
-         if [ -f "$(basename netftp_fs.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netftp_fs.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_fs.ml
- opts="-opaque"; \
-         if [ -f "$(basename netsmtp.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netsmtp.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netsmtp.ml
- opts="-opaque"; \
-         if [ -f "$(basename netpop.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netpop.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netpop.ml
- opts="-opaque"; \
-         if [ -f "$(basename netldap.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netldap.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netldap.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netclient.cma  nethttp_client_conncache.cmo nethttp_client.cmo nettelnet_client.cmo netftp_data_endpoint.cmo netftp_client.cmo nethttp_fs.cmo netftp_fs.cmo netsmtp.cmo netpop.cmo netldap.cmo; \
- else \
- 	../../tools/mkstublib -o netclient nethttp_client_conncache.cmo nethttp_client.cmo nettelnet_client.cmo netftp_data_endpoint.cmo netftp_client.cmo nethttp_fs.cmo netftp_fs.cmo netsmtp.cmo netpop.cmo netldap.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_common.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_common.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_common.ml
- File "netcgi_common.ml", line 1067, characters 23-38:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- opts="-opaque"; \
-         if [ -f "$(basename netcgi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_ajp.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_ajp.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_ajp.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_scgi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_scgi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_scgi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_cgi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_cgi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_cgi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_fcgi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_fcgi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_fcgi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_dbi.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_dbi.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_dbi.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi1_compat.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi1_compat.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi1_compat.ml
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_test.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_test.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_test.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi.cma  netcgi_common.cmo netcgi.cmo netcgi_ajp.cmo netcgi_scgi.cmo netcgi_cgi.cmo netcgi_fcgi.cmo  netcgi_dbi.cmo netcgi1_compat.cmo netcgi_test.cmo; \
- else \
- 	../../tools/mkstublib -o netcgi netcgi_common.cmo netcgi.cmo netcgi_ajp.cmo netcgi_scgi.cmo netcgi_cgi.cmo netcgi_fcgi.cmo  netcgi_dbi.cmo netcgi1_compat.cmo netcgi_test.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- ../rpc-generator/ocamlrpcgen -aux netplex_ctrl.x -int unboxed -direct
- ../rpc-generator/ocamlrpcgen -clnt netplex_ctrl.x -int unboxed -direct
- ../rpc-generator/ocamlrpcgen -srv2 netplex_ctrl.x -int unboxed -direct
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- opts="-opaque"; \
-         if [ -f "$(basename netplex_encap.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_encap.mli
- opts="-opaque"; \
-         if [ -f "$(basename netplex_types.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_types.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_types.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_ctrl_aux.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_ctrl_aux.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_aux.ml
- File "netplex_ctrl_aux.ml", line 496, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 1831, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2458, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2568, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2816, characters 8-12:
- Warning 26: unused variable ctx'.
- opts="-opaque"; \
-         if [ -f "$(basename netplex_ctrl_clnt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_ctrl_clnt.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_clnt.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_ctrl_srv.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_ctrl_srv.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_srv.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_util.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_encap.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_internal.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_internal.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_internal.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_cenv.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_cenv.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_cenv.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_mp.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_mp.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mp.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_mt.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_mt.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mt.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_log.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_log.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_log.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_container.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_container.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_container.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_sockserv.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_sockserv.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_sockserv.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_workload.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_workload.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_workload.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_kit.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_kit.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_kit.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_sharedvar.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_sharedvar.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_sharedvar.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_controller.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_controller.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_controller.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_config.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_config.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_config.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_main.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_main.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_main.ml
- opts="-opaque"; \
-         if [ -f "$(basename rpc_netplex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts rpc_netplex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_netplex.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_semaphore.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_semaphore.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_semaphore.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_mutex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_mutex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mutex.ml
- opts="-opaque"; \
-         if [ -f "$(basename netplex_mbox.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netplex_mbox.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mbox.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netplex.cma  netplex_types.cmo netplex_ctrl_aux.cmo netplex_ctrl_clnt.cmo netplex_ctrl_srv.cmo netplex_util.cmo netplex_encap.cmo netplex_internal.cmo netplex_cenv.cmo netplex_mp.cmo netplex_mt.cmo netplex_log.cmo netplex_container.cmo netplex_sockserv.cmo netplex_workload.cmo netplex_kit.cmo netplex_sharedvar.cmo netplex_controller.cmo netplex_config.cmo netplex_main.cmo rpc_netplex.cmo netplex_semaphore.cmo netplex_mutex.cmo netplex_mbox.cmo; \
- else \
- 	../../tools/mkstublib -o netplex netplex_types.cmo netplex_ctrl_aux.cmo netplex_ctrl_clnt.cmo netplex_ctrl_srv.cmo netplex_util.cmo netplex_encap.cmo netplex_internal.cmo netplex_cenv.cmo netplex_mp.cmo netplex_mt.cmo netplex_log.cmo netplex_container.cmo netplex_sockserv.cmo netplex_workload.cmo netplex_kit.cmo netplex_sharedvar.cmo netplex_controller.cmo netplex_config.cmo netplex_main.cmo rpc_netplex.cmo netplex_semaphore.cmo netplex_mutex.cmo netplex_mbox.cmo  ; \
- fi
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_admin.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -o netplex-admin -custom \
-         -package "bytes unix bigarray str" -linkpkg \
- 	netsys_oothr.cma netsys.cma netstring.cma equeue.cma \
- 	rpc.cma netplex.cma netplex_admin.cmo
- echo /home/opam/.opam/4.04/bin/netplex-admin >netplex-packlist
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- opts="-opaque"; \
-         if [ -f "$(basename netcgi_plex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcgi_plex.mli
- ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_plex.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi2-plex.cma  netcgi_plex.cmo; \
- else \
- 	../../tools/mkstublib -o netcgi2-plex netcgi_plex.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- opts="-opaque"; \
-         if [ -f "$(basename netcamlbox.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netcamlbox.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcamlbox.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcamlbox.cma  netcamlbox.cmo; \
- else \
- 	../../tools/mkstublib -o netcamlbox netcamlbox.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- opts="-opaque"; \
-         if [ -f "$(basename netmcore.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_camlbox.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_camlbox.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_camlbox.ml
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_mempool.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_mempool.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_mempool.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_heap.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_heap.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_heap.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_ref.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_ref.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_ref.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_array.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_array.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_array.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_sem.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_sem.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_sem.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_mutex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_mutex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_mutex.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_condition.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_condition.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_condition.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_queue.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_queue.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_queue.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_buffer.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_buffer.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_buffer.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_matrix.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_matrix.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_matrix.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_hashtbl.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_hashtbl.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_hashtbl.ml
- opts="-opaque"; \
-         if [ -f "$(basename netmcore_process.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts netmcore_process.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_process.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netmulticore.cma  netmcore.cmo netmcore_camlbox.cmo netmcore_util.cmo netmcore_mempool.cmo netmcore_heap.cmo netmcore_ref.cmo netmcore_array.cmo netmcore_sem.cmo netmcore_mutex.cmo netmcore_condition.cmo netmcore_queue.cmo netmcore_buffer.cmo netmcore_matrix.cmo netmcore_hashtbl.cmo netmcore_process.cmo; \
- else \
- 	../../tools/mkstublib -o netmulticore netmcore.cmo netmcore_camlbox.cmo netmcore_util.cmo netmcore_mempool.cmo netmcore_heap.cmo netmcore_ref.cmo netmcore_array.cmo netmcore_sem.cmo netmcore_mutex.cmo netmcore_condition.cmo netmcore_queue.cmo netmcore_buffer.cmo netmcore_matrix.cmo netmcore_hashtbl.cmo netmcore_process.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- sed -e 's/@VERSION@/4.1.9/' \
-     -e 's/@AUTHDHREQS@//' \
-     -e 's/@PREFERRED_CGI_PKG@//' \
-     -e 's/@REGEXP_PROVIDER@/str/' \
-     -e 's/@COMPAT_PCRE_PROVIDER@//' \
-     -e 's/@ZIP_PROVIDER@//' \
- 	META.in >META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_types.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_types.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_types.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_util.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_util.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_util.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_kernel.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_kernel.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_kernel.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_reactor.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_reactor.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_reactor.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_engine.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_engine.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_engine.ml
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_services.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_services.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_services.ml
- File "nethttpd_services.ml", line 110, characters 16-32:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "nethttpd_services.ml", line 113, characters 29-45:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- opts="-opaque"; \
-         if [ -f "$(basename nethttpd_plex.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  $opts nethttpd_plex.mli
- ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_plex.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o nethttpd.cma  nethttpd_types.cmo nethttpd_util.cmo nethttpd_kernel.cmo nethttpd_reactor.cmo nethttpd_engine.cmo nethttpd_services.cmo nethttpd_plex.cmo; \
- else \
- 	../../tools/mkstublib -o nethttpd nethttpd_types.cmo nethttpd_util.cmo nethttpd_kernel.cmo nethttpd_reactor.cmo nethttpd_engine.cmo nethttpd_services.cmo nethttpd_plex.cmo  ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
Processing 163/177: [camlp4: make all] [ocamlnet: make opt]
- 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.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi
- cp /home/opam/.opam/4.04/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma -I camlp4/config camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte
- camlp4/config/gen_import.byte /home/opam/.opam/4.04/lib/ocaml
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/bin/ocamlc.opt dynlink.cma -g -I camlp4/config -I camlp4/boot 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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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
- File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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
- File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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 30, characters 31-47:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 34, characters 27-43:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 55, characters 22-37:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 59, characters 18-33:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 65, characters 22-37:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 69, characters 18-33:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 184, characters 14-23:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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
- File "camlp4/Camlp4Top/Rprint.ml", line 72, characters 27-42:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4Top/Rprint.ml", line 159, characters 2-2194:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Otyp_attribute (_, _)
- /home/opam/.opam/4.04/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlc.opt dynlink.cma unix.cma -g -I camlp4 camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends
- /home/opam/.opam/4.04/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.04/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
- File "camlp4/mkcamlp4.ml", line 37, characters 23-40:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlc.opt -a -I camlp4/config -I camlp4 camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma
- /home/opam/.opam/4.04/bin/ocamlc.opt dynlink.cma unix.cma -g -I camlp4 camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends
- /home/opam/.opam/4.04/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.04/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
- File "camlp4/Camlp4Bin.ml", line 70, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends
- /home/opam/.opam/4.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends
- /home/opam/.opam/4.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/bin/ocamlc.opt -a -I camlp4/config -I camlp4 -I camlp4/Camlp4Parsers -I camlp4/Camlp4Printers -I camlp4/Camlp4Filters 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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/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
- File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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
- + /home/opam/.opam/4.04/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
- File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- touch camlp4/Camlp4/Struct/Grammar.mli  ; if  /home/opam/.opam/4.04/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.04/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.04/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.04/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 30, characters 31-47:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 34, characters 27-43:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 55, characters 22-37:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 59, characters 18-33:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 65, characters 22-37:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 69, characters 18-33:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4/Options.ml", line 184, characters 14-23:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g -I camlp4 camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native
- /home/opam/.opam/4.04/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.04/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
- File "camlp4/mkcamlp4.ml", line 37, characters 23-40:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlopt.opt -a -I camlp4/config -I camlp4 camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa
- /home/opam/.opam/4.04/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g -I camlp4 camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native
- /home/opam/.opam/4.04/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.04/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
- File "camlp4/Camlp4Bin.ml", line 70, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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 "camlp4/Camlp4Top/Rprint.ml", line 72, characters 27-42:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "camlp4/Camlp4Top/Rprint.ml", line 159, characters 2-2194:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Otyp_attribute (_, _)
- 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.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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
- File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.04/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.04/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.04/bin/ocamlopt.opt -a -I camlp4/config -I camlp4 -I camlp4/Camlp4Parsers -I camlp4/Camlp4Printers -I camlp4/Camlp4Filters 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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04+1
Processing 163/177: [ocamlnet: make opt]
Processing 164/177: [ocamlnet: make opt] [camlp4: make install]
- env DESTDIR= sh ./build/install.sh
- Installing camlp4...
-   install binary /home/opam/.opam/4.04/bin/camlp4prof
-   install binary /home/opam/.opam/4.04/bin/mkcamlp4
-   install binary /home/opam/.opam/4.04/bin/camlp4
-   install binary /home/opam/.opam/4.04/bin/camlp4boot
-   install binary /home/opam/.opam/4.04/bin/camlp4o
-   install binary /home/opam/.opam/4.04/bin/camlp4of
-   install binary /home/opam/.opam/4.04/bin/camlp4oof
-   install binary /home/opam/.opam/4.04/bin/camlp4orf
-   install binary /home/opam/.opam/4.04/bin/camlp4r
-   install binary /home/opam/.opam/4.04/bin/camlp4rf
-   install binary /home/opam/.opam/4.04/bin/camlp4o.opt
-   install binary /home/opam/.opam/4.04/bin/camlp4of.opt
-   install binary /home/opam/.opam/4.04/bin/camlp4oof.opt
-   install binary /home/opam/.opam/4.04/bin/camlp4orf.opt
-   install binary /home/opam/.opam/4.04/bin/camlp4r.opt
-   install binary /home/opam/.opam/4.04/bin/camlp4rf.opt
- Installing Camlp4Parsers...
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o
- Installing Camlp4Printers...
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o
- Installing Camlp4Filters...
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o
- Installing Camlp4Top...
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Top.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Top.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Top.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Rprint.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top/Top.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4lib.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4lib.cmxa
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4fulllib.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4fulllib.cmxa
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4o.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4of.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4oof.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4orf.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4r.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4rf.cma
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Bin.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Bin.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Bin.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Bin.o
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4Top.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/Camlp4_config.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4prof.cmi
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4prof.cmo
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4prof.cmx
-   install /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4prof.o
-   install library /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4lib.a
-   install library /home/opam/.opam/4.04/lib/ocaml/camlp4/camlp4fulllib.a
- sed -e s/@@VERSION@@/"4.04.2"/g camlp4/META.in > camlp4/META
- mkdir -p "/home/opam/.opam/4.04/lib"/camlp4/
- cp -f camlp4/META "/home/opam/.opam/4.04/lib"/camlp4/
-> installed camlp4.4.04+1
Processing 164/177: [ocamlnet: make opt]
Processing 165/177: [deriving: make setup.exe] [ocamlnet: make opt]
Processing 166/177: [deriving: make setup.exe] [lwt: make setup] [ocamlnet: make opt]
Processing 167/177: [deriving: make setup.exe] [lwt: make setup] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- ocamlfind ocamlopt -o setup.exe -linkpkg -package oasis.dynrun setup.ml || ocamlfind ocamlc -o setup.exe -linkpkg -package oasis.dynrun setup.ml || true
- rm -f setup.cmi setup.cmo setup.cmx setup.o setup.cmt
Processing 167/177: [deriving: ./setup.exe] [lwt: make setup] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- W: Cannot find source file matching module 'Id' in library pa_deriving_common.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'Id' in library pa_deriving_common.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ deriving
- Package version: ..................................... 0.8.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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.04
- 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: .........................
- type-conv support: ................................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_camlp4: .......................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_camlp4_extend: ................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_camlp4_quotations_o: ............................. /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_bytes: ........................................... /home/opam/.opam/4.04/lib/bytes
- pkg_num: ............................................. /home/opam/.opam/4.04/lib/num
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
Processing 167/177: [deriving: make] [lwt: make setup] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- 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 167/177: [deriving: make] [lwt: ocaml setup.ml] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ tyxml
- Package version: ..................................... 4.2.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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.04
- 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: .........................
- Build the camlp4 syntax extension.: .................. true
- Build the ppx syntax extension.: ..................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_uchar: ........................................... /home/opam/.opam/4.04/lib/uchar
- pkg_uutf: ............................................ /home/opam/.opam/4.04/lib/uutf
- pkg_re: .............................................. /home/opam/.opam/4.04/lib/re
- pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- pkg_bytes: ........................................... /home/opam/.opam/4.04/lib/bytes
- pkg_camlp4: .......................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_camlp4_lib: ...................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
- 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.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ lwt
- Package version: ..................................... 2.7.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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.04
- 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: ......................................... true
- 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.04/lib/bytes
- pkg_result: .......................................... /home/opam/.opam/4.04/lib/result
- pkg_unix: ............................................ /home/opam/.opam/4.04/lib/ocaml
- pkg_bigarray: ........................................ /home/opam/.opam/4.04/lib/ocaml
- pkg_compiler_libs_common: ............................ /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- pkg_react: ........................................... /home/opam/.opam/4.04/lib/react
- pkg_threads: ......................................... /home/opam/.opam/4.04/lib/ocaml
- pkg_ssl: ............................................. /home/opam/.opam/4.04/lib/ssl
- pkg_camlp4: .......................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_camlp4_quotations_o: ............................. /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_camlp4_extend: ................................... /home/opam/.opam/4.04/lib/ocaml/camlp4
- pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
Processing 167/177: [deriving: make] [lwt: make build] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: Package `wikidoc' not found
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_sigs.mli > lib/xml_sigs.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_wrap.mli > lib/xml_wrap.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_wrap.cmi lib/xml_wrap.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/svg_sigs.mli > lib/svg_sigs.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/svg_types.mli > lib/svg_types.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_sigs.cmi lib/xml_sigs.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/svg_types.cmi lib/svg_types.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/html_sigs.mli > lib/html_sigs.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/html_types.mli > lib/html_types.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/svg_sigs.cmi lib/svg_sigs.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/html_types.cmi lib/html_types.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/html_sigs.cmi lib/html_sigs.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_iter.mli > lib/xml_iter.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_iter.cmi lib/xml_iter.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_iter.ml > lib/xml_iter.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_wrap.ml > lib/xml_wrap.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_print.mli > lib/xml_print.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_print.cmi lib/xml_print.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/xml_print.ml > lib/xml_print.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/svg_f.mli > lib/svg_f.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/svg_f.cmi lib/svg_f.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/svg_f.ml > lib/svg_f.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/html_f.mli > lib/html_f.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/html_f.cmi lib/html_f.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules lib/html_f.ml > lib/html_f.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_iter.cmo lib/xml_iter.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_wrap.cmo lib/xml_wrap.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_print.cmo lib/xml_print.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/svg_f.cmo lib/svg_f.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/html_f.cmo lib/html_f.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I lib lib/xml_wrap.cmo lib/xml_iter.cmo lib/xml_print.cmo lib/svg_f.cmo lib/html_f.cmo -o lib/tyxml_f.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_wrap.cmx lib/xml_wrap.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_print.cmx lib/xml_print.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/xml_iter.cmx lib/xml_iter.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/svg_f.cmx lib/svg_f.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I lib -o lib/html_f.cmx lib/html_f.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I lib lib/xml_wrap.cmx lib/xml_iter.cmx lib/xml_print.cmx lib/svg_f.cmx lib/html_f.cmx -o lib/tyxml_f.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I lib lib/tyxml_f.cmxa lib/xml_wrap.cmx lib/xml_iter.cmx lib/xml_print.cmx lib/svg_f.cmx lib/html_f.cmx -o lib/tyxml_f.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_xml.mli > implem/tyxml_xml.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_xml.cmi implem/tyxml_xml.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_xml.ml > implem/tyxml_xml.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_svg.mli > implem/tyxml_svg.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_svg.cmi implem/tyxml_svg.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_svg.ml > implem/tyxml_svg.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_html.mli > implem/tyxml_html.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_html.cmi implem/tyxml_html.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml_html.ml > implem/tyxml_html.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package uutf -package uchar -package re -modules implem/tyxml.ml > implem/tyxml.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_xml.cmo implem/tyxml_xml.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_xml.cmo implem/tyxml_xml.ml
- File "implem/tyxml_xml.ml", line 110, characters 8-29:
- Warning 3: deprecated: module Xml_print.Make_simple
- Use Xml_print.Make_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_svg.cmo implem/tyxml_svg.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_svg.cmo implem/tyxml_svg.ml
- File "implem/tyxml_svg.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_html.cmo implem/tyxml_html.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_html.cmo implem/tyxml_html.ml
- File "implem/tyxml_html.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml.cmo implem/tyxml.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I implem implem/tyxml_xml.cmo implem/tyxml_svg.cmo implem/tyxml_html.cmo implem/tyxml.cmo -o implem/tyxml.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_xml.cmx implem/tyxml_xml.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_xml.cmx implem/tyxml_xml.ml
- File "implem/tyxml_xml.ml", line 110, characters 8-29:
- Warning 3: deprecated: module Xml_print.Make_simple
- Use Xml_print.Make_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_svg.cmx implem/tyxml_svg.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_svg.cmx implem/tyxml_svg.ml
- File "implem/tyxml_svg.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_html.cmx implem/tyxml_html.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml_html.cmx implem/tyxml_html.ml
- File "implem/tyxml_html.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package uchar -package re -I implem -I lib -o implem/tyxml.cmx implem/tyxml.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I implem implem/tyxml_xml.cmx implem/tyxml_svg.cmx implem/tyxml_html.cmx implem/tyxml.cmx -o implem/tyxml.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I implem implem/tyxml.cmxa implem/tyxml_xml.cmx implem/tyxml_svg.cmx implem/tyxml_html.cmx implem/tyxml.cmx -o implem/tyxml.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules implem/top/tyxml_top.ml > implem/top/tyxml_top.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmo implem/top/tyxml_top.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmo implem/top/tyxml_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I implem/top implem/top/tyxml_top.cmo -o implem/top/tyxml_top.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmx implem/top/tyxml_top.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmx implem/top/tyxml_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/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
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I implem/top implem/top/tyxml_top.cmx -o implem/top/tyxml_top.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I implem/top implem/top/tyxml_top.cmxa implem/top/tyxml_top.cmx -o implem/top/tyxml_top.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -modules tools/tyxml_name.mli > tools/tyxml_name.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmi tools/tyxml_name.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -modules tools/tyxml_name.ml > tools/tyxml_name.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmo tools/tyxml_name.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmo tools/tyxml_name.ml
- File "tools/tyxml_name.ml", line 28, characters 18-32:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "tools/tyxml_name.ml", line 38, characters 18-32:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I tools tools/tyxml_name.cmo -o tools/tyxml_tools.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmx tools/tyxml_name.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmx tools/tyxml_name.ml
- File "tools/tyxml_name.ml", line 28, characters 18-32:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "tools/tyxml_name.ml", line 38, characters 18-32:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I tools tools/tyxml_name.cmx -o tools/tyxml_tools.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I tools tools/tyxml_tools.cmxa tools/tyxml_name.cmx -o tools/tyxml_tools.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -modules tools/autoname.ml > tools/autoname.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/autoname.cmo tools/autoname.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -keep-locs -linkpkg -package bytes -I tools tools/tyxml_tools.cma tools/autoname.cmo -o tools/autoname.byte
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -modules syntax/pa_tyxml.mli > syntax/pa_tyxml.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/pa_tyxml.cmi syntax/pa_tyxml.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -modules syntax/pa_tyxml.ml > syntax/pa_tyxml.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -modules syntax/xhtmlparser.ml > syntax/xhtmlparser.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q syntax/camllexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -modules syntax/camllexer.ml > syntax/camllexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q syntax/xmllexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -modules syntax/xmllexer.ml > syntax/xmllexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/xmllexer.cmo syntax/xmllexer.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/xmllexer.cmo syntax/xmllexer.ml
- File "syntax/xmllexer.mll", line 288, characters 33-49:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/xmllexer.mll", line 294, characters 33-49:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/camllexer.cmo syntax/camllexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/xhtmlparser.cmo syntax/xhtmlparser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -modules syntax/basic_types.ml > syntax/basic_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/pa_tyxml.cmo syntax/pa_tyxml.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/pa_tyxml.cmo syntax/pa_tyxml.ml
- File "syntax/pa_tyxml.ml", line 37, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 51, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 53, characters 22-38:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 136, characters 15-32:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 139, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 157, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 159, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 161, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 309, characters 13-30:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 312, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/basic_types.cmo syntax/basic_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I syntax syntax/xmllexer.cmo syntax/camllexer.cmo syntax/xhtmlparser.cmo syntax/pa_tyxml.cmo syntax/basic_types.cmo -o syntax/pa_tyxml.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/xmllexer.cmx syntax/xmllexer.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/xmllexer.cmx syntax/xmllexer.ml
- File "syntax/xmllexer.mll", line 288, characters 33-49:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/xmllexer.mll", line 294, characters 33-49:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/camllexer.cmx syntax/camllexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/xhtmlparser.cmx syntax/xhtmlparser.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/xhtmlparser.cmx syntax/xhtmlparser.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/pa_tyxml.cmx syntax/pa_tyxml.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/pa_tyxml.cmx syntax/pa_tyxml.ml
- File "syntax/pa_tyxml.ml", line 37, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 51, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 53, characters 22-38:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 136, characters 15-32:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 139, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 157, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 159, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 161, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "syntax/pa_tyxml.ml", line 309, characters 13-30:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "syntax/pa_tyxml.ml", line 312, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/basic_types.cmx syntax/basic_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I syntax syntax/xmllexer.cmx syntax/camllexer.cmx syntax/xhtmlparser.cmx syntax/pa_tyxml.cmx syntax/basic_types.cmx -o syntax/pa_tyxml.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I syntax syntax/pa_tyxml.cmxa syntax/xmllexer.cmx syntax/camllexer.cmx syntax/xhtmlparser.cmx syntax/pa_tyxml.cmx syntax/basic_types.cmx -o syntax/pa_tyxml.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -modules syntax/simplexmlparser.mli > syntax/simplexmlparser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -I syntax -o syntax/simplexmlparser.cmi syntax/simplexmlparser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -modules syntax/simplexmlparser.ml > syntax/simplexmlparser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/simplexmlparser.cmo syntax/simplexmlparser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -keep-locs -I syntax syntax/xmllexer.cmo syntax/simplexmlparser.cmo -o syntax/tymlx_p.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/simplexmlparser.cmx syntax/simplexmlparser.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -keep-locs -package bytes -package camlp4.lib -package camlp4 -pp camlp4rf -I syntax -o syntax/simplexmlparser.cmx syntax/simplexmlparser.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -keep-locs -I syntax syntax/xmllexer.cmx syntax/simplexmlparser.cmx -o syntax/tymlx_p.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -keep-locs -I syntax syntax/tymlx_p.cmxa syntax/xmllexer.cmx syntax/simplexmlparser.cmx -o syntax/tymlx_p.cmxs
-> compiled  tyxml.4.2.0
Processing 167/177: [deriving: make] [lwt: make build] [ocamlnet: make opt]
Processing 168/177: [deriving: make] [lwt: make build] [ocamlnet: make opt] [tyxml: ocaml setup.ml]
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.ml
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.a
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_html.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_svg.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_xml.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.ml
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.a
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_top.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_tools.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_tools.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_tools.a
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_tools.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_name.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.a
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/xhtmlparser.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/camllexer.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/basic_types.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xmllexer.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/pa_tyxml.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tymlx_p.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/tymlx_p.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/tymlx_p.a
- Installed /home/opam/.opam/4.04/lib/tyxml/tymlx_p.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.annot
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/tyxml/xmllexer.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xmllexer.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/simplexmlparser.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_sigs.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_sigs.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_types.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/html_sigs.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/html_types.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.mli
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_f.cma
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_f.cmxa
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_f.a
- Installed /home/opam/.opam/4.04/lib/tyxml/tyxml_f.cmxs
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/html_types.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/html_types.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/html_sigs.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/html_sigs.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_types.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_types.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_sigs.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_sigs.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_sigs.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_sigs.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.cmi
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.cmti
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.cmt
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.annot
- Installed /home/opam/.opam/4.04/lib/tyxml/html_f.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/svg_f.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_print.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_wrap.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/xml_iter.cmx
- Installed /home/opam/.opam/4.04/lib/tyxml/META
-> installed tyxml.4.2.0
Processing 168/177: [deriving: make] [lwt: make build] [ocamlnet: make opt]
- ./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.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.mli > src/core/lwt_condition.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.mli > src/core/lwt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.mli > src/core/lwt_sequence.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.mli > src/core/lwt_mutex.mli.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.ml > src/core/lwt_condition.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.mli > src/core/lwt_list.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.ml > src/core/lwt_list.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.ml > src/core/lwt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.ml > src/core/lwt_mutex.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.mli > src/core/lwt_mvar.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.ml > src/core/lwt_mvar.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.mli > src/core/lwt_pool.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.ml > src/core/lwt_pool.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.mli > src/core/lwt_result.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.ml > src/core/lwt_result.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.ml > src/core/lwt_sequence.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.mli > src/core/lwt_stream.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.ml > src/core/lwt_stream.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.mli > src/core/lwt_switch.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.ml > src/core/lwt_switch.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.mli > src/core/lwt_pqueue.mli.depends
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.ml > src/core/lwt_pqueue.ml.depends
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/core 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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -a -I src/core 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.04/bin/ocamlfind ocamlopt -shared -I src/core 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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamllex.opt -q src/logger/lwt_log_rules.mll
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/logger src/logger/lwt_log_rules.cmo src/logger/lwt_log_core.cmo -o src/logger/lwt-log.cma
- /home/opam/.opam/4.04/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.04/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.04/bin/ocamlfind ocamlopt -a -I src/logger src/logger/lwt_log_rules.cmx src/logger/lwt_log_core.cmx -o src/logger/lwt-log.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/logger 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.04/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.04/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.04/lib/ocaml/caml/config.h:98,
-                  from /home/opam/.opam/4.04/lib/ocaml/caml/misc.h:24,
-                  from /home/opam/.opam/4.04/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,
-       |            ^~~~~~~~~~
- src/unix/lwt_unix_stubs.c: In function 'pipe_notification_send':
- src/unix/lwt_unix_stubs.c:739:10: warning: 'buf' is used uninitialized [-Wuninitialized]
-   739 |   return write(notification_fds[1], &buf, 1);
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
-                  from /usr/include/signal.h:328,
-                  from src/unix/lwt_unix_stubs.c:42:
- /usr/include/unistd.h:378:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here
-   378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
-       |                ^~~~~
- src/unix/lwt_unix_stubs.c:738:8: note: 'buf' declared here
-   738 |   char buf;
-       |        ^~~
- mv lwt_unix_stubs.o src/unix/lwt_unix_stubs.o
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlmklib -o src/unix/lwt-unix_stubs -g -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.04/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.04/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.04/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.04.2 -o src/unix/lwt_unix.mli src/unix/lwt_unix.cppo.mli
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04.2 -o src/unix/lwt_unix.ml src/unix/lwt_unix.cppo.ml
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -dllib -llwt-unix_stubs -cclib -llwt-unix_stubs -cclib -lpthread -I src/unix 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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -a -cclib -llwt-unix_stubs -cclib -lpthread -I src/unix 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.04/bin/ocamlfind ocamlopt -shared -I src/unix -cclib -lpthread -I src/unix 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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/simple_top src/simple_top/lwt_simple_top.cmo -o src/simple_top/lwt-simple-top.cma
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I src/simple_top src/simple_top/lwt_simple_top.cmx -o src/simple_top/lwt-simple-top.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/simple_top 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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/react src/react/lwt_react.cmo -o src/react/lwt-react.cma
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I src/react src/react/lwt_react.cmx -o src/react/lwt-react.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/react src/react/lwt-react.cmxa src/react/lwt_react.cmx -o src/react/lwt-react.cmxs
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/preemptive src/preemptive/lwt_preemptive.cmo -o src/preemptive/lwt-preemptive.cma
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I src/preemptive src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/preemptive src/preemptive/lwt-preemptive.cmxa src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package ssl -modules src/ssl/lwt_ssl.mli > src/ssl/lwt_ssl.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/core -I src/logger -I src/unix -package unix -package result -package bytes -package bigarray -package ssl -w +A-29-58 -I src/ssl -I src/unix -o src/ssl/lwt_ssl.cmi src/ssl/lwt_ssl.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package ssl -modules src/ssl/lwt_ssl.ml > src/ssl/lwt_ssl.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/core -I src/logger -I src/unix -package unix -package result -package bytes -package bigarray -package ssl -w +A-29-58 -I src/ssl -I src/unix -o src/ssl/lwt_ssl.cmo src/ssl/lwt_ssl.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/ssl src/ssl/lwt_ssl.cmo -o src/ssl/lwt-ssl.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src/core -I src/logger -I src/unix -package unix -package result -package bytes -package bigarray -package ssl -w +A-29-58 -I src/ssl -I src/unix -o src/ssl/lwt_ssl.cmx src/ssl/lwt_ssl.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/ssl src/ssl/lwt_ssl.cmx -o src/ssl/lwt-ssl.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/ssl src/ssl/lwt-ssl.cmxa src/ssl/lwt_ssl.cmx -o src/ssl/lwt-ssl.cmxs
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/camlp4 src/camlp4/pa_lwt.cmo -o src/camlp4/lwt-syntax.cma
- /home/opam/.opam/4.04/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.04/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.04/bin/ocamlfind ocamlopt -a -I src/camlp4 src/camlp4/pa_lwt.cmx -o src/camlp4/lwt-syntax.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/camlp4 src/camlp4/lwt-syntax.cmxa src/camlp4/pa_lwt.cmx -o src/camlp4/lwt-syntax.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/camlp4 src/camlp4/pa_lwt_options.cmo -o src/camlp4/lwt-syntax-options.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/camlp4 src/camlp4/pa_lwt_options.cmx -o src/camlp4/lwt-syntax-options.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/camlp4 src/camlp4/lwt-syntax-options.cmxa src/camlp4/pa_lwt_options.cmx -o src/camlp4/lwt-syntax-options.cmxs
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/camlp4 src/camlp4/pa_lwt_log.cmo -o src/camlp4/lwt-syntax-log.cma
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I src/camlp4 src/camlp4/pa_lwt_log.cmx -o src/camlp4/lwt-syntax-log.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/camlp4 src/camlp4/lwt-syntax-log.cmxa src/camlp4/pa_lwt_log.cmx -o src/camlp4/lwt-syntax-log.cmxs
- /home/opam/.opam/4.04/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.04/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.04/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.04/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.04/bin/ocamlfind ocamlc -a -I src/ppx src/ppx/ppx_lwt.cmo -o src/ppx/ppx.cma
- /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I src/ppx src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/ppx src/ppx/ppx.cmxa src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxs
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ppx_tools.metaquot -package compiler-libs.common -I src/ppx src/ppx/ppx_lwt_ex.cmx -o src/ppx/ppx_lwt_ex.native
- /home/opam/.opam/4.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix 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.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix 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.04/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.04/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.04/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.04/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix 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 168/177: [deriving: make] [ocamlnet: make opt]
Processing 169/177: [deriving: make] [ocamlnet: make opt] [lwt: make install]
- ./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.04/lib/lwt/lwt_condition.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_condition.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_condition.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_condition.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_condition.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pqueue.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_switch.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_stream.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sequence.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_result.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_pool.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mvar.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_mutex.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_list.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_condition.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.h
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_config.h
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.mli
- Installed /home/opam/.opam/4.04/lib/lwt/liblwt-unix_stubs.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-unix.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-unix.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-unix.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-unix.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_config.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix_jobs_generated.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_bytes.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_engine.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_sys.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_unix.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_timeout.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_throttle.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_process.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_main.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_io.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_gc.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_daemon.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_chan.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.annot
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-options.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-options.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-options.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-options.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_options.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-log.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-log.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-log.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-syntax-log.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.annot
- Installed /home/opam/.opam/4.04/lib/lwt/pa_lwt_log.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-ssl.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-ssl.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-ssl.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-ssl.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_ssl.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-simple-top.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-simple-top.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-simple-top.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-simple-top.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_simple_top.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-react.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-react.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-react.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-react.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_react.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-preemptive.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-preemptive.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-preemptive.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-preemptive.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_preemptive.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.mli
- Installed /home/opam/.opam/4.04/lib/lwt/ppx.cma
- Installed /home/opam/.opam/4.04/lib/lwt/ppx.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/ppx.a
- Installed /home/opam/.opam/4.04/lib/lwt/ppx.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.annot
- Installed /home/opam/.opam/4.04/lib/lwt/ppx_lwt.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.mli
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-log.cma
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-log.cmxa
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-log.a
- Installed /home/opam/.opam/4.04/lib/lwt/lwt-log.cmxs
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.cmi
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.cmti
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.cmt
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.annot
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_rules.cmx
- Installed /home/opam/.opam/4.04/lib/lwt/lwt_log_core.cmx
- Installed /home/opam/.opam/4.04/lib/stublibs/dlllwt-unix_stubs.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dlllwt-unix_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/lwt/META
-> installed lwt.2.7.1
Processing 169/177: [deriving: make] [ocamlnet: make opt]
- ( cd tools/cppo-0.9.4 && rm -f depend && make -f Makefile.pre generate && make all )
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- ocamlfind ocamldep   *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4'
- ( cd tools/unimap_to_ocaml && make all )
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml'
- for pkg in netstring-pcre netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \
- 	( cd src/$pkg && make -f Makefile.pre generate ) || exit; \
- 	( cd src/$pkg && make -f Makefile.pre depend ) || exit; \
- 	( cd src/$pkg && make opt ) || exit; \
- done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -c  netstring_pcre.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -c -p -o `basename netstring_pcre.cmx .cmx`.p.cmx  netstring_pcre.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -a -o netstring-pcre.cmxa  netstring_pcre.cmx; \
- else \
- 	../../tools/mkstublib -o netstring-pcre netstring_pcre.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -a -o netstring-pcre.p.cmxa netstring_pcre.p.cmx; \
- else \
- 	../../tools/mkstublib -o netstring-pcre.p netstring_pcre.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -linkall -shared -I . -o netstring-pcre.cmxs  netstring-pcre.cmxa ;
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix bytes pcre"  -w -25 -linkall -shared -I . -o netstring-pcre.p.cmxs netstring-pcre.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_conf.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_conf.cmx .cmx`.p.cmx  netsys_conf.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_types.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_types.cmx .cmx`.p.cmx  netsys_types.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_oothr.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_oothr.cmx .cmx`.p.cmx  netsys_oothr.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netlog.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netlog.cmx .cmx`.p.cmx  netlog.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netexn.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netexn.cmx .cmx`.p.cmx  netexn.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_impl_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_impl_util.cmx .cmx`.p.cmx  netsys_impl_util.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_mem.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_mem.cmx .cmx`.p.cmx  netsys_mem.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_signal.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_signal.cmx .cmx`.p.cmx  netsys_signal.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto_types.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_crypto_types.cmx .cmx`.p.cmx  netsys_crypto_types.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_crypto.cmx .cmx`.p.cmx  netsys_crypto.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_crypto_modes.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_crypto_modes.cmx .cmx`.p.cmx  netsys_crypto_modes.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_posix.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_posix.cmx .cmx`.p.cmx  netsys_posix.ml
- File "netsys_posix.ml", line 880, characters 14-29:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "netsys_posix.ml", line 880, characters 14-29:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_win32.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_win32.cmx .cmx`.p.cmx  netsys_win32.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_tls.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_tls.cmx .cmx`.p.cmx  netsys_tls.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys.cmx .cmx`.p.cmx  netsys.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_ciphers.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_ciphers.cmx .cmx`.p.cmx  netsys_ciphers.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_digests.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_digests.cmx .cmx`.p.cmx  netsys_digests.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_rng.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_rng.cmx .cmx`.p.cmx  netsys_rng.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_pollset.cmx .cmx`.p.cmx  netsys_pollset.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_posix.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_pollset_posix.cmx .cmx`.p.cmx  netsys_pollset_posix.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_win32.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_pollset_win32.cmx .cmx`.p.cmx  netsys_pollset_win32.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pollset_generic.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_pollset_generic.cmx .cmx`.p.cmx  netsys_pollset_generic.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_xdr.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_xdr.cmx .cmx`.p.cmx  netsys_xdr.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_tmp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_tmp.cmx .cmx`.p.cmx  netsys_tmp.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sem.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_sem.cmx .cmx`.p.cmx  netsys_sem.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_pmanage.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_pmanage.cmx .cmx`.p.cmx  netsys_pmanage.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_global.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_global.cmx .cmx`.p.cmx  netsys_global.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_gssapi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_gssapi.cmx .cmx`.p.cmx  netsys_gssapi.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl_types.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_sasl_types.cmx .cmx`.p.cmx  netsys_sasl_types.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_sasl_util.cmx .cmx`.p.cmx  netsys_sasl_util.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_sasl.cmx .cmx`.p.cmx  netsys_sasl.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_polypipe.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_polypipe.cmx .cmx`.p.cmx  netsys_polypipe.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_polysocket.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_polysocket.cmx .cmx`.p.cmx  netsys_polysocket.ml
- if [ "Xnetsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -a -o netsys.cmxa  netsys_conf.cmx netsys_types.cmx netlog.cmx netexn.cmx netsys_impl_util.cmx netsys_mem.cmx netsys_signal.cmx netsys_crypto_types.cmx netsys_crypto.cmx netsys_crypto_modes.cmx netsys_posix.cmx netsys_win32.cmx netsys_tls.cmx netsys.cmx netsys_ciphers.cmx netsys_digests.cmx netsys_rng.cmx netsys_pollset.cmx netsys_pollset_posix.cmx netsys_pollset_win32.cmx netsys_pollset_generic.cmx netsys_xdr.cmx netsys_tmp.cmx netsys_sem.cmx netsys_pmanage.cmx netsys_global.cmx netsys_gssapi.cmx netsys_sasl_types.cmx netsys_sasl_util.cmx netsys_sasl.cmx netsys_polypipe.cmx netsys_polysocket.cmx; \
- else \
- 	../../tools/mkstublib -o netsys netsys_conf.cmx netsys_types.cmx netlog.cmx netexn.cmx netsys_impl_util.cmx netsys_mem.cmx netsys_signal.cmx netsys_crypto_types.cmx netsys_crypto.cmx netsys_crypto_modes.cmx netsys_posix.cmx netsys_win32.cmx netsys_tls.cmx netsys.cmx netsys_ciphers.cmx netsys_digests.cmx netsys_rng.cmx netsys_pollset.cmx netsys_pollset_posix.cmx netsys_pollset_win32.cmx netsys_pollset_generic.cmx netsys_xdr.cmx netsys_tmp.cmx netsys_sem.cmx netsys_pmanage.cmx netsys_global.cmx netsys_gssapi.cmx netsys_sasl_types.cmx netsys_sasl_util.cmx netsys_sasl.cmx netsys_polypipe.cmx netsys_polysocket.cmx netsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o ; \
- fi
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr.cmxa -a netsys_oothr.cmx
- ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g"   netsys_c_gprof.c
- + gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c   -O -g  -I'/home/opam/.opam/4.04/lib/ocaml' 'netsys_c_gprof.c'
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -o netsys_oothr.cmxs netsys_oothr.cmxa
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_oothr_mt.cmx .cmx`.p.cmx -thread netsys_oothr_mt.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr_mt.cmxa -a \
- 	netsys_oothr.cmx netsys_oothr_mt.cmx
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt_init.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_oothr_mt_init.cmx .cmx`.p.cmx -thread netsys_oothr_mt_init.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -o netsys_oothr_mt.cmxs netsys_oothr_mt.cmxa
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -o netsys_oothr_mt_init.cmxs netsys_oothr_mt_init.cmx
- if [ "Xnetsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -a -o netsys.p.cmxa netsys_conf.p.cmx netsys_types.p.cmx netlog.p.cmx netexn.p.cmx netsys_impl_util.p.cmx netsys_mem.p.cmx netsys_signal.p.cmx netsys_crypto_types.p.cmx netsys_crypto.p.cmx netsys_crypto_modes.p.cmx netsys_posix.p.cmx netsys_win32.p.cmx netsys_tls.p.cmx netsys.p.cmx netsys_ciphers.p.cmx netsys_digests.p.cmx netsys_rng.p.cmx netsys_pollset.p.cmx netsys_pollset_posix.p.cmx netsys_pollset_win32.p.cmx netsys_pollset_generic.p.cmx netsys_xdr.p.cmx netsys_tmp.p.cmx netsys_sem.p.cmx netsys_pmanage.p.cmx netsys_global.p.cmx netsys_gssapi.p.cmx netsys_sasl_types.p.cmx netsys_sasl_util.p.cmx netsys_sasl.p.cmx netsys_polypipe.p.cmx netsys_polysocket.p.cmx; \
- else \
- 	../../tools/mkstublib -o netsys.p netsys_conf.p.cmx netsys_types.p.cmx netlog.p.cmx netexn.p.cmx netsys_impl_util.p.cmx netsys_mem.p.cmx netsys_signal.p.cmx netsys_crypto_types.p.cmx netsys_crypto.p.cmx netsys_crypto_modes.p.cmx netsys_posix.p.cmx netsys_win32.p.cmx netsys_tls.p.cmx netsys.p.cmx netsys_ciphers.p.cmx netsys_digests.p.cmx netsys_rng.p.cmx netsys_pollset.p.cmx netsys_pollset_posix.p.cmx netsys_pollset_win32.p.cmx netsys_pollset_generic.p.cmx netsys_xdr.p.cmx netsys_tmp.p.cmx netsys_sem.p.cmx netsys_pmanage.p.cmx netsys_global.p.cmx netsys_gssapi.p.cmx netsys_sasl_types.p.cmx netsys_sasl_util.p.cmx netsys_sasl.p.cmx netsys_polypipe.p.cmx netsys_polysocket.p.cmx netsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o ; \
- fi
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr.p.cmxa -a netsys_oothr.p.cmx
- opts="-opaque"; \
-         if [ -f "$(basename netsys_gprof_init.mli .ml)".nopaque ]; then opts=""; fi; \
- ocamlfind ocamlc -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  $opts netsys_gprof_init.mli
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c  netsys_gprof_init.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -p -o `basename netsys_gprof_init.cmx .cmx`.p.cmx  netsys_gprof_init.ml
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -o netsys_oothr.p.cmxs netsys_oothr.p.cmxa
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr_mt.p.cmxa -a \
- 	netsys_oothr.p.cmx netsys_oothr_mt.p.cmx
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -o netsys_oothr_mt.p.cmxs \
- 	netsys_oothr_mt.p.cmxa
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netsys.cmxs  netsys.cmxa ;
- ocamlfind ocamlopt -g -safe-string  -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D NO_O_KEEPEXEC -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netsys.p.cmxs netsys.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netshm.cmx .cmx`.p.cmx  netshm.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_data.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netshm_data.cmx .cmx`.p.cmx  netshm_data.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_hashtbl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netshm_hashtbl.cmx .cmx`.p.cmx  netshm_hashtbl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netshm_array.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netshm_array.cmx .cmx`.p.cmx  netshm_array.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netshm.cmxa  netshm.cmx netshm_data.cmx netshm_hashtbl.cmx netshm_array.cmx; \
- else \
- 	../../tools/mkstublib -o netshm netshm.cmx netshm_data.cmx netshm_hashtbl.cmx netshm_array.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netshm.p.cmxa netshm.p.cmx netshm_data.p.cmx netshm_hashtbl.p.cmx netshm_array.p.cmx; \
- else \
- 	../../tools/mkstublib -o netshm.p netshm.p.cmx netshm_data.p.cmx netshm_hashtbl.p.cmx netshm_array.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netshm.cmxs  netshm.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netshm.p.cmxs netshm.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netconst.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netconst.cmx .cmx`.p.cmx  netconst.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstring_str.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netstring_str.cmx .cmx`.p.cmx  netstring_str.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstring_tstring.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netstring_tstring.cmx .cmx`.p.cmx  netstring_tstring.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -inline 10 netbuffer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netbuffer.cmx .cmx`.p.cmx -inline 10 netbuffer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netunichar.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netunichar.cmx .cmx`.p.cmx  netunichar.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaux.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netaux.cmx .cmx`.p.cmx  netaux.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netchannels.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netchannels.cmx .cmx`.p.cmx  netchannels.ml
- File "netchannels.ml", line 933, characters 2-505:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "netchannels.ml", line 1477, characters 2-471:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "netchannels.ml", line 933, characters 2-505:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "netchannels.ml", line 1477, characters 2-471:
- Warning 8: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netchannels_crypto.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netchannels_crypto.cmx .cmx`.p.cmx  netchannels_crypto.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsockaddr.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netsockaddr.cmx .cmx`.p.cmx  netsockaddr.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdb.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netdb.cmx .cmx`.p.cmx  netdb.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmappings_asn1.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings_asn1.cmx .cmx`.p.cmx  netmappings_asn1.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmappings.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings.cmx .cmx`.p.cmx  netmappings.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netconversion.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netconversion.cmx .cmx`.p.cmx  netconversion.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netulex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netulex.cmx .cmx`.p.cmx  netulex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netencoding.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netencoding.cmx .cmx`.p.cmx  netencoding.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netstream.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netstream.cmx .cmx`.p.cmx  netstream.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdate.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netdate.cmx .cmx`.p.cmx  netdate.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_string.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmime_string.cmx .cmx`.p.cmx  netmime_string.ml
- ocamllex nethtml_scanner.mll
- 57 states, 1035 transitions, table size 4482 bytes
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethtml_scanner.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename nethtml_scanner.cmx .cmx`.p.cmx  nethtml_scanner.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethtml.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename nethtml.cmx .cmx`.p.cmx  nethtml.ml
- File "nethtml.ml", line 626, characters 4-16:
- Warning 21: this statement never returns (or has an unsound type.)
- File "nethtml.ml", line 626, characters 4-16:
- Warning 21: this statement never returns (or has an unsound type.)
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  neturl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename neturl.cmx .cmx`.p.cmx  neturl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  neturl_ldap.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename neturl_ldap.cmx .cmx`.p.cmx  neturl_ldap.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsaslprep_data.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netsaslprep_data.cmx .cmx`.p.cmx  netsaslprep_data.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsaslprep.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netsaslprep.cmx .cmx`.p.cmx  netsaslprep.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netaddress.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netaddress.cmx .cmx`.p.cmx  netaddress.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netcompression.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netcompression.cmx .cmx`.p.cmx  netcompression.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmime.cmx .cmx`.p.cmx  netmime.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_header.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmime_header.cmx .cmx`.p.cmx  netmime_header.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmime_channels.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmime_channels.cmx .cmx`.p.cmx  netmime_channels.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netsendmail.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netsendmail.cmx .cmx`.p.cmx  netsendmail.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nethttp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp.cmx .cmx`.p.cmx  nethttp.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netpagebuffer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netpagebuffer.cmx .cmx`.p.cmx  netpagebuffer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netfs.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netfs.cmx .cmx`.p.cmx  netfs.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netglob_lex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netglob_lex.cmx .cmx`.p.cmx  netglob_lex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netglob.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netglob.cmx .cmx`.p.cmx  netglob.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netauth.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netauth.cmx .cmx`.p.cmx  netauth.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -inline 10 netnumber.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netnumber.cmx .cmx`.p.cmx -inline 10 netnumber.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netxdr_mstring.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netxdr_mstring.cmx .cmx`.p.cmx  netxdr_mstring.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netxdr.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netxdr.cmx .cmx`.p.cmx  netxdr.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netasn1.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netasn1.cmx .cmx`.p.cmx  netasn1.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netasn1_encode.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netasn1_encode.cmx .cmx`.p.cmx  netasn1_encode.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netoid.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netoid.cmx .cmx`.p.cmx  netoid.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netdn.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netdn.cmx .cmx`.p.cmx  netdn.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netx509.cmx .cmx`.p.cmx  netx509.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netascii_armor.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netascii_armor.cmx .cmx`.p.cmx  netascii_armor.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509_pubkey.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netx509_pubkey.cmx .cmx`.p.cmx  netx509_pubkey.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netx509_pubkey_crypto.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netx509_pubkey_crypto.cmx .cmx`.p.cmx  netx509_pubkey_crypto.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  nettls_support.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename nettls_support.cmx .cmx`.p.cmx  nettls_support.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netgssapi_support.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netgssapi_support.cmx .cmx`.p.cmx  netgssapi_support.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netgssapi_auth.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netgssapi_auth.cmx .cmx`.p.cmx  netgssapi_auth.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_scram.cmx .cmx`.p.cmx  netmech_scram.ml
- File "netmech_scram.ml", line 529, characters 22-27:
- Warning 12: this sub-pattern is unused.
- File "netmech_scram.ml", line 529, characters 22-27:
- Warning 12: this sub-pattern is unused.
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_gssapi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_scram_gssapi.cmx .cmx`.p.cmx  netmech_scram_gssapi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_scram_sasl.cmx .cmx`.p.cmx  netmech_scram_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_scram_http.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_scram_http.cmx .cmx`.p.cmx  netmech_scram_http.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_plain_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_plain_sasl.cmx .cmx`.p.cmx  netmech_plain_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_crammd5_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_crammd5_sasl.cmx .cmx`.p.cmx  netmech_crammd5_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_digest.cmx .cmx`.p.cmx  netmech_digest.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_digest_sasl.cmx .cmx`.p.cmx  netmech_digest_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_digest_http.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_digest_http.cmx .cmx`.p.cmx  netmech_digest_http.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_gs2_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_gs2_sasl.cmx .cmx`.p.cmx  netmech_gs2_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_krb5_sasl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_krb5_sasl.cmx .cmx`.p.cmx  netmech_krb5_sasl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c  netmech_spnego_http.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -p -o `basename netmech_spnego_http.cmx .cmx`.p.cmx  netmech_spnego_http.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -a -o netstring.cmxa  netconst.cmx netstring_str.cmx netbuffer.cmx netunichar.cmx netaux.cmx netstring_tstring.cmx netchannels.cmx netchannels_crypto.cmx netsockaddr.cmx netdb.cmx netmappings_asn1.cmx netmappings.cmx netconversion.cmx netulex.cmx netencoding.cmx netstream.cmx netdate.cmx netmime_string.cmx nethtml_scanner.cmx nethtml.cmx neturl.cmx neturl_ldap.cmx netsaslprep_data.cmx netsaslprep.cmx netaddress.cmx netcompression.cmx netmime.cmx netmime_header.cmx netmime_channels.cmx netsendmail.cmx nethttp.cmx netpagebuffer.cmx netfs.cmx netglob_lex.cmx netglob.cmx netauth.cmx netnumber.cmx netxdr_mstring.cmx netxdr.cmx netasn1.cmx netasn1_encode.cmx netoid.cmx netdn.cmx netx509.cmx netascii_armor.cmx netx509_pubkey.cmx netx509_pubkey_crypto.cmx nettls_support.cmx netgssapi_support.cmx netgssapi_auth.cmx netmech_scram.cmx netmech_scram_gssapi.cmx netmech_scram_sasl.cmx netmech_scram_http.cmx netmech_plain_sasl.cmx netmech_crammd5_sasl.cmx netmech_digest.cmx netmech_digest_sasl.cmx netmech_digest_http.cmx netmech_gs2_sasl.cmx netmech_krb5_sasl.cmx netmech_spnego_http.cmx; \
- else \
- 	../../tools/mkstublib -o netstring netconst.cmx netstring_str.cmx netbuffer.cmx netunichar.cmx netaux.cmx netstring_tstring.cmx netchannels.cmx netchannels_crypto.cmx netsockaddr.cmx netdb.cmx netmappings_asn1.cmx netmappings.cmx netconversion.cmx netulex.cmx netencoding.cmx netstream.cmx netdate.cmx netmime_string.cmx nethtml_scanner.cmx nethtml.cmx neturl.cmx neturl_ldap.cmx netsaslprep_data.cmx netsaslprep.cmx netaddress.cmx netcompression.cmx netmime.cmx netmime_header.cmx netmime_channels.cmx netsendmail.cmx nethttp.cmx netpagebuffer.cmx netfs.cmx netglob_lex.cmx netglob.cmx netauth.cmx netnumber.cmx netxdr_mstring.cmx netxdr.cmx netasn1.cmx netasn1_encode.cmx netoid.cmx netdn.cmx netx509.cmx netascii_armor.cmx netx509_pubkey.cmx netx509_pubkey_crypto.cmx nettls_support.cmx netgssapi_support.cmx netgssapi_auth.cmx netmech_scram.cmx netmech_scram_gssapi.cmx netmech_scram_sasl.cmx netmech_scram_http.cmx netmech_plain_sasl.cmx netmech_crammd5_sasl.cmx netmech_digest.cmx netmech_digest_sasl.cmx netmech_digest_http.cmx netmech_gs2_sasl.cmx netmech_krb5_sasl.cmx netmech_spnego_http.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -a -o netstring.p.cmxa netconst.p.cmx netstring_str.p.cmx netbuffer.p.cmx netunichar.p.cmx netaux.p.cmx netstring_tstring.p.cmx netchannels.p.cmx netchannels_crypto.p.cmx netsockaddr.p.cmx netdb.p.cmx netmappings_asn1.p.cmx netmappings.p.cmx netconversion.p.cmx netulex.p.cmx netencoding.p.cmx netstream.p.cmx netdate.p.cmx netmime_string.p.cmx nethtml_scanner.p.cmx nethtml.p.cmx neturl.p.cmx neturl_ldap.p.cmx netsaslprep_data.p.cmx netsaslprep.p.cmx netaddress.p.cmx netcompression.p.cmx netmime.p.cmx netmime_header.p.cmx netmime_channels.p.cmx netsendmail.p.cmx nethttp.p.cmx netpagebuffer.p.cmx netfs.p.cmx netglob_lex.p.cmx netglob.p.cmx netauth.p.cmx netnumber.p.cmx netxdr_mstring.p.cmx netxdr.p.cmx netasn1.p.cmx netasn1_encode.p.cmx netoid.p.cmx netdn.p.cmx netx509.p.cmx netascii_armor.p.cmx netx509_pubkey.p.cmx netx509_pubkey_crypto.p.cmx nettls_support.p.cmx netgssapi_support.p.cmx netgssapi_auth.p.cmx netmech_scram.p.cmx netmech_scram_gssapi.p.cmx netmech_scram_sasl.p.cmx netmech_scram_http.p.cmx netmech_plain_sasl.p.cmx netmech_crammd5_sasl.p.cmx netmech_digest.p.cmx netmech_digest_sasl.p.cmx netmech_digest_http.p.cmx netmech_gs2_sasl.p.cmx netmech_krb5_sasl.p.cmx netmech_spnego_http.p.cmx; \
- else \
- 	../../tools/mkstublib -o netstring.p netconst.p.cmx netstring_str.p.cmx netbuffer.p.cmx netunichar.p.cmx netaux.p.cmx netstring_tstring.p.cmx netchannels.p.cmx netchannels_crypto.p.cmx netsockaddr.p.cmx netdb.p.cmx netmappings_asn1.p.cmx netmappings.p.cmx netconversion.p.cmx netulex.p.cmx netencoding.p.cmx netstream.p.cmx netdate.p.cmx netmime_string.p.cmx nethtml_scanner.p.cmx nethtml.p.cmx neturl.p.cmx neturl_ldap.p.cmx netsaslprep_data.p.cmx netsaslprep.p.cmx netaddress.p.cmx netcompression.p.cmx netmime.p.cmx netmime_header.p.cmx netmime_channels.p.cmx netsendmail.p.cmx nethttp.p.cmx netpagebuffer.p.cmx netfs.p.cmx netglob_lex.p.cmx netglob.p.cmx netauth.p.cmx netnumber.p.cmx netxdr_mstring.p.cmx netxdr.p.cmx netasn1.p.cmx netasn1_encode.p.cmx netoid.p.cmx netdn.p.cmx netx509.p.cmx netascii_armor.p.cmx netx509_pubkey.p.cmx netx509_pubkey_crypto.p.cmx nettls_support.p.cmx netgssapi_support.p.cmx netgssapi_auth.p.cmx netmech_scram.p.cmx netmech_scram_gssapi.p.cmx netmech_scram_sasl.p.cmx netmech_scram_http.p.cmx netmech_plain_sasl.p.cmx netmech_crammd5_sasl.p.cmx netmech_digest.p.cmx netmech_digest_sasl.p.cmx netmech_digest_http.p.cmx netmech_gs2_sasl.p.cmx netmech_krb5_sasl.p.cmx netmech_spnego_http.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netstring.cmxs  netstring.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netstring.p.cmxs netstring.p.cmxa;
- rm nethtml_scanner.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netuniconfig.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netuniconfig.cmx .cmx`.p.cmx  netuniconfig.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netunidata.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netunidata.cmx .cmx`.p.cmx  netunidata.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netunichecksums.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netunichecksums.cmx .cmx`.p.cmx  netunichecksums.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netunidata.cmxa  netuniconfig.cmx netunidata.cmx netunichecksums.cmx; \
- else \
- 	../../tools/mkstublib -o netunidata netuniconfig.cmx netunidata.cmx netunichecksums.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_iso.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings_iso.cmx .cmx`.p.cmx  netmappings_iso.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_other.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings_other.cmx .cmx`.p.cmx  netmappings_other.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_jp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings_jp.cmx .cmx`.p.cmx  netmappings_jp.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmappings_kr.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmappings_kr.cmx .cmx`.p.cmx  netmappings_kr.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netuniinit.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netuniinit.cmx .cmx`.p.cmx  netuniinit.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_iso.cmxs netmappings_iso.cmx
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_other.cmxs netmappings_other.cmx
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_jp.cmxs netmappings_jp.cmx
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_kr.cmxs netmappings_kr.cmx
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netuniinit.cmxs netuniinit.cmx
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netunidata.p.cmxa netuniconfig.p.cmx netunidata.p.cmx netunichecksums.p.cmx; \
- else \
- 	../../tools/mkstublib -o netunidata.p netuniconfig.p.cmx netunidata.p.cmx netunichecksums.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netunidata.cmxs  netunidata.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netunidata.p.cmxs netunidata.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  equeue.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename equeue.cmx .cmx`.p.cmx  equeue.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename unixqueue_util.cmx .cmx`.p.cmx  unixqueue_util.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_pollset.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename unixqueue_pollset.cmx .cmx`.p.cmx  unixqueue_pollset.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue_select.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename unixqueue_select.cmx .cmx`.p.cmx  unixqueue_select.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  unixqueue.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename unixqueue.cmx .cmx`.p.cmx  unixqueue.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_resolver.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_resolver.cmx .cmx`.p.cmx  uq_resolver.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_engines.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_engines.cmx .cmx`.p.cmx  uq_engines.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_multiplex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_multiplex.cmx .cmx`.p.cmx  uq_multiplex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_transfer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_transfer.cmx .cmx`.p.cmx  uq_transfer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_io.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_io.cmx .cmx`.p.cmx  uq_io.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_lwt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_lwt.cmx .cmx`.p.cmx  uq_lwt.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_libevent.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_libevent.cmx .cmx`.p.cmx  uq_libevent.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_mt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_mt.cmx .cmx`.p.cmx  uq_mt.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_client.cmx .cmx`.p.cmx  uq_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_server.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_server.cmx .cmx`.p.cmx  uq_server.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_datagram.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_datagram.cmx .cmx`.p.cmx  uq_datagram.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_socks5.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_socks5.cmx .cmx`.p.cmx  uq_socks5.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  uq_engines_compat.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename uq_engines_compat.cmx .cmx`.p.cmx  uq_engines_compat.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o equeue.cmxa  equeue.cmx unixqueue_util.cmx unixqueue_pollset.cmx unixqueue_select.cmx unixqueue.cmx uq_resolver.cmx uq_engines.cmx uq_multiplex.cmx uq_transfer.cmx uq_io.cmx uq_lwt.cmx uq_libevent.cmx uq_mt.cmx uq_client.cmx uq_server.cmx uq_datagram.cmx uq_socks5.cmx uq_engines_compat.cmx; \
- else \
- 	../../tools/mkstublib -o equeue equeue.cmx unixqueue_util.cmx unixqueue_pollset.cmx unixqueue_select.cmx unixqueue.cmx uq_resolver.cmx uq_engines.cmx uq_multiplex.cmx uq_transfer.cmx uq_io.cmx uq_lwt.cmx uq_libevent.cmx uq_mt.cmx uq_client.cmx uq_server.cmx uq_datagram.cmx uq_socks5.cmx uq_engines_compat.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o equeue.p.cmxa equeue.p.cmx unixqueue_util.p.cmx unixqueue_pollset.p.cmx unixqueue_select.p.cmx unixqueue.p.cmx uq_resolver.p.cmx uq_engines.p.cmx uq_multiplex.p.cmx uq_transfer.p.cmx uq_io.p.cmx uq_lwt.p.cmx uq_libevent.p.cmx uq_mt.p.cmx uq_client.p.cmx uq_server.p.cmx uq_datagram.p.cmx uq_socks5.p.cmx uq_engines_compat.p.cmx; \
- else \
- 	../../tools/mkstublib -o equeue.p equeue.p.cmx unixqueue_util.p.cmx unixqueue_pollset.p.cmx unixqueue_select.p.cmx unixqueue.p.cmx uq_resolver.p.cmx uq_engines.p.cmx uq_multiplex.p.cmx uq_transfer.p.cmx uq_io.p.cmx uq_lwt.p.cmx uq_libevent.p.cmx uq_mt.p.cmx uq_client.p.cmx uq_server.p.cmx uq_datagram.p.cmx uq_socks5.p.cmx uq_engines_compat.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o equeue.cmxs  equeue.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o equeue.p.cmxs equeue.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_sys.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename shell_sys.cmx .cmx`.p.cmx  shell_sys.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename shell.cmx .cmx`.p.cmx  shell.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_uq.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename shell_uq.cmx .cmx`.p.cmx  shell_uq.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  shell_fs.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename shell_fs.cmx .cmx`.p.cmx  shell_fs.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o shell.cmxa  shell_sys.cmx shell.cmx shell_uq.cmx shell_fs.cmx; \
- else \
- 	../../tools/mkstublib -o shell shell_sys.cmx shell.cmx shell_uq.cmx shell_fs.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o shell.p.cmxa shell_sys.p.cmx shell.p.cmx shell_uq.p.cmx shell_fs.p.cmx; \
- else \
- 	../../tools/mkstublib -o shell.p shell_sys.p.cmx shell.p.cmx shell_uq.p.cmx shell_fs.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o shell.cmxs  shell.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o shell.p.cmxs shell.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- echo "let cpp = \"cpp\";;" > config.ml
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- ocamlfind ocamldep  -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  config.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename config.cmx .cmx`.p.cmx  config.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  syntax.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename syntax.cmx .cmx`.p.cmx  syntax.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  options.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename options.cmx .cmx`.p.cmx  options.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  parser.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename parser.cmx .cmx`.p.cmx  parser.ml
- ocamllex lexer.mll
- 127 states, 803 transitions, table size 3974 bytes
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  lexer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename lexer.cmx .cmx`.p.cmx  lexer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rename.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rename.cmx .cmx`.p.cmx  rename.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  generate.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename generate.cmx .cmx`.p.cmx  generate.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  direct.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename direct.cmx .cmx`.p.cmx  direct.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_generator.cmxa  config.cmx syntax.cmx options.cmx parser.cmx lexer.cmx rename.cmx generate.cmx direct.cmx; \
- else \
- 	../../tools/mkstublib -o rpc_generator config.cmx syntax.cmx options.cmx parser.cmx lexer.cmx rename.cmx generate.cmx direct.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_generator.p.cmxa config.p.cmx syntax.p.cmx options.p.cmx parser.p.cmx lexer.p.cmx rename.p.cmx generate.p.cmx direct.p.cmx; \
- else \
- 	../../tools/mkstublib -o rpc_generator.p config.p.cmx syntax.p.cmx options.p.cmx parser.p.cmx lexer.p.cmx rename.p.cmx generate.p.cmx direct.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_generator.cmxs  rpc_generator.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_generator.p.cmxs rpc_generator.p.cmxa;
- rm lexer.ml
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc.cmx .cmx`.p.cmx  rpc.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_common.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_common.cmx .cmx`.p.cmx  rpc_common.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_program.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_program.cmx .cmx`.p.cmx  rpc_program.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_util.cmx .cmx`.p.cmx  rpc_util.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_aux.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_aux.cmx .cmx`.p.cmx  rpc_portmapper_aux.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_packer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_packer.cmx .cmx`.p.cmx -w p rpc_packer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_transport.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_transport.cmx .cmx`.p.cmx  rpc_transport.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_client_pre.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_client_pre.cmx .cmx`.p.cmx  rpc_client_pre.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_clnt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_clnt.cmx .cmx`.p.cmx  rpc_portmapper_clnt.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_portmapper_impl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_impl.cmx .cmx`.p.cmx  rpc_portmapper_impl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_client.cmx .cmx`.p.cmx  rpc_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_simple_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_simple_client.cmx .cmx`.p.cmx  rpc_simple_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_portmapper.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper.cmx .cmx`.p.cmx -w p rpc_portmapper.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_server.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_server.cmx .cmx`.p.cmx  rpc_server.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_sys.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_sys.cmx .cmx`.p.cmx  rpc_auth_sys.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_gssapi_aux.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_gssapi_aux.cmx .cmx`.p.cmx  rpc_auth_gssapi_aux.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_gssapi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_gssapi.cmx .cmx`.p.cmx  rpc_auth_gssapi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_proxy.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_proxy.cmx .cmx`.p.cmx  rpc_proxy.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc.cmxa  rpc.cmx rpc_common.cmx rpc_program.cmx rpc_util.cmx rpc_portmapper_aux.cmx rpc_packer.cmx rpc_transport.cmx rpc_client_pre.cmx rpc_portmapper_clnt.cmx rpc_portmapper_impl.cmx rpc_client.cmx rpc_simple_client.cmx rpc_portmapper.cmx rpc_server.cmx rpc_auth_sys.cmx rpc_auth_gssapi_aux.cmx rpc_auth_gssapi.cmx rpc_proxy.cmx; \
- else \
- 	../../tools/mkstublib -o rpc rpc.cmx rpc_common.cmx rpc_program.cmx rpc_util.cmx rpc_portmapper_aux.cmx rpc_packer.cmx rpc_transport.cmx rpc_client_pre.cmx rpc_portmapper_clnt.cmx rpc_portmapper_impl.cmx rpc_client.cmx rpc_simple_client.cmx rpc_portmapper.cmx rpc_server.cmx rpc_auth_sys.cmx rpc_auth_gssapi_aux.cmx rpc_auth_gssapi.cmx rpc_proxy.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc.p.cmxa rpc.p.cmx rpc_common.p.cmx rpc_program.p.cmx rpc_util.p.cmx rpc_portmapper_aux.p.cmx rpc_packer.p.cmx rpc_transport.p.cmx rpc_client_pre.p.cmx rpc_portmapper_clnt.p.cmx rpc_portmapper_impl.p.cmx rpc_client.p.cmx rpc_simple_client.p.cmx rpc_portmapper.p.cmx rpc_server.p.cmx rpc_auth_sys.p.cmx rpc_auth_gssapi_aux.p.cmx rpc_auth_gssapi.p.cmx rpc_proxy.p.cmx; \
- else \
- 	../../tools/mkstublib -o rpc.p rpc.p.cmx rpc_common.p.cmx rpc_program.p.cmx rpc_util.p.cmx rpc_portmapper_aux.p.cmx rpc_packer.p.cmx rpc_transport.p.cmx rpc_client_pre.p.cmx rpc_portmapper_clnt.p.cmx rpc_portmapper_impl.p.cmx rpc_client.p.cmx rpc_simple_client.p.cmx rpc_portmapper.p.cmx rpc_server.p.cmx rpc_auth_sys.p.cmx rpc_auth_gssapi_aux.p.cmx rpc_auth_gssapi.p.cmx rpc_proxy.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc.cmxs  rpc.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc.p.cmxs rpc.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_auth_local.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_local.cmx .cmx`.p.cmx  rpc_auth_local.ml
- if [ "Xrpclocal.o" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_auth_local.cmxa  rpc_auth_local.cmx; \
- else \
- 	../../tools/mkstublib -o rpc_auth_local rpc_auth_local.cmx rpclocal.o ; \
- fi
- if [ "Xrpclocal.o" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_auth_local.p.cmxa rpc_auth_local.p.cmx; \
- else \
- 	../../tools/mkstublib -o rpc_auth_local.p rpc_auth_local.p.cmx rpclocal.o ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_auth_local.cmxs  rpc_auth_local.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_auth_local.p.cmxs rpc_auth_local.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_client_conncache.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_client_conncache.cmx .cmx`.p.cmx  nethttp_client_conncache.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_client.cmx .cmx`.p.cmx  nethttp_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nettelnet_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nettelnet_client.cmx .cmx`.p.cmx  nettelnet_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_data_endpoint.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_data_endpoint.cmx .cmx`.p.cmx  netftp_data_endpoint.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_client.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_client.cmx .cmx`.p.cmx  netftp_client.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttp_fs.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_fs.cmx .cmx`.p.cmx  nethttp_fs.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netftp_fs.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_fs.cmx .cmx`.p.cmx  netftp_fs.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netsmtp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netsmtp.cmx .cmx`.p.cmx  netsmtp.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netpop.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netpop.cmx .cmx`.p.cmx  netpop.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netldap.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netldap.cmx .cmx`.p.cmx  netldap.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netclient.cmxa  nethttp_client_conncache.cmx nethttp_client.cmx nettelnet_client.cmx netftp_data_endpoint.cmx netftp_client.cmx nethttp_fs.cmx netftp_fs.cmx netsmtp.cmx netpop.cmx netldap.cmx; \
- else \
- 	../../tools/mkstublib -o netclient nethttp_client_conncache.cmx nethttp_client.cmx nettelnet_client.cmx netftp_data_endpoint.cmx netftp_client.cmx nethttp_fs.cmx netftp_fs.cmx netsmtp.cmx netpop.cmx netldap.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netclient.p.cmxa nethttp_client_conncache.p.cmx nethttp_client.p.cmx nettelnet_client.p.cmx netftp_data_endpoint.p.cmx netftp_client.p.cmx nethttp_fs.p.cmx netftp_fs.p.cmx netsmtp.p.cmx netpop.p.cmx netldap.p.cmx; \
- else \
- 	../../tools/mkstublib -o netclient.p nethttp_client_conncache.p.cmx nethttp_client.p.cmx nettelnet_client.p.cmx netftp_data_endpoint.p.cmx netftp_client.p.cmx nethttp_fs.p.cmx netftp_fs.p.cmx netsmtp.p.cmx netpop.p.cmx netldap.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netclient.cmxs  netclient.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netclient.p.cmxs netclient.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_common.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_common.cmx .cmx`.p.cmx  netcgi_common.ml
- File "netcgi_common.ml", line 1067, characters 23-38:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "netcgi_common.ml", line 1067, characters 23-38:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi.cmx .cmx`.p.cmx  netcgi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_ajp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_ajp.cmx .cmx`.p.cmx  netcgi_ajp.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_scgi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_scgi.cmx .cmx`.p.cmx  netcgi_scgi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_cgi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_cgi.cmx .cmx`.p.cmx  netcgi_cgi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_fcgi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_fcgi.cmx .cmx`.p.cmx  netcgi_fcgi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_dbi.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_dbi.cmx .cmx`.p.cmx  netcgi_dbi.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi1_compat.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi1_compat.cmx .cmx`.p.cmx  netcgi1_compat.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_test.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_test.cmx .cmx`.p.cmx  netcgi_test.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi.cmxa  netcgi_common.cmx netcgi.cmx netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx; \
- else \
- 	../../tools/mkstublib -o netcgi netcgi_common.cmx netcgi.cmx netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi.p.cmxa netcgi_common.p.cmx netcgi.p.cmx netcgi_ajp.p.cmx netcgi_scgi.p.cmx netcgi_cgi.p.cmx netcgi_fcgi.p.cmx netcgi_dbi.p.cmx netcgi1_compat.p.cmx netcgi_test.p.cmx; \
- else \
- 	../../tools/mkstublib -o netcgi.p netcgi_common.p.cmx netcgi.p.cmx netcgi_ajp.p.cmx netcgi_scgi.p.cmx netcgi_cgi.p.cmx netcgi_fcgi.p.cmx netcgi_dbi.p.cmx netcgi1_compat.p.cmx netcgi_test.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi.cmxs  netcgi.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi.p.cmxs netcgi.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_encap.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_encap.cmx .cmx`.p.cmx  netplex_encap.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_types.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_types.cmx .cmx`.p.cmx  netplex_types.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_aux.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_aux.cmx .cmx`.p.cmx  netplex_ctrl_aux.ml
- File "netplex_ctrl_aux.ml", line 496, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 1831, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2458, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2568, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2816, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 496, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 1831, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2458, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2568, characters 8-12:
- Warning 26: unused variable ctx'.
- File "netplex_ctrl_aux.ml", line 2816, characters 8-12:
- Warning 26: unused variable ctx'.
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_clnt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_clnt.cmx .cmx`.p.cmx  netplex_ctrl_clnt.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_ctrl_srv.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_srv.cmx .cmx`.p.cmx  netplex_ctrl_srv.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_util.cmx .cmx`.p.cmx  netplex_util.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_internal.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_internal.cmx .cmx`.p.cmx  netplex_internal.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_cenv.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_cenv.cmx .cmx`.p.cmx  netplex_cenv.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mp.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mp.cmx .cmx`.p.cmx  netplex_mp.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mt.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mt.cmx .cmx`.p.cmx  netplex_mt.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_log.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_log.cmx .cmx`.p.cmx  netplex_log.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_container.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_container.cmx .cmx`.p.cmx  netplex_container.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_sockserv.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_sockserv.cmx .cmx`.p.cmx  netplex_sockserv.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_workload.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_workload.cmx .cmx`.p.cmx  netplex_workload.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_kit.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_kit.cmx .cmx`.p.cmx  netplex_kit.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_sharedvar.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_sharedvar.cmx .cmx`.p.cmx  netplex_sharedvar.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_controller.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_controller.cmx .cmx`.p.cmx  netplex_controller.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_config.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_config.cmx .cmx`.p.cmx  netplex_config.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_main.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_main.cmx .cmx`.p.cmx  netplex_main.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  rpc_netplex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_netplex.cmx .cmx`.p.cmx  rpc_netplex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_semaphore.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_semaphore.cmx .cmx`.p.cmx  netplex_semaphore.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mutex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mutex.cmx .cmx`.p.cmx  netplex_mutex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netplex_mbox.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mbox.cmx .cmx`.p.cmx  netplex_mbox.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netplex.cmxa  netplex_types.cmx netplex_ctrl_aux.cmx netplex_ctrl_clnt.cmx netplex_ctrl_srv.cmx netplex_util.cmx netplex_encap.cmx netplex_internal.cmx netplex_cenv.cmx netplex_mp.cmx netplex_mt.cmx netplex_log.cmx netplex_container.cmx netplex_sockserv.cmx netplex_workload.cmx netplex_kit.cmx netplex_sharedvar.cmx netplex_controller.cmx netplex_config.cmx netplex_main.cmx rpc_netplex.cmx netplex_semaphore.cmx netplex_mutex.cmx netplex_mbox.cmx; \
- else \
- 	../../tools/mkstublib -o netplex netplex_types.cmx netplex_ctrl_aux.cmx netplex_ctrl_clnt.cmx netplex_ctrl_srv.cmx netplex_util.cmx netplex_encap.cmx netplex_internal.cmx netplex_cenv.cmx netplex_mp.cmx netplex_mt.cmx netplex_log.cmx netplex_container.cmx netplex_sockserv.cmx netplex_workload.cmx netplex_kit.cmx netplex_sharedvar.cmx netplex_controller.cmx netplex_config.cmx netplex_main.cmx rpc_netplex.cmx netplex_semaphore.cmx netplex_mutex.cmx netplex_mbox.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netplex.p.cmxa netplex_types.p.cmx netplex_ctrl_aux.p.cmx netplex_ctrl_clnt.p.cmx netplex_ctrl_srv.p.cmx netplex_util.p.cmx netplex_encap.p.cmx netplex_internal.p.cmx netplex_cenv.p.cmx netplex_mp.p.cmx netplex_mt.p.cmx netplex_log.p.cmx netplex_container.p.cmx netplex_sockserv.p.cmx netplex_workload.p.cmx netplex_kit.p.cmx netplex_sharedvar.p.cmx netplex_controller.p.cmx netplex_config.p.cmx netplex_main.p.cmx rpc_netplex.p.cmx netplex_semaphore.p.cmx netplex_mutex.p.cmx netplex_mbox.p.cmx; \
- else \
- 	../../tools/mkstublib -o netplex.p netplex_types.p.cmx netplex_ctrl_aux.p.cmx netplex_ctrl_clnt.p.cmx netplex_ctrl_srv.p.cmx netplex_util.p.cmx netplex_encap.p.cmx netplex_internal.p.cmx netplex_cenv.p.cmx netplex_mp.p.cmx netplex_mt.p.cmx netplex_log.p.cmx netplex_container.p.cmx netplex_sockserv.p.cmx netplex_workload.p.cmx netplex_kit.p.cmx netplex_sharedvar.p.cmx netplex_controller.p.cmx netplex_config.p.cmx netplex_main.p.cmx rpc_netplex.p.cmx netplex_semaphore.p.cmx netplex_mutex.p.cmx netplex_mbox.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netplex.cmxs  netplex.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netplex.p.cmxs netplex.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcgi_plex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_plex.cmx .cmx`.p.cmx  netcgi_plex.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi2-plex.cmxa  netcgi_plex.cmx; \
- else \
- 	../../tools/mkstublib -o netcgi2-plex netcgi_plex.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi2-plex.p.cmxa netcgi_plex.p.cmx; \
- else \
- 	../../tools/mkstublib -o netcgi2-plex.p netcgi_plex.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi2-plex.cmxs  netcgi2-plex.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi2-plex.p.cmxs netcgi2-plex.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netcamlbox.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcamlbox.cmx .cmx`.p.cmx  netcamlbox.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcamlbox.cmxa  netcamlbox.cmx; \
- else \
- 	../../tools/mkstublib -o netcamlbox netcamlbox.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcamlbox.p.cmxa netcamlbox.p.cmx; \
- else \
- 	../../tools/mkstublib -o netcamlbox.p netcamlbox.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcamlbox.cmxs  netcamlbox.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcamlbox.p.cmxs netcamlbox.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore.cmx .cmx`.p.cmx  netmcore.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_camlbox.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_camlbox.cmx .cmx`.p.cmx  netmcore_camlbox.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_util.cmx .cmx`.p.cmx  netmcore_util.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_mempool.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_mempool.cmx .cmx`.p.cmx  netmcore_mempool.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_heap.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_heap.cmx .cmx`.p.cmx  netmcore_heap.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_ref.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_ref.cmx .cmx`.p.cmx  netmcore_ref.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_array.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_array.cmx .cmx`.p.cmx  netmcore_array.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_sem.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_sem.cmx .cmx`.p.cmx  netmcore_sem.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_mutex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_mutex.cmx .cmx`.p.cmx  netmcore_mutex.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_condition.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_condition.cmx .cmx`.p.cmx  netmcore_condition.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_queue.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_queue.cmx .cmx`.p.cmx  netmcore_queue.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_buffer.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_buffer.cmx .cmx`.p.cmx  netmcore_buffer.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_matrix.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_matrix.cmx .cmx`.p.cmx  netmcore_matrix.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_hashtbl.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_hashtbl.cmx .cmx`.p.cmx  netmcore_hashtbl.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  netmcore_process.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_process.cmx .cmx`.p.cmx  netmcore_process.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netmulticore.cmxa  netmcore.cmx netmcore_camlbox.cmx netmcore_util.cmx netmcore_mempool.cmx netmcore_heap.cmx netmcore_ref.cmx netmcore_array.cmx netmcore_sem.cmx netmcore_mutex.cmx netmcore_condition.cmx netmcore_queue.cmx netmcore_buffer.cmx netmcore_matrix.cmx netmcore_hashtbl.cmx netmcore_process.cmx; \
- else \
- 	../../tools/mkstublib -o netmulticore netmcore.cmx netmcore_camlbox.cmx netmcore_util.cmx netmcore_mempool.cmx netmcore_heap.cmx netmcore_ref.cmx netmcore_array.cmx netmcore_sem.cmx netmcore_mutex.cmx netmcore_condition.cmx netmcore_queue.cmx netmcore_buffer.cmx netmcore_matrix.cmx netmcore_hashtbl.cmx netmcore_process.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netmulticore.p.cmxa netmcore.p.cmx netmcore_camlbox.p.cmx netmcore_util.p.cmx netmcore_mempool.p.cmx netmcore_heap.p.cmx netmcore_ref.p.cmx netmcore_array.p.cmx netmcore_sem.p.cmx netmcore_mutex.p.cmx netmcore_condition.p.cmx netmcore_queue.p.cmx netmcore_buffer.p.cmx netmcore_matrix.p.cmx netmcore_hashtbl.p.cmx netmcore_process.p.cmx; \
- else \
- 	../../tools/mkstublib -o netmulticore.p netmcore.p.cmx netmcore_camlbox.p.cmx netmcore_util.p.cmx netmcore_mempool.p.cmx netmcore_heap.p.cmx netmcore_ref.p.cmx netmcore_array.p.cmx netmcore_sem.p.cmx netmcore_mutex.p.cmx netmcore_condition.p.cmx netmcore_queue.p.cmx netmcore_buffer.p.cmx netmcore_matrix.p.cmx netmcore_hashtbl.p.cmx netmcore_process.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmulticore.cmxs  netmulticore.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmulticore.p.cmxs netmulticore.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[2]: Nothing to be done for 'realgenerate'.
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: 'depend' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_types.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_types.cmx .cmx`.p.cmx  nethttpd_types.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_util.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_util.cmx .cmx`.p.cmx  nethttpd_util.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_kernel.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_kernel.cmx .cmx`.p.cmx  nethttpd_kernel.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_reactor.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_reactor.cmx .cmx`.p.cmx  nethttpd_reactor.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_engine.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_engine.cmx .cmx`.p.cmx  nethttpd_engine.ml
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_services.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_services.cmx .cmx`.p.cmx  nethttpd_services.ml
- File "nethttpd_services.ml", line 110, characters 16-32:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "nethttpd_services.ml", line 113, characters 29-45:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "nethttpd_services.ml", line 110, characters 16-32:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "nethttpd_services.ml", line 113, characters 29-45:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c  nethttpd_plex.ml && \
- [ 1 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_plex.cmx .cmx`.p.cmx  nethttpd_plex.ml
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o nethttpd.cmxa  nethttpd_types.cmx nethttpd_util.cmx nethttpd_kernel.cmx nethttpd_reactor.cmx nethttpd_engine.cmx nethttpd_services.cmx nethttpd_plex.cmx; \
- else \
- 	../../tools/mkstublib -o nethttpd nethttpd_types.cmx nethttpd_util.cmx nethttpd_kernel.cmx nethttpd_reactor.cmx nethttpd_engine.cmx nethttpd_services.cmx nethttpd_plex.cmx  ; \
- fi
- if [ "X" = "X" ]; then \
- 	ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o nethttpd.p.cmxa nethttpd_types.p.cmx nethttpd_util.p.cmx nethttpd_kernel.p.cmx nethttpd_reactor.p.cmx nethttpd_engine.p.cmx nethttpd_services.p.cmx nethttpd_plex.p.cmx; \
- else \
- 	../../tools/mkstublib -o nethttpd.p nethttpd_types.p.cmx nethttpd_util.p.cmx nethttpd_kernel.p.cmx nethttpd_reactor.p.cmx nethttpd_engine.p.cmx nethttpd_services.p.cmx nethttpd_plex.p.cmx  ; \
- fi
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o nethttpd.cmxs  nethttpd.cmxa ;
- ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o nethttpd.p.cmxs nethttpd.p.cmxa;
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
-> compiled  ocamlnet.4.1.9-2
Processing 169/177: [deriving: make]
Processing 170/177: [deriving: make] [ocamlnet: make install]
- for pkg in netstring-pcre netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \
- 	( cd src/$pkg && make -f Makefile.pre install ) || exit; \
- done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netstring-pcre $files
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.p.a
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.a
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.cmxs
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.cmxa
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring-pcre.cma
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring_pcre.cmi
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/netstring_pcre.mli
- Installed /home/opam/.opam/4.04/lib/netstring-pcre/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring-pcre'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netsys_oothr.cmo netsys_oothr_mt_init.cmo netsys_oothr_mt_init.cmx netsys_oothr_mt_init.o netsys_oothr_mt_init.p.cmx netsys_oothr_mt_init.p.o netsys_gprof_init.p.cmx netsys_gprof_init.p.o netsys_c_gprof.o netsys_c_event.h netsys_c_outofheap.o` && \
- ocamlfind install netsys $files
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_c_outofheap.o
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_c_event.h
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_c_gprof.o
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gprof_init.p.o
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gprof_init.p.cmx
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.p.o
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.p.cmx
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.o
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.cmx
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.cmo
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.cmo
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.p.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.p.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.p.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.a
- Installed /home/opam/.opam/4.04/lib/netsys/libnetsys.p.a
- Installed /home/opam/.opam/4.04/lib/netsys/libnetsys.a
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.cmxs
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.cmxa
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.cma
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.cma
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.cma
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_xdr.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_win32.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_types.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_tmp.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_tls.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_signal.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sem.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sasl_util.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sasl_types.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_rng.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_posix.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_polysocket.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_polypipe.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_win32.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_posix.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_generic.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pmanage.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_mem.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_impl_util.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gssapi.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gprof_init.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_global.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_digests.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto_types.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto_modes.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_conf.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_ciphers.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netlog.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netexn.cmi
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_xdr.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_win32.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_types.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_tmp.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_tls.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_signalling.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_signal.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sem.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sasl_types.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_rng.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_posix.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_polysocket.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_polypipe.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_win32.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_posix.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset_generic.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pollset.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_pmanage.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt_init.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr_mt.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_oothr.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_mem.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gssapi.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_gprof_init.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_global.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_digests.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto_types.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto_modes.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_crypto.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys_ciphers.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netsys.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netlog.mli
- Installed /home/opam/.opam/4.04/lib/netsys/netexn.mli
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnetsys.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnetsys.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/netsys/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netshm $files
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.p.a
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.a
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.cmxs
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.cmxa
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.cma
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_hashtbl.cmi
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_data.cmi
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_array.cmi
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.cmi
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_hashtbl.mli
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_data.mli
- Installed /home/opam/.opam/4.04/lib/netshm/netshm_array.mli
- Installed /home/opam/.opam/4.04/lib/netshm/netshm.mli
- Installed /home/opam/.opam/4.04/lib/netshm/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netstring_top.cmo netaccel_link.cmo netconversion.cmx netbuffer.cmx netnumber.cmx netxdr.cmx netconversion.p.cmx netbuffer.p.cmx netnumber.p.cmx netxdr.p.cmx netconversion.o netbuffer.o netnumber.o netxdr.o netconversion.p.o netbuffer.p.o netnumber.p.o netxdr.p.o` && \
- ocamlfind install netstring $files
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.p.o
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.p.o
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.p.o
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.p.o
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.o
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.o
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.o
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.o
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.p.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.p.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.p.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.p.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.cmx
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel_link.cmo
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_top.cmo
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.p.a
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.a
- Installed /home/opam/.opam/4.04/lib/netstring/libnetaccel_c.a
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.cmxs
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.cmxa
- Installed /home/opam/.opam/4.04/lib/netstring/netstring.cma
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel.cma
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr_mstring.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netx509_pubkey_crypto.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netx509_pubkey.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netx509.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/neturl_ldap.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/neturl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netunichar.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netulex.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/nettls_support.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_tstring.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_top.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_str.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netstream.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netsockaddr.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netsendmail.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netsaslprep_data.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netsaslprep.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netpagebuffer.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netoid.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_string.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_header.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_channels.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmime.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_spnego_http.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_http.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_gssapi.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_plain_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_krb5_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_gs2_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_digest_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_digest_http.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_digest.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_crammd5_sasl.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmappings_asn1.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netmappings.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/nethttp.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/nethtml_scanner.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/nethtml.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netgssapi_support.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netgssapi_auth.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netglob_lex.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netglob.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netfs.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netencoding.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netdn.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netdb.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netdate.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netconst.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netcompression.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netchannels_crypto.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netchannels.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netaux.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netauth.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netasn1_encode.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netasn1.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netascii_armor.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netaddress.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel_link.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel.cmi
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr_mstring.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netxdr.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netx509_pubkey_crypto.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netx509_pubkey.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netx509.mli
- Installed /home/opam/.opam/4.04/lib/netstring/neturl_ldap.mli
- Installed /home/opam/.opam/4.04/lib/netstring/neturl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netunichar.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netulex.mli
- Installed /home/opam/.opam/4.04/lib/netstring/nettls_support.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_tstring.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_top.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netstring_str.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netstream.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netsockaddr.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netsendmail.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netsaslprep.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netpagebuffer.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netoid.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netnumber.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_string.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_header.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmime_channels.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmime.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_spnego_http.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_http.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram_gssapi.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_scram.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_plain_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_krb5_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_gs2_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_digest_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_digest_http.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmech_crammd5_sasl.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netmappings.mli
- Installed /home/opam/.opam/4.04/lib/netstring/nethttp.mli
- Installed /home/opam/.opam/4.04/lib/netstring/nethtml.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netgssapi_support.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netgssapi_auth.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netglob.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netfs.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netencoding.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netdn.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netdb.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netdate.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netconversion.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netconst.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netcompression.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netchannels_crypto.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netchannels.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netbuffer.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netaux.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netauth.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netasn1_encode.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netasn1.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netascii_armor.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netaddress.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel_link.mli
- Installed /home/opam/.opam/4.04/lib/netstring/netaccel.mli
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnetaccel_c.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnetaccel_c.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/netstring/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netmappings_iso.cmo netmappings_other.cmo netmappings_jp.cmo netmappings_kr.cmo netmappings_iso.cmx netmappings_other.cmx netmappings_jp.cmx netmappings_kr.cmx netmappings_iso.o netmappings_other.o netmappings_jp.o netmappings_kr.o netuniinit.cmo netuniinit.cmx netuniinit.o` && \
- ocamlfind install netunidata $files
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniinit.o
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniinit.cmx
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniinit.cmo
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_kr.o
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_jp.o
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_other.o
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_iso.o
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_kr.cmx
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_jp.cmx
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_other.cmx
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_iso.cmx
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_kr.cmo
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_jp.cmo
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_other.cmo
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_iso.cmo
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.p.a
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.a
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniinit.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_other.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_kr.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_jp.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_iso.cmxs
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.cmxa
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.cma
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniinit.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netuniconfig.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netunichecksums.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_other.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_kr.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_jp.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netmappings_iso.cmi
- Installed /home/opam/.opam/4.04/lib/netunidata/netunidata.mli
- Installed /home/opam/.opam/4.04/lib/netunidata/META
- mkdir -p "/home/opam/.opam/4.04/lib/netunidata"
- cp netdb/*.netdb "/home/opam/.opam/4.04/lib/netunidata"
- Installed .netdb files into /home/opam/.opam/4.04/lib/netunidata
- test -d netdb
- (cd netdb && ls *.netdb) | \
- { while read f; do echo "/home/opam/.opam/4.04/lib/netunidata/$f"; done; } >netdb-packlist
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META unixqueue_mt.cmo unixqueue_mt.cmx unixqueue_mt.p.cmx unixqueue_mt.o unixqueue_mt.p.o` && \
- ocamlfind install equeue $files
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.p.a
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.a
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.p.cmxs
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.cmxs
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.p.cmxa
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.cmxa
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.cma
- Installed /home/opam/.opam/4.04/lib/equeue/uq_transfer.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_socks5.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_server.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_resolver.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_multiplex.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_mt.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_lwt.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_libevent.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_io.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_engines_compat.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_engines.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_datagram.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_client.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue_util.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue_select.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue_pollset.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.cmi
- Installed /home/opam/.opam/4.04/lib/equeue/uq_transfer.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_socks5.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_server.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_resolver.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_multiplex.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_mt.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_lwt.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_libevent.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_io.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_engines_compat.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_engines.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_datagram.mli
- Installed /home/opam/.opam/4.04/lib/equeue/uq_client.mli
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue_select.mli
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue_pollset.mli
- Installed /home/opam/.opam/4.04/lib/equeue/unixqueue.mli
- Installed /home/opam/.opam/4.04/lib/equeue/equeue.mli
- Installed /home/opam/.opam/4.04/lib/equeue/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install shell $files
- Installed /home/opam/.opam/4.04/lib/shell/shell.p.a
- Installed /home/opam/.opam/4.04/lib/shell/shell.a
- Installed /home/opam/.opam/4.04/lib/shell/shell.p.cmxs
- Installed /home/opam/.opam/4.04/lib/shell/shell.cmxs
- Installed /home/opam/.opam/4.04/lib/shell/shell.p.cmxa
- Installed /home/opam/.opam/4.04/lib/shell/shell.cmxa
- Installed /home/opam/.opam/4.04/lib/shell/shell.cma
- Installed /home/opam/.opam/4.04/lib/shell/shell_uq.cmi
- Installed /home/opam/.opam/4.04/lib/shell/shell_sys.cmi
- Installed /home/opam/.opam/4.04/lib/shell/shell_fs.cmi
- Installed /home/opam/.opam/4.04/lib/shell/shell.cmi
- Installed /home/opam/.opam/4.04/lib/shell/shell_uq.mli
- Installed /home/opam/.opam/4.04/lib/shell/shell_sys.mli
- Installed /home/opam/.opam/4.04/lib/shell/shell_fs.mli
- Installed /home/opam/.opam/4.04/lib/shell/shell.mli
- Installed /home/opam/.opam/4.04/lib/shell/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/shell'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META rpcgen-packlist` && \
- ocamlfind install rpc-generator $files
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpcgen-packlist
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.p.a
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.a
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.p.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.p.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rpc_generator.cma
- Installed /home/opam/.opam/4.04/lib/rpc-generator/syntax.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/rename.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/parser.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/options.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/main.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/lexer.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/generate.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/direct.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/config.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-generator/parser.mli
- Installed /home/opam/.opam/4.04/lib/rpc-generator/dummy.mli
- Installed /home/opam/.opam/4.04/lib/rpc-generator/META
- mkdir -p "/home/opam/.opam/4.04/bin"
- cp ocamlrpcgen "/home/opam/.opam/4.04/bin"
- Installed ocamlrpcgen into /home/opam/.opam/4.04/bin
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install rpc $files
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.p.a
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.a
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.p.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.p.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.cma
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_util.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_transport.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_simple_client.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_server.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_proxy.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_program.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper_impl.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper_clnt.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper_aux.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_packer.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_common.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_client_pre.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_client.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_sys.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_gssapi_aux.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_gssapi.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.cmi
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_util.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_transport.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_simple_client.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_server.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_proxy.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_program.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper_clnt.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper_aux.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_portmapper.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_packer.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_client_pre.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_client.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_sys.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_gssapi_aux.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc_auth_gssapi.mli
- Installed /home/opam/.opam/4.04/lib/rpc/rpc.mli
- Installed /home/opam/.opam/4.04/lib/rpc/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install rpc-auth-local $files
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.p.a
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.a
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/librpc_auth_local.p.a
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/librpc_auth_local.a
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.p.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.cmxs
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.p.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.cmxa
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.cma
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.cmi
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/rpc_auth_local.mli
- Installed /home/opam/.opam/4.04/lib/stublibs/dllrpc_auth_local.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllrpc_auth_local.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/rpc-auth-local/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netclient $files
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.p.a
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.a
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.cmxs
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.cmxa
- Installed /home/opam/.opam/4.04/lib/netclient/netclient.cma
- Installed /home/opam/.opam/4.04/lib/netclient/nettelnet_client.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netsmtp.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netpop.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netldap.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_fs.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_client_conncache.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_client.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_fs.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_data_endpoint.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_client.cmi
- Installed /home/opam/.opam/4.04/lib/netclient/nettelnet_client.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netsmtp.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netpop.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netldap.mli
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_fs.mli
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_client_conncache.mli
- Installed /home/opam/.opam/4.04/lib/netclient/nethttp_client.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_fs.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_data_endpoint.mli
- Installed /home/opam/.opam/4.04/lib/netclient/netftp_client.mli
- Installed /home/opam/.opam/4.04/lib/netclient/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netcgi2 $files
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.p.a
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.a
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.cmxs
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.cmxa
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.cma
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_test.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_scgi.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_fcgi.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_dbi.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_common.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_cgi.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_ajp.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi1_compat.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_test.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_scgi.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_fcgi.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_dbi.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_common.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_cgi.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi_ajp.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi1_compat.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/netcgi.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netplex-packlist netplex_mt.cmo netplex_mt.cmx netplex_mt.o netplex_mt.p.cmx netplex_mt.p.o` && \
- ocamlfind install netplex $files
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.p.o
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.p.cmx
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.o
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.cmx
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.cmo
- Installed /home/opam/.opam/4.04/lib/netplex/netplex-packlist
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.p.a
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.a
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.cmxs
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.cmxa
- Installed /home/opam/.opam/4.04/lib/netplex/netplex.cma
- Installed /home/opam/.opam/4.04/lib/netplex/rpc_netplex.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_workload.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_util.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_types.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_sockserv.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_sharedvar.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_semaphore.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mutex.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mp.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mbox.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_main.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_log.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_kit.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_internal.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_encap.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_srv.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_clnt.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_aux.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_controller.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_container.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_config.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_cenv.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_admin.cmi
- Installed /home/opam/.opam/4.04/lib/netplex/rpc_netplex.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_workload.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_types.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_sockserv.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_sharedvar.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_semaphore.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mutex.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mt.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mp.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_mbox.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_main.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_log.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_kit.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_internal.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_encap.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_srv.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_clnt.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_ctrl_aux.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_controller.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_container.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_config.mli
- Installed /home/opam/.opam/4.04/lib/netplex/netplex_cenv.mli
- Installed /home/opam/.opam/4.04/lib/netplex/META
- mkdir -p "/home/opam/.opam/4.04/bin"
- cp netplex-admin "/home/opam/.opam/4.04/bin"
- Installed netplex-admin into /home/opam/.opam/4.04/bin
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netcgi2-plex $files
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.p.a
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.a
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.cmxs
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.cmxa
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi2-plex.cma
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi_plex.cmi
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/netcgi_plex.mli
- Installed /home/opam/.opam/4.04/lib/netcgi2-plex/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netcamlbox $files
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.p.a
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.a
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.cmxs
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.cmxa
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.cma
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.cmi
- Installed /home/opam/.opam/4.04/lib/netcamlbox/netcamlbox.mli
- Installed /home/opam/.opam/4.04/lib/netcamlbox/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \
- ocamlfind install netmulticore $files
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.p.a
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.a
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.p.cmxs
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.cmxs
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.p.cmxa
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.cmxa
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmulticore.cma
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_util.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_sem.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_ref.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_queue.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_process.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_mutex.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_mempool.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_matrix.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_heap.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_hashtbl.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_condition.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_camlbox.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_buffer.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_array.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore.cmi
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_sem.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_ref.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_queue.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_process.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_mutex.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_mempool.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_matrix.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_heap.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_hashtbl.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_condition.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_camlbox.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_buffer.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_bigarray.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore_array.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/netmcore.mli
- Installed /home/opam/.opam/4.04/lib/netmulticore/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore'
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META LICENSE` && \
- ocamlfind install nethttpd $files
- Installed /home/opam/.opam/4.04/lib/nethttpd/LICENSE
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.p.a
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.a
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.p.cmxs
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.cmxs
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.p.cmxa
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.cmxa
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd.cma
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_util.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_types.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_services.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_reactor.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_plex.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_kernel.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_engine.cmi
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_util.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_types.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_services.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_reactor.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_plex.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_kernel.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/nethttpd_engine.mli
- Installed /home/opam/.opam/4.04/lib/nethttpd/META
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd'
-> installed ocamlnet.4.1.9-2
Processing 170/177: [deriving: make]
[ocsigenserver: patch] applying fix-gmake-4.3.patch
Processing 171/177: [deriving: make] [ocsigenserver: patch]
Processing 171/177: [deriving: make] [ocsigenserver: sh configure]
- 
- 	Welcome to Ocsigen server, version 2.8.
- 
- Checking for ocamlc ... found
- Checking for OCaml version... 4.04.2
- Checking for ocamlfind ... found
- Checking for react ... found
- Checking for ssl ... found
- Checking for lwt ... found
- Checking for lwt.unix ... found
- Checking for lwt.react ... found
- Checking for lwt.ssl ... found
- Checking for lwt.preemptive ... found
- Checking for netstring ... found
- Checking for netstring-pcre ... found
- Checking for netsys ... found
- Checking for pcre ... found
- Checking for cryptokit ... found
- Checking for tyxml ... found
- Checking for pgocaml ... not found
- Checking for sqlite3 ... not found
- Checking for dbm ... found
- Checking for camlzip ... not found
- Checking for zip ... not found
- Checking for lwt.preemptive ... found
- Checking for rlwrap ... not found
- Checking for ledit ... not found
- 
- Effective options:
-     --enable-debug
-     --enable-annot
-     --enable-natdynlink
-     --without-pgsql
-     --without-sqlite
-     --with-dbm
-     --without-camlzip
-     --with-preempt
-     --name ocsigenserver
-     --root 
-     --temproot 
-     --prefix /home/opam/.opam/4.04
-     --ocsigen-user opam
-     --ocsigen-group opam
-     --bindir /home/opam/.opam/4.04/bin
-     --libdir $(shell ${OCAMLFIND} printconf destdir)
-     --sysconfdir /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver
-     --mandir /home/opam/.opam/4.04/man/man1
-     --docdir /home/opam/.opam/4.04/lib/ocsigenserver/share/doc/ocsigenserver
-     --logdir /home/opam/.opam/4.04/lib/ocsigenserver/var/log/ocsigenserver
-     --staticpagesdir /home/opam/.opam/4.04/lib/ocsigenserver/var/www
-     --uploaddir /tmp
-     --datadir /home/opam/.opam/4.04/lib/ocsigenserver/var/lib/ocsigenserver
-     --commandpipe /home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command
- 
- Writing Makefile.config
- 
- 
- Please check Makefile.config.
- 
- You can now compile Ocsigen Server by invoking:
- 
-    make
-    make doc
- 
- You may want to test the server before installation:
- 
-    make run.local
-    make run.opt.local
- 
- Finally, if you want system-wide install, (become root if needed and) do:
- 
-    make install
-    make install.doc
- 
Processing 171/177: [deriving: make] [ocsigenserver: make]
- ./setup.exe -build 
- W: Cannot find source file matching module 'pa_deriving_common' in library pa_deriving_common.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: Package `wikidoc' not found
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/id.ml > syntax/common/id.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/utils.mli > syntax/common/utils.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/utils.cmi syntax/common/utils.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/utils.ml > syntax/common/utils.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/type.mli > syntax/common/type.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/type.cmi syntax/common/type.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/type.ml > syntax/common/type.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/defs.mli > syntax/common/defs.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/defs.cmi syntax/common/defs.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/defs.ml > syntax/common/defs.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/clusters.mli > syntax/common/clusters.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/clusters.cmi syntax/common/clusters.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/clusters.ml > syntax/common/clusters.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/base.mli > syntax/common/base.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/base.cmi syntax/common/base.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/base.ml > syntax/common/base.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/extend.mli > syntax/common/extend.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/extend.cmi syntax/common/extend.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/common/extend.ml > syntax/common/extend.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/id.cmo syntax/common/id.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/utils.cmo syntax/common/utils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/type.cmo syntax/common/type.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/defs.cmo syntax/common/defs.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/clusters.cmo syntax/common/clusters.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/base.cmo syntax/common/base.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/extend.cmo syntax/common/extend.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot syntax/common/id.cmo syntax/common/utils.cmo syntax/common/type.cmo syntax/common/defs.cmo syntax/common/clusters.cmo syntax/common/base.cmo syntax/common/extend.cmo -o syntax/common/pa_deriving_common.cmo
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I syntax/common syntax/common/pa_deriving_common.cmo -o syntax/common/pa_deriving_common.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/utils.cmx syntax/common/utils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/type.cmx syntax/common/type.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -package camlp4.quotations.r -syntax camlp4o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/type.cmx syntax/common/type.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/clusters.cmx syntax/common/clusters.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/defs.cmx syntax/common/defs.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/base.cmx syntax/common/base.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/base.cmx syntax/common/base.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/id.cmx syntax/common/id.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/extend.cmx syntax/common/extend.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -for-pack Pa_deriving_common -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/common -o syntax/common/extend.cmx syntax/common/extend.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- touch syntax/common/pa_deriving_common.mli  ; if  /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I syntax/common syntax/common/id.cmx syntax/common/utils.cmx syntax/common/type.cmx syntax/common/defs.cmx syntax/common/clusters.cmx syntax/common/base.cmx syntax/common/extend.cmx -o syntax/common/pa_deriving_common.cmx  ; then  rm -f syntax/common/pa_deriving_common.mli  ; else  rm -f syntax/common/pa_deriving_common.mli  ; exit 1; fi
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I syntax/common syntax/common/pa_deriving_common.cmx -o syntax/common/pa_deriving_common.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I syntax/common syntax/common/pa_deriving_common.cmxa syntax/common/pa_deriving_common.cmx -o syntax/common/pa_deriving_common.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/std/pa_deriving_std.ml > syntax/std/pa_deriving_std.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/std -I syntax/common -o syntax/std/pa_deriving_std.cmo syntax/std/pa_deriving_std.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I syntax/std syntax/std/pa_deriving_std.cmo -o syntax/std/pa_deriving_std.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/std -I syntax/common -o syntax/std/pa_deriving_std.cmx syntax/std/pa_deriving_std.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/std -I syntax/common -o syntax/std/pa_deriving_std.cmx syntax/std/pa_deriving_std.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I syntax/std syntax/std/pa_deriving_std.cmx -o syntax/std/pa_deriving_std.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I syntax/std syntax/std/pa_deriving_std.cmxa syntax/std/pa_deriving_std.cmx -o syntax/std/pa_deriving_std.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/show_class.ml > syntax/classes/show_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/dump_class.ml > syntax/classes/dump_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/enum_class.ml > syntax/classes/enum_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/bounded_class.ml > syntax/classes/bounded_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/eq_class.ml > syntax/classes/eq_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/typeable_class.ml > syntax/classes/typeable_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/pickle_class.ml > syntax/classes/pickle_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/eq_class.cmo syntax/classes/eq_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/typeable_class.cmo syntax/classes/typeable_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/functor_class.ml > syntax/classes/functor_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -modules syntax/classes/default_class.ml > syntax/classes/default_class.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/show_class.cmo syntax/classes/show_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/dump_class.cmo syntax/classes/dump_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/enum_class.cmo syntax/classes/enum_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/bounded_class.cmo syntax/classes/bounded_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/pickle_class.cmo syntax/classes/pickle_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/functor_class.cmo syntax/classes/functor_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/default_class.cmo syntax/classes/default_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I syntax/classes syntax/classes/show_class.cmo syntax/classes/dump_class.cmo syntax/classes/enum_class.cmo syntax/classes/bounded_class.cmo syntax/classes/eq_class.cmo syntax/classes/typeable_class.cmo syntax/classes/pickle_class.cmo syntax/classes/functor_class.cmo syntax/classes/default_class.cmo -o syntax/classes/pa_deriving_classes.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/eq_class.cmx syntax/classes/eq_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/eq_class.cmx syntax/classes/eq_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/typeable_class.cmx syntax/classes/typeable_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/typeable_class.cmx syntax/classes/typeable_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/show_class.cmx syntax/classes/show_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/show_class.cmx syntax/classes/show_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/dump_class.cmx syntax/classes/dump_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/dump_class.cmx syntax/classes/dump_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/enum_class.cmx syntax/classes/enum_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/bounded_class.cmx syntax/classes/bounded_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/pickle_class.cmx syntax/classes/pickle_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/pickle_class.cmx syntax/classes/pickle_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/functor_class.cmx syntax/classes/functor_class.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/functor_class.cmx syntax/classes/functor_class.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -I syntax/classes -I syntax/std -o syntax/classes/default_class.cmx syntax/classes/default_class.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I syntax/classes syntax/classes/show_class.cmx syntax/classes/dump_class.cmx syntax/classes/enum_class.cmx syntax/classes/bounded_class.cmx syntax/classes/eq_class.cmx syntax/classes/typeable_class.cmx syntax/classes/pickle_class.cmx syntax/classes/functor_class.cmx syntax/classes/default_class.cmx -o syntax/classes/pa_deriving_classes.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I syntax/classes syntax/classes/pa_deriving_classes.cmxa syntax/classes/show_class.cmx syntax/classes/dump_class.cmx syntax/classes/enum_class.cmx syntax/classes/bounded_class.cmx syntax/classes/eq_class.cmx syntax/classes/typeable_class.cmx syntax/classes/pickle_class.cmx syntax/classes/functor_class.cmx syntax/classes/default_class.cmx -o syntax/classes/pa_deriving_classes.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Show.mli > lib/deriving_Show.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Show.cmi lib/deriving_Show.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Show.ml > lib/deriving_Show.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Eq.mli > lib/deriving_Eq.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Eq.cmi lib/deriving_Eq.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Eq.ml > lib/deriving_Eq.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Bounded.mli > lib/deriving_Bounded.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Bounded.cmi lib/deriving_Bounded.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Bounded.ml > lib/deriving_Bounded.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Enum.mli > lib/deriving_Enum.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Enum.cmi lib/deriving_Enum.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Enum.ml > lib/deriving_Enum.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_monad.mli > lib/deriving_monad.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_monad.cmi lib/deriving_monad.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_monad.ml > lib/deriving_monad.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Dump.mli > lib/deriving_Dump.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Dump.cmi lib/deriving_Dump.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Dump.ml > lib/deriving_Dump.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Typeable.mli > lib/deriving_Typeable.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Typeable.cmi lib/deriving_Typeable.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Typeable.ml > lib/deriving_Typeable.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_interned.mli > lib/deriving_interned.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_interned.cmi lib/deriving_interned.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Pickle.mli > lib/deriving_Pickle.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Pickle.cmi lib/deriving_Pickle.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Pickle.ml > lib/deriving_Pickle.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_dynmap.mli > lib/deriving_dynmap.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_dynmap.cmi lib/deriving_dynmap.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Functor.mli > lib/deriving_Functor.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Functor.cmi lib/deriving_Functor.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Functor.ml > lib/deriving_Functor.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Default.mli > lib/deriving_Default.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Default.cmi lib/deriving_Default.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_Default.ml > lib/deriving_Default.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_interned.ml > lib/deriving_interned.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_dynmap.ml > lib/deriving_dynmap.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Show.cmo lib/deriving_Show.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Eq.cmo lib/deriving_Eq.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Bounded.cmo lib/deriving_Bounded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Enum.cmo lib/deriving_Enum.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Enum.cmo lib/deriving_Enum.ml
- File "lib/deriving_Enum.ml", line 58, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 59, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 82, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 83, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_monad.cmo lib/deriving_monad.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Dump.cmo lib/deriving_Dump.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Typeable.cmo lib/deriving_Typeable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Pickle.cmo lib/deriving_Pickle.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Functor.cmo lib/deriving_Functor.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Default.cmo lib/deriving_Default.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_interned.cmo lib/deriving_interned.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_dynmap.cmo lib/deriving_dynmap.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lib lib/deriving_Show.cmo lib/deriving_Eq.cmo lib/deriving_Bounded.cmo lib/deriving_Enum.cmo lib/deriving_monad.cmo lib/deriving_Dump.cmo lib/deriving_interned.cmo lib/deriving_Typeable.cmo lib/deriving_dynmap.cmo lib/deriving_Pickle.cmo lib/deriving_Functor.cmo lib/deriving_Default.cmo -o lib/deriving.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Bounded.cmx lib/deriving_Bounded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Show.cmx lib/deriving_Show.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_interned.cmx lib/deriving_interned.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Dump.cmx lib/deriving_Dump.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Eq.cmx lib/deriving_Eq.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Typeable.cmx lib/deriving_Typeable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_monad.cmx lib/deriving_monad.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_dynmap.cmx lib/deriving_dynmap.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Enum.cmx lib/deriving_Enum.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Enum.cmx lib/deriving_Enum.ml
- File "lib/deriving_Enum.ml", line 58, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 59, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 82, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "lib/deriving_Enum.ml", line 83, characters 69-78:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Pickle.cmx lib/deriving_Pickle.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Functor.cmx lib/deriving_Functor.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_Default.cmx lib/deriving_Default.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lib lib/deriving_Show.cmx lib/deriving_Eq.cmx lib/deriving_Bounded.cmx lib/deriving_Enum.cmx lib/deriving_monad.cmx lib/deriving_Dump.cmx lib/deriving_interned.cmx lib/deriving_Typeable.cmx lib/deriving_dynmap.cmx lib/deriving_Pickle.cmx lib/deriving_Functor.cmx lib/deriving_Default.cmx -o lib/deriving.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lib lib/deriving.cmxa lib/deriving_Show.cmx lib/deriving_Eq.cmx lib/deriving_Bounded.cmx lib/deriving_Enum.cmx lib/deriving_monad.cmx lib/deriving_Dump.cmx lib/deriving_interned.cmx lib/deriving_Typeable.cmx lib/deriving_dynmap.cmx lib/deriving_Pickle.cmx lib/deriving_Functor.cmx lib/deriving_Default.cmx -o lib/deriving.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_num.mli > lib/deriving_num.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_num.cmi lib/deriving_num.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -modules lib/deriving_num.ml > lib/deriving_num.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_num.cmo lib/deriving_num.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lib lib/deriving_num.cmo -o lib/deriving_num.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I syntax/common -I syntax/std -I syntax/classes -I lib -syntax camlp4o -syntax camlp4o -ppopt syntax/common/pa_deriving_common.cma -ppopt syntax/std/pa_deriving_std.cma -ppopt syntax/classes/pa_deriving_classes.cma -syntax camlp4o -package camlp4.quotations.o -package camlp4.extend -package camlp4 -package bytes -package num -I lib -I syntax/classes -o lib/deriving_num.cmx lib/deriving_num.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lib lib/deriving_num.cmx -o lib/deriving_num.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lib lib/deriving_num.cmxa lib/deriving_num.cmx -o lib/deriving_num.cmxs
-> compiled  deriving.0.8.1
Processing 171/177: [ocsigenserver: make]
Processing 172/177: [ocsigenserver: make] [deriving: make install]
- ./setup.exe -install 
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving.cma
- Installed /home/opam/.opam/4.04/lib/deriving/deriving.cmxa
- Installed /home/opam/.opam/4.04/lib/deriving/deriving.a
- Installed /home/opam/.opam/4.04/lib/deriving/deriving.cmxs
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_dynmap.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_interned.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Default.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Functor.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Pickle.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Typeable.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Dump.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_monad.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Enum.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Bounded.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Eq.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_Show.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/show_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/dump_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/enum_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/bounded_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/eq_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/typeable_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/pickle_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/functor_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/default_class.ml
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_classes.cma
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_classes.cmxa
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_classes.a
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_classes.cmxs
- Installed /home/opam/.opam/4.04/lib/deriving/default_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/default_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/default_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/functor_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/functor_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/functor_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/pickle_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/pickle_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/pickle_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/typeable_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/typeable_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/typeable_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/eq_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/eq_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/eq_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/bounded_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/bounded_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/bounded_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/enum_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/enum_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/enum_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/dump_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/dump_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/dump_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/show_class.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/show_class.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/show_class.annot
- Installed /home/opam/.opam/4.04/lib/deriving/default_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/functor_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/pickle_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/typeable_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/eq_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/bounded_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/enum_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/dump_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/show_class.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.ml
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cma
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cmxa
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.a
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cmxs
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.annot
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_std.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/id.ml
- Installed /home/opam/.opam/4.04/lib/deriving/utils.mli
- Installed /home/opam/.opam/4.04/lib/deriving/type.mli
- Installed /home/opam/.opam/4.04/lib/deriving/defs.mli
- Installed /home/opam/.opam/4.04/lib/deriving/clusters.mli
- Installed /home/opam/.opam/4.04/lib/deriving/base.mli
- Installed /home/opam/.opam/4.04/lib/deriving/extend.mli
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cma
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cmxa
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.a
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cmxs
- Installed /home/opam/.opam/4.04/lib/deriving/extend.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/extend.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/extend.annot
- Installed /home/opam/.opam/4.04/lib/deriving/base.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/base.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/base.annot
- Installed /home/opam/.opam/4.04/lib/deriving/clusters.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/clusters.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/clusters.annot
- Installed /home/opam/.opam/4.04/lib/deriving/defs.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/defs.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/defs.annot
- Installed /home/opam/.opam/4.04/lib/deriving/type.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/type.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/type.annot
- Installed /home/opam/.opam/4.04/lib/deriving/utils.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/utils.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/utils.annot
- Installed /home/opam/.opam/4.04/lib/deriving/id.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/id.annot
- Installed /home/opam/.opam/4.04/lib/deriving/pa_deriving_common.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.mli
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cma
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmxa
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.a
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmxs
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmi
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmti
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmt
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.annot
- Installed /home/opam/.opam/4.04/lib/deriving/deriving_num.cmx
- Installed /home/opam/.opam/4.04/lib/deriving/META
-> installed deriving.0.8.1
Processing 172/177: [ocsigenserver: make]
Processing 173/177: [js_of_ocaml: make build] [ocsigenserver: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src'
- cat files/META.in \
-   | sed s/%%CAMLZIPNAME%%// \
-   | sed s/%%NAME%%/ocsigenserver/g \
-   | sed s/%%DEPS%%/lwt.ssl,bytes,lwt.preemptive,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,dynlink/g \
-   | sed s/%%BASEDEPS%%/lwt,ipaddr,bytes/g \
-   > files/META
- echo directory = \"../server\" > files/META.ocsigenserver
- cat files/META.in \
-   | sed s/%%CAMLZIPNAME%%// \
-   | sed s/%%NAME%%/ocsigenserver/g \
-   | sed s/%%DEPS%%/lwt.ssl,bytes,lwt.preemptive,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,dynlink/g \
-   | sed s/%%BASEDEPS%%/lwt,ipaddr,bytes/g \
-   | sed "s%package \"\(polytables\|commandline\|baselib\)\" (%package \"\1\" (\n  directory = \"../baselib\"%" \
-   | sed "s%package \"\(http\|cookies\)\" (%package \"\1\" (\n  directory = \"../http\"%" \
-   | sed "s%directory = \"extensions\"%directory = \"../extensions\"%" \
-   >> files/META.ocsigenserver
- cat files/ocsigenserver.conf.in \
-   | sed s%_LOGDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/log/ocsigenserver%g \
-   | sed s%_DATADIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/lib/ocsigenserver%g \
-   | sed s%_OCSIGENUSER_%opam%g \
-   | sed s%_OCSIGENGROUP_%"opam"%g \
-   | sed s%_COMMANDPIPE_%/home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command%g \
-   | sed s%_MIMEFILE_%/home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/mime.types%g \
-   | sed s%_METADIR_%/home/opam/.opam/4.04/lib%g \
-   | sed s%_PROJECTNAME_%ocsigenserver%g \
-   | sed s%_LIBDIR_%/home/opam/.opam/4.04/lib%g \
-   | sed s%_EXTDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/extensions%g \
-   | sed s%_CONFIGDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver%g \
-   | sed s%_STATICPAGESDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/www%g \
-   | sed s%_EXTPACKAGENAME_%ocsigenserver.ext%g \
-   > ../ocsigenserver.conf.sample
- mkdir -p ../local/etc ../local/var/log ../local/var/run
- cat files/ocsigenserver.conf.in \
-   | sed s%80\</port\>%8080\</port\>%g \
-   | sed s%_LOGDIR_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/var/log%g \
-   | sed s%_DATADIR_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/var/lib%g \
-   | sed s%\<user\>_OCSIGENUSER_\</user\>%%g \
-   | sed s%\<group\>_OCSIGENGROUP_\</group\>%%g \
-   | sed s%_COMMANDPIPE_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/var/run/ocsigenserver_command%g \
-   | sed s%_MIMEFILE_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/files/mime.types%g \
-   | sed s%_METADIR_%/home/opam/.opam/4.04/lib\"/\>\<findlib\ path=\"/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/files/\"/\>\<findlib\ path=\"/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/files/%g \
-   | sed s%_PROJECTNAME_%ocsigenserver%g \
-   | sed s%_EXTLIBDIR_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/ocsipersist-dbm%g \
-   | sed s%_CONFIGDIR_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/etc%g \
-   | sed s%_STATICPAGESDIR_%/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/var/www%g \
-   | sed s%_EXTPACKAGENAME_%ocsigenserver.ext%g \
-   | sed s%\<\!--\ \<commandpipe%\<commandpipe%g \
-   | sed s%\</commandpipe\>\ --\>%\</commandpipe\>%g \
-   | sed s%\<\!--\ \<mimefile%\<mimefile%g \
-   | sed s%\</mimefile\>\ --\>%\</mimefile\>%g \
-   | sed s%store\ dir=\"/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/var/lib\"%store\ dir=\"/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/local/var/lib/ocsipersist\"%g \
-   > ../local/etc/ocsigenserver.conf
- /usr/bin/make -C baselib all
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/baselib'
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib_base.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib_base.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_cache.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_cache.ml
- cat ocsigen_config.ml.in \
- | sed s%0000000000000000%2.8% \
- | sed s%_WARNING_%"Warning: this file has been generated from ocsigen_config.ml.in - DO NOT MODIFY MANUALLY!"% \
- | sed s%_LOGDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/log/ocsigenserver% \
- | sed s%_DATADIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/lib/ocsigenserver%g \
- | sed s%_BINDIR_%/home/opam/.opam/4.04/bin%g \
- | sed s%_EXTDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/extensions%g \
- | sed s%_STATICPAGESDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/var/www% \
- | sed s%_UP_%/tmp%g \
- | sed s%_OCSIGENUSER_%opam%g \
- | sed s%_OCSIGENGROUP_%"opam"%g \
- | sed s%_PROJECTNAME_%ocsigenserver%g \
- | sed s%_COMMANDPIPE_%/home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command%g \
- | sed s%_CONFIGDIR_%/home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver% \
- | sed s%_PREEMTIMPLEM_%Lwt_preemptive% \
- | sed s%_ISNATIVE_%Dynlink.is_native%g \
- | sed "s%_DEPS_%\"unix\";\"ssl\";\"bytes\";\"result\";\"lwt\";\"lwt.log\";\"bigarray\";\"lwt.unix\";\"lwt.ssl\";\"threads\";\"lwt.preemptive\";\"domain-name\";\"macaddr\";\"stdlib-shims\";\"ipaddr\";\"str\";\"netsys\";\"netstring\";\"pcre\";\"netstring-pcre\";\"findlib.internal\";\"findlib\";\"zarith\";\"cryptokit\";\"uchar\";\"uutf\";\"seq\";\"re\";\"tyxml.functor\";\"tyxml\";\"camlp4\";\"dynlink\";\"camlp4.lib\";\"tyxml.parser\"; \"ocsigenserver.commandline\"; \"ocsigenserver.polytables\"; \"ocsigenserver.cookies\"; \"ocsigenserver.baselib\"; \"ocsigenserver.http\"; \"ocsigenserver\"; %g" \
- > ocsigen_config.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_config.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_config.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_getcommandline.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_commandline.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_messages.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_messages.ml
- File "ocsigen_messages.ml", line 151, characters 28-44:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ln -s dynlink_wrapper.natdynlink.ml dynlink_wrapper.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c dynlink_wrapper.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_loader.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_loader.ml
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_stream.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_stream.ml
- File "ocsigen_stream.ml", line 232, characters 11-39:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsigen_stream.ml", line 235, characters 4-18:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlc -g -bin-annot -thread -a -o baselib.cma ocsigen_lib_base.cmo ocsigen_lib.cmo ocsigen_cache.cmo ocsigen_config.cmo ocsigen_commandline.cmo ocsigen_messages.cmo dynlink_wrapper.cmo ocsigen_loader.cmo ocsigen_stream.cmo
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c commandline/ocsigen_getcommandline.ml
- ocamlfind ocamlc -g -bin-annot -thread -a -o parsecommandline.cma commandline/ocsigen_getcommandline.cmo
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c nocommandline/ocsigen_getcommandline.ml
- ocamlfind ocamlc -g -bin-annot -thread -a -o donotparsecommandline.cma nocommandline/ocsigen_getcommandline.cmo
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c polytables.mli
- ocamlfind ocamlc -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c polytables.ml
- ocamlfind ocamlc -g -bin-annot -thread -a -o polytables.cma polytables.cmo
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib_base.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_lib.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_cache.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_config.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_commandline.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsigen_getcommandline, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_messages.ml
- File "ocsigen_messages.ml", line 151, characters 28-44:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c dynlink_wrapper.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_loader.ml
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c ocsigen_stream.ml
- File "ocsigen_stream.ml", line 232, characters 11-39:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsigen_stream.ml", line 235, characters 4-18:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlopt -g -bin-annot -thread -a -o baselib.cmxa ocsigen_lib_base.cmx ocsigen_lib.cmx ocsigen_cache.cmx ocsigen_config.cmx ocsigen_commandline.cmx ocsigen_messages.cmx dynlink_wrapper.cmx ocsigen_loader.cmx ocsigen_stream.cmx
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c commandline/ocsigen_getcommandline.ml
- ocamlfind ocamlopt -g -bin-annot -thread -a -o parsecommandline.cmxa commandline/ocsigen_getcommandline.cmx
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c nocommandline/ocsigen_getcommandline.ml
- ocamlfind ocamlopt -g -bin-annot -thread -a -o donotparsecommandline.cmxa nocommandline/ocsigen_getcommandline.cmx
- ocamlfind ocamlopt -g -bin-annot -thread -shared -linkall -o parsecommandline.cmxs parsecommandline.cmxa
- ocamlfind ocamlopt -g -bin-annot -thread -shared -linkall -o donotparsecommandline.cmxs donotparsecommandline.cmxa
- ocamlfind ocamlopt -g -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.preemptive -package ipaddr -c polytables.ml
- ocamlfind ocamlopt -g -bin-annot -thread -a -o polytables.cmxa polytables.cmx
- ocamlfind ocamlopt -g -bin-annot -thread -shared -linkall -o polytables.cmxs polytables.cmxa
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/baselib'
- /usr/bin/make -C http all
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/http'
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c multipart.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c multipart.ml
- File "multipart.ml", line 47, characters 10-26:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c http_headers.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c http_headers.ml
- File "http_headers.ml", line 22, characters 17-33:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_cookies.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_cookies.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_frame.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_frame.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_com.mli
- File "ocsigen_http_com.mli", line 72, characters 19-39:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_charset_mime.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_senders.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_headers.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_headers.ml
- File "ocsigen_headers.ml", line 131, characters 4-20:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamllex http_lexer.mll
- 64 states, 3199 transitions, table size 13180 bytes
- 8057 additional bytes used for bindings
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c http_lexer.ml
- File "http_lexer.mll", line 40, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c framepp.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c framepp.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_com.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_charset_mime.ml
- File "ocsigen_charset_mime.ml", line 45, characters 8-24:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_charset_mime.ml", line 69, characters 28-44:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_senders.ml
- File "ocsigen_senders.ml", line 38, characters 4-24:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- ocamlfind ocamlc -g -bin-annot -a -o http.cma multipart.cmo http_headers.cmo ocsigen_cookies.cmo ocsigen_http_frame.cmo ocsigen_headers.cmo http_lexer.cmo framepp.cmo ocsigen_http_com.cmo ocsigen_charset_mime.cmo ocsigen_senders.cmo
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c multipart.ml
- File "multipart.ml", line 47, characters 10-26:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c http_headers.ml
- File "http_headers.ml", line 22, characters 17-33:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_cookies.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_frame.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c http_lexer.ml
- File "http_lexer.mll", line 40, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c framepp.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_http_com.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_charset_mime.ml
- File "ocsigen_charset_mime.ml", line 45, characters 8-24:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_charset_mime.ml", line 69, characters 28-44:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_senders.ml
- File "ocsigen_senders.ml", line 38, characters 4-24:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -c ocsigen_headers.ml
- File "ocsigen_headers.ml", line 131, characters 4-20:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -a -o http.cmxa multipart.cmx http_headers.cmx ocsigen_cookies.cmx ocsigen_http_frame.cmx ocsigen_headers.cmx http_lexer.cmx framepp.cmx ocsigen_http_com.cmx ocsigen_charset_mime.cmx ocsigen_senders.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/http'
- /usr/bin/make -C server all
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/server'
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_socket.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_socket.ml
- File "ocsigen_socket.ml", line 19, 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.
- File "ocsigen_socket.ml", line 30, 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 ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_request_info.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_request_info.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_command.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_command.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_extensions.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_range.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_range.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_extensions.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_parseconfig.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_parseconfig.ml
- File "ocsigen_parseconfig.ml", line 699, characters 16-32:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_http_client.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_http_client.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_local_files.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_local_files.ml
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_server.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_server.ml
- File "ocsigen_server.ml", line 108, characters 10-26:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 108, characters 31-47:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 229, characters 12-28:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 759, characters 15-28:
- Warning 3: deprecated: Ocsigen_lib.String.create
- Use Bytes.create instead.
- File "ocsigen_server.ml", line 1307, characters 17-45:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsigen_server.ml", line 1313, characters 8-27:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlc -g -bin-annot -thread -a -o ocsigenserver.cma ocsigen_socket.cmo ocsigen_request_info.cmo ocsigen_command.cmo ocsigen_range.cmo ocsigen_extensions.cmo ocsigen_parseconfig.cmo ocsigen_http_client.cmo ocsigen_local_files.cmo ocsigen_server.cmo
- ocamlfind ocamlc -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c server_main.ml
- ocamlfind ocamlc -g -bin-annot -thread -o ocsigenserver -linkpkg -linkall -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . ../baselib/parsecommandline.cma ../baselib/baselib.cma ../baselib/polytables.cma ../http/http.cma ocsigenserver.cma server_main.cmo
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_socket.ml
- File "ocsigen_socket.ml", line 19, 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.
- File "ocsigen_socket.ml", line 30, 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 -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_request_info.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_command.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_extensions.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_range.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_parseconfig.ml
- File "ocsigen_parseconfig.ml", line 699, characters 16-32:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_http_client.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_local_files.ml
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c ocsigen_server.ml
- File "ocsigen_server.ml", line 108, characters 10-26:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 108, characters 31-47:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 229, characters 12-28:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "ocsigen_server.ml", line 759, characters 15-28:
- Warning 3: deprecated: Ocsigen_lib.String.create
- Use Bytes.create instead.
- File "ocsigen_server.ml", line 1307, characters 17-45:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsigen_server.ml", line 1313, characters 8-27:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlopt -g -bin-annot -thread -a -o ocsigenserver.cmxa ocsigen_socket.cmx ocsigen_request_info.cmx ocsigen_command.cmx ocsigen_range.cmx ocsigen_extensions.cmx ocsigen_parseconfig.cmx ocsigen_http_client.cmx ocsigen_local_files.cmx ocsigen_server.cmx
- ocamlfind ocamlopt -g -bin-annot -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . -c server_main.ml
- ocamlfind ocamlopt -g -bin-annot -thread -o ocsigenserver.opt -linkpkg -linkall -thread -I ../baselib -I ../http -package lwt.ssl -package bytes -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -I . ../baselib/parsecommandline.cmxa ../baselib/baselib.cmxa ../baselib/polytables.cmxa ../http/http.cmxa ocsigenserver.cmxa server_main.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/server'
- /usr/bin/make -C extensions all
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions'
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c staticmod.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c cgimod.ml
- File "cgimod.ml", line 235, characters 35-51:
- Warning 3: deprecated: Ocsigen_lib.String.uppercase
- Use String.uppercase_ascii instead.
- File "cgimod.ml", line 371, characters 21-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 379, characters 15-29:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 394, characters 22-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 396, characters 6-25:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c redirectmod.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c revproxy.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c extensiontemplate.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c accesscontrol.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c accesscontrol.ml
- File "accesscontrol.ml", line 383, characters 16-32:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c userconf.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c outputfilter.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c authbasic.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c authbasic.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c rewritemod.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c extendconfiguration.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c ocsigen_comet.mli
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c ocsigen_comet.ml
- ocamlfind ocamlc -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c cors.ml
- /usr/bin/make -C ocsipersist-dbm byte
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/ocsipersist-dbm'
- ocamlfind ocamlc -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsidbmtypes.mli
- ln -s -f ../ocsipersist.mli .
- ocamlfind ocamlc -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsipersist.mli
- ocamlfind ocamlc -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsipersist.ml
- File "ocsipersist.ml", line 154, characters 43-71:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 155, characters 43-72:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 158, characters 21-49:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 159, characters 21-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 174, characters 10-31:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 175, characters 10-24:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 176, characters 10-30:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlc -g -bin-annot -thread -a -o ocsipersist-dbm.cma ocsipersist.cmo
- cp ocsipersist.cmi ..
- cp ocsipersist-dbm.cma ..
- ocamlfind ocamlc -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsidbm.ml
- File "ocsidbm.ml", line 201, characters 2-23:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 202, characters 13-27:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 244, characters 2-22:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 263, characters 18-46:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 264, characters 19-48:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 276, characters 8-21:
- 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 ocamlc -g -bin-annot -thread -linkpkg -o ocsidbm -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm ocsidbm.cmo
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/ocsipersist-dbm'
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c staticmod.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c cgimod.ml
- File "cgimod.ml", line 235, characters 35-51:
- Warning 3: deprecated: Ocsigen_lib.String.uppercase
- Use String.uppercase_ascii instead.
- File "cgimod.ml", line 371, characters 21-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 379, characters 15-29:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 394, characters 22-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "cgimod.ml", line 396, characters 6-25:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c redirectmod.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c revproxy.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c extensiontemplate.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c accesscontrol.ml
- File "accesscontrol.ml", line 383, characters 16-32:
- Warning 3: deprecated: Ocsigen_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c userconf.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c outputfilter.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c authbasic.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c rewritemod.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c extendconfiguration.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c ocsigen_comet.ml
- ocamlfind ocamlopt -g -bin-annot -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -c cors.ml
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o staticmod.cmxs staticmod.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o cgimod.cmxs cgimod.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o redirectmod.cmxs redirectmod.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o revproxy.cmxs revproxy.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o extensiontemplate.cmxs extensiontemplate.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o accesscontrol.cmxs accesscontrol.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o userconf.cmxs userconf.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o outputfilter.cmxs outputfilter.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o authbasic.cmxs authbasic.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o rewritemod.cmxs rewritemod.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o extendconfiguration.cmxs extendconfiguration.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o ocsigen_comet.cmxs ocsigen_comet.cmx
- ocamlfind ocamlopt -g -bin-annot -shared -linkall -o cors.cmxs cors.cmx
- /usr/bin/make -C ocsipersist-dbm opt
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/ocsipersist-dbm'
- ocamlfind ocamlopt -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsipersist.ml
- File "ocsipersist.ml", line 154, characters 43-71:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 155, characters 43-72:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 158, characters 21-49:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 159, characters 21-50:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 174, characters 10-31:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 175, characters 10-24:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsipersist.ml", line 176, characters 10-30:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- ocamlfind ocamlopt -g -bin-annot -thread -a -o ocsipersist-dbm.cmxa ocsipersist.cmx
- cp ocsipersist.cmi ..
- cp ocsipersist-dbm.cmxa ocsipersist-dbm.a ..
- ocamlfind ocamlopt -g -bin-annot -thread -shared -linkall -o ocsipersist-dbm.cmxs ocsipersist-dbm.cmxa
- cp ocsipersist-dbm.cmxs ..
- ocamlfind ocamlopt -g -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm -c ocsidbm.ml
- File "ocsidbm.ml", line 201, characters 2-23:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 202, characters 13-27:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 244, characters 2-22:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 263, characters 18-46:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 264, characters 19-48:
- Warning 3: deprecated: module Lwt_chan
-  Use module Lwt_io.
- File "ocsidbm.ml", line 276, characters 8-21:
- 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 -g -bin-annot -thread -linkpkg -o ocsidbm.opt -I ../../baselib -I ../../http -I ../../server -package lwt.preemptive -package lwt.unix -package tyxml.parser -package dbm ocsidbm.cmx
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions/ocsipersist-dbm'
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src/extensions'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src'
-> compiled  ocsigenserver.2.8
Processing 173/177: [js_of_ocaml: make build]
Processing 174/177: [js_of_ocaml: make build] [ocsigenserver: make install]
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src'
- # Server binaries
- install -m 755 -d /home/opam/.opam/4.04/bin
- install -m 755 server/ocsigenserver server/ocsigenserver.opt /home/opam/.opam/4.04/bin/
- # Server libraries
- install -m 755 -d /home/opam/.opam/4.04/lib
- ocamlfind install ocsigenserver \
-    -destdir /home/opam/.opam/4.04/lib \
-    -patch-version 2.8 \
-    baselib/ocsigen_cache.cmi baselib/ocsigen_lib_base.cmi baselib/ocsigen_lib.cmi baselib/ocsigen_config.cmi baselib/ocsigen_messages.cmi baselib/ocsigen_stream.cmi baselib/ocsigen_loader.cmi baselib/polytables.cmi http/http_headers.cmi http/ocsigen_http_frame.cmi http/ocsigen_headers.cmi http/framepp.cmi http/ocsigen_http_com.cmi http/ocsigen_charset_mime.cmi http/ocsigen_senders.cmi http/ocsigen_cookies.cmi server/ocsigen_extensions.cmi server/ocsigen_parseconfig.cmi server/ocsigen_http_client.cmi server/ocsigen_local_files.cmi server/ocsigen_server.cmi server/ocsigen_request_info.cmi baselib/ocsigen_getcommandline.cmi baselib/ocsigen_cache.cmx baselib/ocsigen_lib_base.cmx baselib/ocsigen_lib.cmx baselib/ocsigen_config.cmx baselib/ocsigen_messages.cmx baselib/ocsigen_stream.cmx baselib/ocsigen_loader.cmx baselib/polytables.cmx http/http_headers.cmx http/ocsigen_http_frame.cmx http/ocsigen_headers.cmx http/framepp.cmx http/ocsigen_http_com.cmx http/ocsigen_charset_mime.cmx http/ocsigen_senders.cmx http/ocsigen_cookies.cmx server/ocsigen_extensions.cmx server/ocsigen_parseconfig.cmx server/ocsigen_http_client.cmx server/ocsigen_local_files.cmx server/ocsigen_server.cmx server/ocsigen_request_info.cmx baselib/ocsigen_lib_base.cmo baselib/baselib.cma baselib/parsecommandline.cma baselib/donotparsecommandline.cma baselib/polytables.cmo http/ocsigen_cookies.cmo http/http.cma server/ocsigenserver.cma server/server_main.cmo  baselib/ocsigen_lib_base.cmx baselib/polytables.cmx http/ocsigen_cookies.cmx server/server_main.cmx baselib/ocsigen_lib_base.o   baselib/polytables.o   http/ocsigen_cookies.o   server/server_main.o   baselib/baselib.cmxa baselib/parsecommandline.cmxa baselib/donotparsecommandline.cmxa http/http.cmxa server/ocsigenserver.cmxa baselib/baselib.a baselib/parsecommandline.a baselib/donotparsecommandline.a http/http.a server/ocsigenserver.a  baselib/parsecommandline.cmxs baselib/donotparsecommandline.cmxs baselib/polytables.cmxs baselib/ocsigen_cache.mli baselib/ocsigen_lib_base.mli baselib/ocsigen_lib.mli baselib/ocsigen_config.mli baselib/ocsigen_messages.mli baselib/ocsigen_stream.mli baselib/ocsigen_loader.mli baselib/polytables.mli http/http_headers.mli http/ocsigen_http_frame.mli http/ocsigen_headers.mli http/framepp.mli http/ocsigen_http_com.mli http/ocsigen_charset_mime.mli http/ocsigen_senders.mli http/ocsigen_cookies.mli server/ocsigen_extensions.mli server/ocsigen_parseconfig.mli server/ocsigen_http_client.mli server/ocsigen_local_files.mli server/ocsigen_server.mli server/ocsigen_request_info.mli baselib/ocsigen_getcommandline.mli files/META
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_getcommandline.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_request_info.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_server.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_local_files.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_client.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_parseconfig.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_extensions.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_senders.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_charset_mime.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_com.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/framepp.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_headers.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_frame.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http_headers.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_loader.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_stream.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_messages.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_config.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cache.mli
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmxs
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/donotparsecommandline.cmxs
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/parsecommandline.cmxs
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigenserver.a
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http.a
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/donotparsecommandline.a
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/parsecommandline.a
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/baselib.a
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigenserver.cmxa
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http.cmxa
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/donotparsecommandline.cmxa
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/parsecommandline.cmxa
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/baselib.cmxa
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/server_main.o
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.o
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.o
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.o
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/server_main.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/server_main.cmo
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigenserver.cma
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http.cma
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.cmo
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmo
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/donotparsecommandline.cma
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/parsecommandline.cma
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/baselib.cma
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.cmo
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_request_info.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_server.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_local_files.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_client.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_parseconfig.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_extensions.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_senders.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_charset_mime.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_com.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/framepp.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_headers.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_frame.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http_headers.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_loader.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_stream.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_messages.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_config.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cache.cmx
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_getcommandline.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_request_info.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_server.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_local_files.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_client.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_parseconfig.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_extensions.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cookies.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_senders.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_charset_mime.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_com.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/framepp.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_headers.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_http_frame.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/http_headers.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/polytables.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_loader.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_stream.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_messages.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_config.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_lib_base.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/ocsigen_cache.cmi
- Installed /home/opam/.opam/4.04/lib/ocsigenserver/META
- # Extensions
- install -m 755 -d /home/opam/.opam/4.04/lib/ocsigenserver/extensions/
- install -m 644 \
-   extensions/ocsigen_comet.cmi extensions/accesscontrol.cmi extensions/authbasic.cmi extensions/ocsipersist.cmi  extensions/staticmod.cmo extensions/cgimod.cmo extensions/redirectmod.cmo extensions/revproxy.cmo extensions/extensiontemplate.cmo extensions/accesscontrol.cmo extensions/userconf.cmo extensions/outputfilter.cmo extensions/authbasic.cmo extensions/rewritemod.cmo extensions/extendconfiguration.cmo extensions/ocsigen_comet.cmo extensions/cors.cmo  extensions/ocsipersist-dbm.cma extensions/staticmod.cmx extensions/cgimod.cmx extensions/redirectmod.cmx extensions/revproxy.cmx extensions/extensiontemplate.cmx extensions/accesscontrol.cmx extensions/userconf.cmx extensions/outputfilter.cmx extensions/authbasic.cmx extensions/rewritemod.cmx extensions/extendconfiguration.cmx extensions/ocsigen_comet.cmx extensions/cors.cmx extensions/staticmod.o   extensions/cgimod.o   extensions/redirectmod.o   extensions/revproxy.o   extensions/extensiontemplate.o   extensions/accesscontrol.o   extensions/userconf.o   extensions/outputfilter.o   extensions/authbasic.o   extensions/rewritemod.o   extensions/extendconfiguration.o   extensions/ocsigen_comet.o   extensions/cors.o   extensions/ocsipersist-dbm.cmxa extensions/ocsipersist-dbm.a  extensions/staticmod.cmxs extensions/cgimod.cmxs extensions/redirectmod.cmxs extensions/revproxy.cmxs extensions/extensiontemplate.cmxs extensions/accesscontrol.cmxs extensions/userconf.cmxs extensions/outputfilter.cmxs extensions/authbasic.cmxs extensions/rewritemod.cmxs extensions/extendconfiguration.cmxs extensions/ocsigen_comet.cmxs extensions/cors.cmxs extensions/ocsipersist-dbm.cmxs extensions/ocsigen_comet.mli extensions/accesscontrol.mli extensions/authbasic.mli extensions/ocsipersist.mli \
-   /home/opam/.opam/4.04/lib/ocsigenserver/extensions/
- [ -z "extensions/ocsipersist-dbm/ocsidbm extensions/ocsipersist-dbm/ocsidbm.opt" ] || \
-   install -m 755 extensions/ocsipersist-dbm/ocsidbm extensions/ocsipersist-dbm/ocsidbm.opt \
-   /home/opam/.opam/4.04/lib/ocsigenserver/extensions/
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocsigenserver.2.8/src'
- INSTALL_CAN_PUT_PERMISSIONS: yes
- ## Command pipe
- install -m 755 -d /home/opam/.opam/4.04/lib/ocsigenserver/var/run/
- [ -p /home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command ] || \
-  { mkfifo -m 660 /home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command; \
-    if [ "yes" = yes ]; \
-      then chown -R opam:"opam" /home/opam/.opam/4.04/lib/ocsigenserver/var/run/ocsigenserver_command; \
-    fi; }
- ## Configuration files
- install -m 755 -d /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/conf.d
- install -m 644 ocsigenserver.conf.sample /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/
- [ -f /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/ocsigenserver.conf ] || \
-   { install -m 644 ocsigenserver.conf.sample \
-                 /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/ocsigenserver.conf;  }
- mv /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/mime.types /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/mime.types.old
- mv: cannot stat '/home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver/mime.types': No such file or directory
- make: [Makefile:104: install.files] Error 1 (ignored)
- ## Log directory
- install -m 644 src/files/mime.types /home/opam/.opam/4.04/lib/ocsigenserver/etc/ocsigenserver
- install -d -m 755 -o opam -g "opam" /home/opam/.opam/4.04/lib/ocsigenserver/var/log/ocsigenserver
- ## Static files
- install -d -m 755 -o opam -g "opam" /home/opam/.opam/4.04/lib/ocsigenserver/var/www
- install -d -m 750 -o opam -g "opam" /home/opam/.opam/4.04/lib/ocsigenserver/var/lib/ocsigenserver
- install -m 644 -o opam -g "opam" \
-   local/var/www/*.html /home/opam/.opam/4.04/lib/ocsigenserver/var/www
- install -d -m 755 -o opam -g "opam" \
-   /home/opam/.opam/4.04/lib/ocsigenserver/var/www/ocsigenstuff
- install -m 644 -o opam -g "opam" \
-   local/var/www/ocsigenstuff/*.png local/var/www/ocsigenstuff/*.css \
-   /home/opam/.opam/4.04/lib/ocsigenserver/var/www/ocsigenstuff
- install -d -m 755 /home/opam/.opam/4.04/man/man1
- install -m 644 src/files/ocsigenserver.1 /home/opam/.opam/4.04/man/man1
- 
- ## Run "make doc" and "make install.doc" to build and install the ocamldoc.
-> installed ocsigenserver.2.8
Processing 174/177: [js_of_ocaml: make build]
+ /usr/bin/make "build" "WITH_ASYNC=NO" "WITH_PPX_DRIVER=NO" (CWD=/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4)
- /usr/bin/make -C compiler all compilerlib
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/compiler'
- echo "let s = \"2.8.4\"" > compiler_version.ml.tmp
- echo "let git_version = \"\"" >> compiler_version.ml.tmp
- if cmp -s compiler_version.ml.tmp compiler_version.ml; then rm compiler_version.ml.tmp; else mv compiler_version.ml.tmp compiler_version.ml; fi
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c compiler_version.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c compiler_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cppo util.cppo.ml -o util.ml -V OCAML:`ocamlc -version`
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c util.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c util.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pretty_print.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c pretty_print.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c option.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c option.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c reserved.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c reserved.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c varPrinter.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c varPrinter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c dgraph.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c dgraph.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_info.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c parse_info.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c code.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c code.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c javascript.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c javascript.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c vlq64.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c vlq64.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c source_map.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "source_map.mli", line 41, characters 16-33:
- 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 "source_map.mli", line 42, characters 14-31:
- 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
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c source_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_output.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_output.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_simpl.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_simpl.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_token.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- menhir --infer --external-tokens Js_token --explain js_parser.mly
- Warning: 12 states have shift/reduce conflicts.
- Warning: 47 shift/reduce conflicts were arbitrarily resolved.
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_parser.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_parser.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamllex -q js_lexer.mll
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_lexer.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_js.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c parse_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_primitive.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_primitive.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- menhir --infer --explain annot_parser.mly
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c annot_parser.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c annot_parser.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamllex -q annot_lexer.mll
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c annot_lexer.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c annot_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c instr.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c instr.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_subst.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_subst.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pure_fun.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c pure_fun.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_deadcode.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_deadcode.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c flow.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c flow.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c specialize.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c specialize.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c specialize_js.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c specialize_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c eval.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c eval.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c inline.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c inline.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c tailcall.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c tailcall.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c freevars.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c freevars.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c phisimpl.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c phisimpl.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_traverse.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_traverse.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_assign.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c js_assign.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c linker.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c linker.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_bytecode.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c parse_bytecode.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_strongly_connected_components.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_strongly_connected_components.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c generate_closure.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c generate_closure.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c generate.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c generate.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c driver.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c driver.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pseudoFs.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c pseudoFs.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_findlib_support_internal.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c commonArg.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c commonArg.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c compileArg.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c compileArg.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_compile.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -safe-string -package cmdliner -package base64 -package yojson -package findlib -linkpkg -g -o jsoo_compile.opt compiler_version.cmx util.cmx pretty_print.cmx option.cmx reserved.cmx varPrinter.cmx dgraph.cmx code.cmx javascript.cmx vlq64.cmx source_map.cmx js_output.cmx js_simpl.cmx parse_info.cmx js_token.cmx js_parser.cmx js_lexer.cmx parse_js.cmx jsoo_primitive.cmx annot_parser.cmx annot_lexer.cmx instr.cmx jsoo_subst.cmx pure_fun.cmx jsoo_deadcode.cmx flow.cmx specialize.cmx specialize_js.cmx eval.cmx inline.cmx tailcall.cmx freevars.cmx phisimpl.cmx js_traverse.cmx js_assign.cmx linker.cmx parse_bytecode.cmx jsoo_strongly_connected_components.cmx generate_closure.cmx generate.cmx driver.cmx pseudoFs.cmx jsoo_findlib_support_internal.cmx commonArg.cmx compileArg.cmx jsoo_compile.cmx
- mv -f jsoo_compile.opt js_of_ocaml
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c minifyArg.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c minifyArg.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c minify.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -safe-string -package cmdliner -package base64 -package yojson -package findlib -linkpkg -g -o minify.opt compiler_version.cmx util.cmx pretty_print.cmx option.cmx reserved.cmx varPrinter.cmx dgraph.cmx code.cmx javascript.cmx vlq64.cmx source_map.cmx js_output.cmx js_simpl.cmx parse_info.cmx js_token.cmx js_parser.cmx js_lexer.cmx parse_js.cmx jsoo_primitive.cmx annot_parser.cmx annot_lexer.cmx instr.cmx jsoo_subst.cmx pure_fun.cmx jsoo_deadcode.cmx flow.cmx specialize.cmx specialize_js.cmx eval.cmx inline.cmx tailcall.cmx freevars.cmx phisimpl.cmx js_traverse.cmx js_assign.cmx linker.cmx parse_bytecode.cmx jsoo_strongly_connected_components.cmx generate_closure.cmx generate.cmx driver.cmx pseudoFs.cmx commonArg.cmx minifyArg.cmx minify.cmx
- mv -f minify.opt jsoo_minify
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c linkerArg.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c link_js.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c link_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_link.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -safe-string -package cmdliner -package base64 -package yojson -package findlib -linkpkg -g -o jsoo_link.opt compiler_version.cmx util.cmx pretty_print.cmx option.cmx reserved.cmx varPrinter.cmx dgraph.cmx code.cmx javascript.cmx vlq64.cmx source_map.cmx js_output.cmx js_simpl.cmx parse_info.cmx js_token.cmx js_parser.cmx js_lexer.cmx parse_js.cmx jsoo_primitive.cmx annot_parser.cmx annot_lexer.cmx instr.cmx jsoo_subst.cmx pure_fun.cmx jsoo_deadcode.cmx flow.cmx specialize.cmx specialize_js.cmx eval.cmx inline.cmx tailcall.cmx freevars.cmx phisimpl.cmx js_traverse.cmx js_assign.cmx linker.cmx parse_bytecode.cmx jsoo_strongly_connected_components.cmx generate_closure.cmx generate.cmx driver.cmx pseudoFs.cmx commonArg.cmx linkerArg.cmx link_js.cmx jsoo_link.cmx
- mv -f jsoo_link.opt jsoo_link
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c compiler_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c util.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pretty_print.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c option.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c reserved.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c varPrinter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c dgraph.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c code.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c javascript.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c vlq64.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c source_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_output.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_simpl.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_info.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_parser.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_primitive.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c annot_parser.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c annot_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c instr.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_subst.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pure_fun.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_deadcode.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c flow.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c specialize.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c specialize_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c eval.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c inline.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c tailcall.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c freevars.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c phisimpl.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_traverse.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c js_assign.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c linker.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c parse_bytecode.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_strongly_connected_components.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c generate_closure.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c generate.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c driver.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c pseudoFs.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -pack -o compiler.cmo compiler_version.cmo util.cmo pretty_print.cmo option.cmo reserved.cmo varPrinter.cmo dgraph.cmo code.cmo javascript.cmo vlq64.cmo source_map.cmo js_output.cmo js_simpl.cmo parse_info.cmo js_token.cmo js_parser.cmo js_lexer.cmo parse_js.cmo jsoo_primitive.cmo annot_parser.cmo annot_lexer.cmo instr.cmo jsoo_subst.cmo pure_fun.cmo jsoo_deadcode.cmo flow.cmo specialize.cmo specialize_js.cmo eval.cmo inline.cmo tailcall.cmo freevars.cmo phisimpl.cmo js_traverse.cmo js_assign.cmo linker.cmo parse_bytecode.cmo jsoo_strongly_connected_components.cmo generate_closure.cmo generate.cmo driver.cmo pseudoFs.cmo
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -c jsoo_findlib_support.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -a -o jsoo_findlib_support.cma jsoo_findlib_support.cmo
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -pack -g -o compiler.cmx compiler_version.cmx util.cmx pretty_print.cmx option.cmx reserved.cmx varPrinter.cmx dgraph.cmx code.cmx javascript.cmx vlq64.cmx source_map.cmx js_output.cmx js_simpl.cmx parse_info.cmx js_token.cmx js_parser.cmx js_lexer.cmx parse_js.cmx jsoo_primitive.cmx annot_parser.cmx annot_lexer.cmx instr.cmx jsoo_subst.cmx pure_fun.cmx jsoo_deadcode.cmx flow.cmx specialize.cmx specialize_js.cmx eval.cmx inline.cmx tailcall.cmx freevars.cmx phisimpl.cmx js_traverse.cmx js_assign.cmx linker.cmx parse_bytecode.cmx jsoo_strongly_connected_components.cmx generate_closure.cmx generate.cmx driver.cmx pseudoFs.cmx
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -I +compiler-libs -safe-string -package cmdliner -package base64 -package yojson -package findlib -for-pack Compiler -g -c jsoo_findlib_support.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -a -o jsoo_findlib_support.cmxa jsoo_findlib_support.cmx
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -shared -g -o jsoo_findlib_support.cmxs jsoo_findlib_support.cmxa
- mkdir -p man
- ./jsoo_minify --help=groff >man/jsoo_minify.1
- mkdir -p man
- ./js_of_ocaml --help=groff >man/js_of_ocaml.1
- mkdir -p man
- ./jsoo_link --help=groff >man/jsoo_link.1
- ocamlfind ocamlc -g  -w +A-4-7-9-37-38-41-44-45-58 -a -o compiler.cma compiler.cmo
- cp compiler.cma lib/compiler.cma
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -a -o compiler.cmxa compiler.cmx
- cp compiler.cmxa lib/compiler.cmxa
- ocamlfind ocamlopt -g -w +A-4-7-9-37-38-41-44-45-58 -shared -g -o compiler.cmxs compiler.cmxa
- cp compiler.cmxs lib/compiler.cmxs
- cp compiler.cmx lib/compiler.cmx
- cp compiler.cmi compiler.a lib/
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/compiler'
- /usr/bin/make -C lib
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/lib'
- echo "let s = \"2.8.4\"" > lib_version.ml.tmp
- echo "let git_version = \"\"" >> lib_version.ml.tmp
- if cmp -s lib_version.ml.tmp lib_version.ml; then rm lib_version.ml.tmp; else mv lib_version.ml.tmp lib_version.ml; fi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -w -42-58 -safe-string -package camlp4.extend,camlp4.quotations -syntax camlp4o -c syntax/pa_js.ml
- File "syntax/pa_js.ml", line 43, characters 7-23:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g lib_version.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c js.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g js.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c dom.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g dom.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c typed_array.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g typed_array.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c file.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c dom_html.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g dom_html.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c dom_svg.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g dom_svg.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g file.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c dom_events.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g dom_events.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c firebug.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g firebug.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c lwt_js.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g lwt_js.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c sys_js.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g sys_js.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c regexp.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g regexp.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c cSS.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g cSS.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c url.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g url.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c form.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g form.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c xmlHttpRequest.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g xmlHttpRequest.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c lwt_js_events.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g lwt_js_events.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c json.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g json.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c jsonp.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g jsonp.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c webGL.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g webGL.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c webSockets.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g webSockets.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c keycode.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g keycode.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c eventSource.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g eventSource.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c geolocation.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g geolocation.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c jstable.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g jstable.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c mutationObserver.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g mutationObserver.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c worker.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -pp "camlp4o syntax/pa_js.cmo" -safe-string -package lwt,uchar -c -g worker.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -no-alias-deps -safe-string -c -g js_of_ocaml.ml
- (echo "#include <stdlib.h>"; \
-  echo "#include <stdio.h>"; \
-  echo "#define D(f) void f () { fprintf(stderr, \"Unimplemented Javascript primitive %s!\\\\n\", #f); exit(1); }"; \
-  (sed -n -e 's/.*external.*"\([^"%]*\)".*/D(\1)/p' js.ml dom.ml typed_array.ml dom_html.ml dom_svg.ml file.ml dom_events.ml firebug.ml lwt_js.ml sys_js.ml regexp.ml cSS.ml url.ml form.ml xmlHttpRequest.ml lwt_js_events.ml json.ml jsonp.ml webGL.ml webSockets.ml keycode.ml eventSource.ml geolocation.ml jstable.ml mutationObserver.ml worker.ml js_of_ocaml.ml | \
-   sort | uniq)) \
-         > stubs.c
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt -c stubs.c
- ocamlmklib -o js_of_ocaml lib_version.cmo js.cmo dom.cmo typed_array.cmo dom_html.cmo dom_svg.cmo file.cmo dom_events.cmo firebug.cmo lwt_js.cmo sys_js.cmo regexp.cmo cSS.cmo url.cmo form.cmo xmlHttpRequest.cmo lwt_js_events.cmo json.cmo jsonp.cmo webGL.cmo webSockets.cmo keycode.cmo eventSource.cmo geolocation.cmo jstable.cmo mutationObserver.cmo worker.cmo js_of_ocaml.cmo stubs.o
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package lwt,lwt.log -I . -I log log/lwt_log_js.mli -o log/lwt_log_js.cmi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -syntax camlp4o -safe-string -package lwt,lwt.syntax,lwt.log -ppopt syntax/pa_js.cmo -I log -c log/lwt_log_js.ml -o log/lwt_log_js.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o log/logger.cma log/lwt_log_js.cmo
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -w -42-58 -safe-string -package camlp4.extend,camlp4.quotations -syntax camlp4o -c syntax/pa_js.ml
- File "syntax/pa_js.ml", line 43, characters 7-23:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -shared -linkall -o syntax/pa_js.cmxs syntax/pa_js.cmx
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package deriving.syntax.common,camlp4.quotations.o -syntax camlp4o -c syntax/pa_deriving_Json.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -w -27 -I syntax -safe-string -package deriving.syntax.common,camlp4.quotations.o -syntax camlp4o -c syntax/pa_deriving_Json.ml
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -w -27 -I syntax -safe-string -package deriving.syntax.common,camlp4.quotations.o -syntax camlp4o -c syntax/pa_deriving_Json.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -I syntax -shared -linkall -o syntax/pa_deriving_Json.cmxs syntax/pa_deriving_Json.cmx
- ocamllex deriving_json/deriving_Json_lexer.mll
- 129 states, 789 transitions, table size 3930 bytes
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c deriving_json/deriving_Json_lexer.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -I deriving_json -c deriving_json/deriving_Json_lexer.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -package lwt,uchar -I deriving_json -safe-string -c deriving_json/deriving_Json.mli
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -I deriving_json -c deriving_json/deriving_Json.ml
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o deriving_json.cma deriving_json/deriving_Json_lexer.cmo deriving_json/deriving_Json.cmo
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -safe-string -I deriving_json -c deriving_json/deriving_Json_lexer.ml
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -safe-string -I deriving_json -c deriving_json/deriving_Json.ml
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -a -o deriving_json.cmxa deriving_json/deriving_Json_lexer.cmx deriving_json/deriving_Json.cmx
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -shared -linkall -o deriving_json.cmxs deriving_json.cmxa
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package lwt,graphics -I ./ graphics/graphics_js.mli -o graphics/graphics_js.cmi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -syntax camlp4o -safe-string -package lwt,lwt.syntax,graphics -ppopt syntax/pa_js.cmo -I graphics -c graphics/graphics_js.ml -o graphics/graphics_js.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o graphics/graphics.cma graphics/graphics_js.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package lwt,tyxml.functor,reactiveData,react -I . -I tyxml tyxml/tyxml_cast_sigs.mli -o tyxml/tyxml_cast_sigs.cmi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package lwt,tyxml.functor,reactiveData,react -I . -I tyxml tyxml/tyxml_cast.mli -o tyxml/tyxml_cast.cmi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -syntax camlp4o -safe-string -package lwt,lwt.syntax,tyxml.functor,reactiveData,react -ppopt syntax/pa_js.cmo -I tyxml -c tyxml/tyxml_cast.ml -o tyxml/tyxml_cast.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package lwt,tyxml.functor,reactiveData,react -I . -I tyxml tyxml/tyxml_js.mli -o tyxml/tyxml_js.cmi
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -syntax camlp4o -safe-string -package lwt,lwt.syntax,tyxml.functor,reactiveData,react -ppopt syntax/pa_js.cmo -I tyxml -c tyxml/tyxml_js.ml -o tyxml/tyxml_js.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o tyxml/tyxml_js.cma tyxml/tyxml_cast.cmo tyxml/tyxml_js.cmo
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -package ppx_tools.metaquot -c ppx/ppx_js.mli -o ppx/ppx_js.cmi
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -safe-string -I ppx -package ppx_tools.metaquot -g -c ppx/ppx_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -safe-string -I ppx -package ppx_tools.metaquot -g -c ppx/ppx_js_bin.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -safe-string \
- 	-linkpkg -package ppx_tools.metaquot ppx/ppx_js.cmx ppx/ppx_js_bin.cmx -o ppx/ppx_js.opt
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cp ppx/ppx_js.opt ppx/ppx_js
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string -I ppx -package ppx_tools.metaquot -c ppx/ppx_js.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o ppx/ppx_js.cma ppx/ppx_js.cmo
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -a -o ppx/ppx_js.cmxa ppx/ppx_js.cmx
- cppo ppx/ppx_deriving_json.cppo.ml -o ppx/ppx_deriving_json.ml -V OCAML:`ocamlc -version`
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -w -40-42-48-27 -package ppx_deriving,ppx_tools,ppx_tools.metaquot -c ppx/ppx_deriving_json.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -a -o ppx/ppx_deriving_json.cma ppx/ppx_deriving_json.cmo
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -w -40-42-48-27 -package ppx_deriving,ppx_tools.metaquot -c ppx/ppx_deriving_json.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -a -o ppx/ppx_deriving_json.cmxa ppx/ppx_deriving_json.cmx
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -shared -o ppx/ppx_deriving_json.cmxs ppx/ppx_deriving_json.cmx
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45 -shared -g -o ppx/ppx_js.cmxs ppx/ppx_js.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/lib'
- /usr/bin/make -C ocamlbuild
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/ocamlbuild'
- ocamlbuild -use-ocamlfind -package bytes ocamlbuild_js_of_ocaml.cma ocamlbuild_js_of_ocaml.cmxa ocamlbuild_js_of_ocaml.a ocamlbuild_js_of_ocaml.cmxs
- ocamlfind ocamldep -package ocamlbuild -package str -package bytes -modules ocamlbuild_js_of_ocaml.mli > ocamlbuild_js_of_ocaml.mli.depends
- ocamlfind ocamlc -c -safe-string -package ocamlbuild -package str -package bytes -o ocamlbuild_js_of_ocaml.cmi ocamlbuild_js_of_ocaml.mli
- ocamlfind ocamldep -package ocamlbuild -package str -package bytes -modules ocamlbuild_js_of_ocaml.ml > ocamlbuild_js_of_ocaml.ml.depends
- ocamlfind ocamlc -c -safe-string -package ocamlbuild -package str -package bytes -o ocamlbuild_js_of_ocaml.cmo ocamlbuild_js_of_ocaml.ml
- ocamlfind ocamlc -a -package ocamlbuild -package str -package bytes ocamlbuild_js_of_ocaml.cmo -o ocamlbuild_js_of_ocaml.cma
- ocamlfind ocamlopt -c -safe-string -package ocamlbuild -package str -package bytes -o ocamlbuild_js_of_ocaml.cmx ocamlbuild_js_of_ocaml.ml
- ocamlfind ocamlopt -a -package ocamlbuild -package str -package bytes ocamlbuild_js_of_ocaml.cmx -o ocamlbuild_js_of_ocaml.cmxa
- ocamlfind ocamlopt -shared -linkall -package ocamlbuild -package str -package bytes ocamlbuild_js_of_ocaml.cmxa -o ocamlbuild_js_of_ocaml.cmxs
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/ocamlbuild'
- /usr/bin/make -C runtime
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/runtime'
- echo "//concat mlString.js ieee_754.js int64.js md5.js marshal.js lexing.js parsing.js bigarray.js unix.js stdlib.js io.js fs.js jslib.js jslib_js_of_ocaml.js internalMod.js gc.js polyfill/json2.js bigstring.js" > runtime.js
- for f in mlString.js ieee_754.js int64.js md5.js marshal.js lexing.js parsing.js bigarray.js unix.js stdlib.js io.js fs.js jslib.js jslib_js_of_ocaml.js internalMod.js gc.js polyfill/json2.js bigstring.js ; do \
- 	 echo "//# 1 \"$f\"" >> runtime.js; \
-    cat $f >> runtime.js; \
- done
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/runtime'
- /usr/bin/make -C jsoo_tools
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/jsoo_tools'
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -c -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- -I ../compiler/lib/ jsoo_common.ml -o jsoo_common.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -c -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- -I ../compiler/lib/ jsoo_mktop.ml -o jsoo_mktop.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -linkpkg -linkall -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- ../compiler/lib/compiler.cmxa ../compiler/jsoo_findlib_support.cmxa jsoo_common.cmx jsoo_mktop.cmx -o jsoo_mktop.opt
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cp jsoo_mktop.opt jsoo_mktop
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -c -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- -I ../compiler/lib/ jsoo_mkcmis.ml -o jsoo_mkcmis.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "jsoo_mkcmis.ml", line 52, characters 6-8:
- Warning 26: unused variable js.
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -linkpkg -linkall -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- ../compiler/lib/compiler.cmxa ../compiler/jsoo_findlib_support.cmxa jsoo_common.cmx jsoo_mkcmis.cmx -o jsoo_mkcmis.opt
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cp jsoo_mkcmis.opt jsoo_mkcmis
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -c -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- -I ../compiler/lib/ jsoo_listunits.ml -o jsoo_listunits.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -w +A-4-7-9-37-38-41-44-45-58 -linkpkg -linkall -g -safe-string \
- -package base64 -package compiler-libs.common -package findlib -package yojson \
- ../compiler/lib/compiler.cmxa ../compiler/jsoo_findlib_support.cmxa jsoo_common.cmx jsoo_listunits.cmx -o jsoo_listunits.opt
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cp jsoo_listunits.opt jsoo_listunits
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/jsoo_tools'
- /usr/bin/make -C lib toplevel_lib
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/lib'
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- -I toplevel -I +compiler-libs toplevel/jsooTopPpx.mli -o toplevel/jsooTopPpx.cmi
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- -I toplevel -I +compiler-libs toplevel/jsooTopError.mli -o toplevel/jsooTopError.cmi
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- -I toplevel -I +compiler-libs toplevel/jsooTop.mli -o toplevel/jsooTop.cmi
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -syntax camlp4o \
- 	-safe-string -package lwt,lwt.syntax \
- 	-ppopt syntax/pa_js.cmo \
- 	-I toplevel -I ../compiler/lib -I +compiler-libs \
- 	-c toplevel/jsooTop.ml -o toplevel/jsooTop.cmo
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cppo toplevel/jsooTopError.cppo.ml -o toplevel/jsooTopError.ml -V OCAML:`ocamlc -version`
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- 	-I toplevel -I +compiler-libs -package camlp4 \
- 	-c toplevel/jsooTopError.ml -o toplevel/jsooTopError.cmo
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- 	-I toplevel -I +compiler-libs -package camlp4 \
- 	-c toplevel/jsooTopPpx.ml -o toplevel/jsooTopPpx.cmo
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- -I toplevel -I +compiler-libs toplevel/jsooTopCamlp4.mli -o toplevel/jsooTopCamlp4.cmi
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc     -w +A-4-7-9-37-38-41-44-45 -safe-string \
- 	-I toplevel -I +compiler-libs -package camlp4 \
- 	-c toplevel/jsooTopCamlp4.ml -o toplevel/jsooTopCamlp4.cmo
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4/lib'
-> compiled  js_of_ocaml.2.8.4
Processing 175/177: [js_of_ocaml: make install-lib]
+ /usr/bin/make "install-lib" "BINDIR=/home/opam/.opam/4.04/bin" "WITH_ASYNC=NO" "WITH_PPX_DRIVER=NO" (CWD=/home/opam/.opam/4.04/.opam-switch/build/js_of_ocaml.2.8.4)
- ocamlfind install -patch-version 2.8.4 js_of_ocaml lib/META lib/*.cmi lib/log/*.cmi lib/graphics/*.cmi lib/tyxml/*.cmi lib/ppx/*.cmi lib/toplevel/jsooTop.cmi lib/toplevel/jsooTopError.cmi lib/toplevel/jsooTopPpx.cmi ocamlbuild/_build/ocamlbuild_js_of_ocaml.cmi lib/deriving_json/deriving_Json.cmi lib/deriving_json/deriving_Json_lexer.cmi lib/syntax/pa_deriving_Json.cmi lib/js_of_ocaml.cma lib/syntax/pa_js.cmo lib/dlljs_of_ocaml.so lib/libjs_of_ocaml.a lib/log/logger.cma lib/syntax/pa_js.cmx lib/syntax/pa_js.cmxs lib/graphics/graphics.cma lib/tyxml/tyxml_js.cma lib/ppx/ppx_js.cma lib/ppx/ppx_js.cmx lib/ppx/ppx_js.cmxa lib/ppx/ppx_js.a lib/ppx/ppx_js.cmxs lib/ppx/ppx_deriving_json.a lib/ppx/ppx_deriving_json.cma lib/ppx/ppx_deriving_json.cmxa lib/ppx/ppx_deriving_json.cmxs lib/toplevel/jsooTop.cmo lib/toplevel/jsooTopError.cmo lib/toplevel/jsooTopPpx.cmo lib/toplevel/jsooTopCamlp4.cmo ocamlbuild/_build/ocamlbuild_js_of_ocaml.cma ocamlbuild/_build/ocamlbuild_js_of_ocaml.cmxa ocamlbuild/_build/ocamlbuild_js_of_ocaml.a ocamlbuild/_build/ocamlbuild_js_of_ocaml.cmxs lib/syntax/pa_deriving_Json.cmo lib/syntax/pa_deriving_Json.cmi lib/deriving_json.cma lib/deriving_json.cmxa lib/deriving_json.cmxs lib/deriving_json.a  lib/deriving_json/deriving_Json.cmx lib/deriving_json/deriving_Json_lexer.cmx lib/syntax/pa_deriving_Json.cmx lib/syntax/pa_deriving_Json.cmxs runtime/runtime.js runtime/mlString.js runtime/ieee_754.js runtime/int64.js runtime/md5.js runtime/marshal.js runtime/lexing.js runtime/parsing.js runtime/bigarray.js runtime/unix.js runtime/stdlib.js runtime/io.js runtime/fs.js runtime/jslib.js runtime/jslib_js_of_ocaml.js runtime/internalMod.js runtime/gc.js runtime/polyfill/json2.js runtime/bigstring.js runtime/weak.js runtime/polyfill/classlist.js runtime/polyfill/array.js runtime/polyfill/string.js runtime/polyfill/object.js runtime/toplevel.js runtime/dynlink.js runtime/graphics.js runtime/nat.js runtime/core_kernel.js runtime/bin_prot.js runtime/predefined_exceptions.js lib/*.mli lib/log/*.mli lib/graphics/*.mli lib/tyxml/*.mli lib/ppx/*.mli lib/toplevel/jsooTop.mli lib/toplevel/jsooTopError.mli lib/toplevel/jsooTopPpx.mli ocamlbuild/_build/ocamlbuild_js_of_ocaml.mli lib/deriving_json/deriving_Json.mli lib/deriving_json/deriving_Json_lexer.mli lib/syntax/pa_deriving_Json.mli compiler/compiler.cmi compiler/jsoo_findlib_support.cmi compiler/compiler.cma compiler/jsoo_findlib_support.cma compiler/compiler.cmxs compiler/jsoo_findlib_support.cmxs compiler/compiler.cmxa compiler/compiler.a compiler/compiler.cmx compiler/jsoo_findlib_support.cmxa compiler/jsoo_findlib_support.a compiler/jsoo_findlib_support.cmx lib/ppx/ppx_js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsoo_findlib_support.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/compiler.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json_lexer.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopPpx.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopError.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTop.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_cast_sigs.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_cast.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/graphics_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_log_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/xmlHttpRequest.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/worker.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/webSockets.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/webGL.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/url.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/typed_array.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/sys_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/regexp.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/mutationObserver.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_js_events.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/keycode.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jstable.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsonp.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/json.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/js.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/geolocation.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/form.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/firebug.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/file.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/eventSource.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_svg.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_html.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_events.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/cSS.mli
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/predefined_exceptions.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/bin_prot.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/core_kernel.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/nat.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/graphics.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dynlink.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/toplevel.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/object.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/string.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/array.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/classlist.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/weak.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/bigstring.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/json2.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/gc.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/internalMod.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jslib_js_of_ocaml.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jslib.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/fs.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/io.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/stdlib.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/unix.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/bigarray.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/parsing.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lexing.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/marshal.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/md5.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/int64.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ieee_754.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/mlString.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/runtime.js
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_json.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_json.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_json.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_json.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopCamlp4.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopPpx.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopError.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTop.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_deriving_json.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_deriving_json.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_deriving_json.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_deriving_json.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.cmxa
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_js.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/graphics.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_js.cmxs
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_js.cmx
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/logger.cma
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/libjs_of_ocaml.a
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_js.cmo
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/js_of_ocaml.cma
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/pa_deriving_Json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json_lexer.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/deriving_Json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ocamlbuild_js_of_ocaml.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopPpx.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTopError.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsooTop.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js_bin.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/ppx_deriving_json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_cast_sigs.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/tyxml_cast.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/graphics_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_log_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/xmlHttpRequest.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/worker.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/webSockets.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/webGL.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/url.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/typed_array.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/sys_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/regexp.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/mutationObserver.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_js_events.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lwt_js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/lib_version.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/keycode.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jstable.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/jsonp.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/json.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/js_of_ocaml.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/js.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/geolocation.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/form.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/firebug.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/file.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/eventSource.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_svg.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_html.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom_events.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/dom.cmi
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/cSS.cmi
- Installed /home/opam/.opam/4.04/lib/stublibs/dlljs_of_ocaml.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dlljs_of_ocaml.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/js_of_ocaml/META
-> installed js_of_ocaml.2.8.4
Processing 176/177: [eliom: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.04/.opam-switch/build/eliom.6.0.0)
- ocamlbuild -no-plugin -I src/ocamlbuild -no-links -use-ocamlfind build/build.native 1> /dev/null
- ocaml pkg/build.ml manpage=false native=true native-dynlink=true
- ocamlfind: Package `wikidoc' not found
- File "src/_tags", line 51, characters 50-65:
- Warning: tag "subproject" does not expect a parameter, but is used with parameter "ppx"
- File "src/_tags", line 50, characters 64-86:
- Warning: tag "subproject" does not expect a parameter, but is used with parameter "ocamlbuild"
- File "src/_tags", line 49, characters 60-78:
- Warning: tag "subproject" does not expect a parameter, but is used with parameter "server"
- File "src/_tags", line 48, characters 60-78:
- Warning: tag "subproject" does not expect a parameter, but is used with parameter "client"
- File "src/_tags", line 48, characters 60-78:
- Warning: the tag "subproject(client)" 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.
- File "src/_tags", line 49, characters 60-78:
- Warning: the tag "subproject(server)" 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.
- File "src/_tags", line 50, characters 64-86:
- Warning: the tag "subproject(ocamlbuild)" 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.
- File "src/_tags", line 51, characters 50-65:
- Warning: the tag "subproject(ppx)" 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.
- File "src/_tags", line 58, characters 40-47:
- Warning: the tag "wikidoc" 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 -package ocamlbuild,js_of_ocaml.ocamlbuild -modules src/ocamlbuild/eliombuild.ml > src/ocamlbuild/eliombuild.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package ocamlbuild,js_of_ocaml.ocamlbuild -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/ocamlbuild -o src/ocamlbuild/eliombuild.cmo src/ocamlbuild/eliombuild.ml
- ocamlfind ocamlopt -c -g -keep-locs -package ocamlbuild,js_of_ocaml.ocamlbuild -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/ocamlbuild -o src/ocamlbuild/eliombuild.cmx src/ocamlbuild/eliombuild.ml
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package ocamlbuild,js_of_ocaml.ocamlbuild -I src/ocamlbuild src/ocamlbuild/ocamlbuild_eliom.cmx src/ocamlbuild/eliombuild.cmx -o src/ocamlbuild/eliombuild.native
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_client_ex.ml > src/ppx/ppx_eliom_client_ex.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_client.mli > src/ppx/ppx_eliom_client.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmi src/ppx/ppx_eliom_client.mli
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmi src/ppx/ppx_eliom_client.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client_ex.cmo src/ppx/ppx_eliom_client_ex.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client_ex.cmo src/ppx/ppx_eliom_client_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_client.ml > src/ppx/ppx_eliom_client.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_utils.ml > src/ppx/ppx_eliom_utils.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_utils.mli > src/ppx/ppx_eliom_utils.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmi src/ppx/ppx_eliom_utils.mli
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmi src/ppx/ppx_eliom_utils.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_utils.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_utils.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmx src/ppx/ppx_eliom_client.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmx src/ppx/ppx_eliom_client.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client_ex.cmx src/ppx/ppx_eliom_client_ex.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client_ex.cmx src/ppx/ppx_eliom_client_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_client.cmx src/ppx/ppx_eliom_client_ex.cmx -o src/ppx/ppx_eliom_client_ex.native
- + ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_client.cmx src/ppx/ppx_eliom_client_ex.cmx -o src/ppx/ppx_eliom_client_ex.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_server_ex.ml > src/ppx/ppx_eliom_server_ex.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_server.mli > src/ppx/ppx_eliom_server.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmi src/ppx/ppx_eliom_server.mli
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmi src/ppx/ppx_eliom_server.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server_ex.cmo src/ppx/ppx_eliom_server_ex.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server_ex.cmo src/ppx/ppx_eliom_server_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_server.ml > src/ppx/ppx_eliom_server.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmx src/ppx/ppx_eliom_server.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmx src/ppx/ppx_eliom_server.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server_ex.cmx src/ppx/ppx_eliom_server_ex.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server_ex.cmx src/ppx/ppx_eliom_server_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_server.cmx src/ppx/ppx_eliom_server_ex.cmx -o src/ppx/ppx_eliom_server_ex.native
- + ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_server.cmx src/ppx/ppx_eliom_server_ex.cmx -o src/ppx/ppx_eliom_server_ex.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_types_ex.ml > src/ppx/ppx_eliom_types_ex.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_type.mli > src/ppx/ppx_eliom_type.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmi src/ppx/ppx_eliom_type.mli
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmi src/ppx/ppx_eliom_type.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_types_ex.cmo src/ppx/ppx_eliom_types_ex.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_types_ex.cmo src/ppx/ppx_eliom_types_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom_type.ml > src/ppx/ppx_eliom_type.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmx src/ppx/ppx_eliom_type.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmx src/ppx/ppx_eliom_type.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "src/ppx/ppx_eliom_type.ml", line 42, characters 0-22:
- Warning 60: unused module AM.
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_types_ex.cmx src/ppx/ppx_eliom_types_ex.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_types_ex.cmx src/ppx/ppx_eliom_types_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_type.cmx src/ppx/ppx_eliom_types_ex.cmx -o src/ppx/ppx_eliom_types_ex.native
- + ocamlfind ocamlopt -linkpkg -g -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_type.cmx src/ppx/ppx_eliom_types_ex.cmx -o src/ppx/ppx_eliom_types_ex.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package unix,findlib -modules src/tools/distillery.ml > src/tools/distillery.ml.depends
- ocamlfind ocamldep -package unix,findlib -modules src/tools/utils.ml > src/tools/utils.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/utils.cmo src/tools/utils.ml
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/distillery.cmo src/tools/distillery.ml
- + ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/distillery.cmo src/tools/distillery.ml
- File "src/tools/distillery.ml", line 60, characters 18-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/tools/distillery.ml", line 103, characters 15-28:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/tools/distillery.ml", line 229, characters 19-36:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/utils.cmx src/tools/utils.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/distillery.cmx src/tools/distillery.ml
- + ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/distillery.cmx src/tools/distillery.ml
- File "src/tools/distillery.ml", line 60, characters 18-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/tools/distillery.ml", line 103, characters 15-28:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/tools/distillery.ml", line 229, characters 19-36:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package unix,str,findlib -I src/tools src/tools/utils.cmx src/tools/distillery.cmx -o src/tools/distillery.native
- ocamlfind ocamldep -package unix,findlib -modules src/tools/eliomc.ml > src/tools/eliomc.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomc.cmo src/tools/eliomc.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomc.cmx src/tools/eliomc.ml
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package unix,str,findlib -I src/tools src/tools/utils.cmx src/tools/eliomc.cmx -o src/tools/eliomc.native
- ln -f src/tools/eliomc.native src/tools/eliomcp.native
- ocamlfind ocamldep -package unix,findlib -modules src/tools/eliomdep.ml > src/tools/eliomdep.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomdep.cmo src/tools/eliomdep.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomdep.cmx src/tools/eliomdep.ml
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package unix,str,findlib -I src/tools src/tools/utils.cmx src/tools/eliomdep.cmx -o src/tools/eliomdep.native
- ocamlfind ocamldep -package unix,findlib -modules src/tools/eliomdoc.ml > src/tools/eliomdoc.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomdoc.cmo src/tools/eliomdoc.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliomdoc.cmx src/tools/eliomdoc.ml
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package unix,str,findlib -I src/tools src/tools/utils.cmx src/tools/eliomdoc.cmx -o src/tools/eliomdoc.native
- ln -f src/tools/eliomc.native src/tools/eliomopt.native
- ocamlfind ocamldep -package unix,findlib -modules src/tools/eliompp.ml > src/tools/eliompp.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/tools/eliompp_lexer.mll
- ocamlfind ocamldep -package unix,findlib -modules src/tools/eliompp_lexer.ml > src/tools/eliompp_lexer.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliompp_lexer.cmo src/tools/eliompp_lexer.ml
- ocamlfind ocamlc -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliompp.cmo src/tools/eliompp.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliompp_lexer.cmx src/tools/eliompp_lexer.ml
- ocamlfind ocamlopt -c -g -keep-locs -package unix,findlib -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/tools -o src/tools/eliompp.cmx src/tools/eliompp.ml
- ocamlfind ocamlopt -linkpkg -g -keep-locs -package unix,str,findlib -I src/tools src/tools/eliompp_lexer.cmx src/tools/eliompp.cmx -o src/tools/eliompp.native
- ln -f src/tools/eliomc.native src/tools/js_of_eliom.native
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_bus.mli > src/lib/client/eliom_bus.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_bus.cmi src/lib/client/eliom_bus.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_bus.ml > src/lib/client/eliom_bus.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_client.mli > src/lib/client/eliom_client.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_lib.mli > src/lib/client/eliom_lib.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_lib_base.mli > src/lib/client/eliom_lib_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lib_base.cmi src/lib/client/eliom_lib_base.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_parameter.mli > src/lib/client/eliom_parameter.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_parameter_sigs.mli > src/lib/client/eliom_parameter_sigs.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_common.ml > src/lib/client/eliom_common.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_common_base.ml > src/lib/client/eliom_common_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lib.cmi src/lib/client/eliom_lib.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_runtime.mli > src/lib/client/eliom_runtime.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_lazy.mli > src/lib/client/eliom_lazy.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_wrap.mli > src/lib/client/eliom_wrap.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lazy.cmi src/lib/client/eliom_lazy.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_wrap.cmi src/lib/client/eliom_wrap.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_runtime.cmi src/lib/client/eliom_runtime.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_types.ml > src/lib/client/eliom_types.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_types_base.mli > src/lib/client/eliom_types_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_types_base.cmi src/lib/client/eliom_types_base.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_unwrap.mli > src/lib/client/eliom_unwrap.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_common_base.cmo src/lib/client/eliom_common_base.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_types.cmo src/lib/client/eliom_types.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_unwrap.cmi src/lib/client/eliom_unwrap.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliommod_parameters.ml > src/lib/client/eliommod_parameters.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_common.cmo src/lib/client/eliom_common.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliommod_parameters.cmo src/lib/client/eliommod_parameters.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_parameter_sigs.cmi src/lib/client/eliom_parameter_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_service.mli > src/lib/client/eliom_service.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_client_value.mli > src/lib/client/eliom_client_value.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_service_sigs.mli > src/lib/client/eliom_service_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client_value.cmi src/lib/client/eliom_client_value.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_parameter.cmi src/lib/client/eliom_parameter.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_service_sigs.cmi src/lib/client/eliom_service_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliommod_dom.mli > src/lib/client/eliommod_dom.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_service.cmi src/lib/client/eliom_service.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliommod_dom.cmi src/lib/client/eliommod_dom.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_client_core.ml > src/lib/client/eliom_client_core.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_config.mli > src/lib/client/eliom_config.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_content_core.mli > src/lib/client/eliom_content_core.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_process.ml > src/lib/client/eliom_process.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliommod_cookies.ml > src/lib/client/eliommod_cookies.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_cookies_base.ml > src/lib/client/eliom_cookies_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_cookies_base.cmo src/lib/client/eliom_cookies_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_cookies_base.cmo src/lib/client/eliom_cookies_base.ml
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliommod_cookies.cmo src/lib/client/eliommod_cookies.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_request_info.ml > src/lib/client/eliom_request_info.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_process.cmo src/lib/client/eliom_process.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_config.cmi src/lib/client/eliom_config.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_content_core.cmi src/lib/client/eliom_content_core.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_request_info.cmo src/lib/client/eliom_request_info.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_comet.mli > src/lib/client/eliom_comet.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_comet_base.mli > src/lib/client/eliom_comet_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_comet_base.cmi src/lib/client/eliom_comet_base.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_registration.mli > src/lib/client/eliom_registration.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_content.mli > src/lib/client/eliom_content.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_content_sigs.mli > src/lib/client/eliom_content_sigs.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_form_sigs.mli > src/lib/client/eliom_form_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_form_sigs.cmi src/lib/client/eliom_form_sigs.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_content_sigs.cmi src/lib/client/eliom_content_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_registration_sigs.mli > src/lib/client/eliom_registration_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_content.cmi src/lib/client/eliom_content.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_registration_sigs.cmi src/lib/client/eliom_registration_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_request.mli > src/lib/client/eliom_request.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client.cmi src/lib/client/eliom_client.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client_core.cmo src/lib/client/eliom_client_core.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client_core.cmo src/lib/client/eliom_client_core.ml
- File "src/lib/eliom_client_core.client.ml", line 762, characters 12-28:
- Warning 3: deprecated: Eliom_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_comet.cmi src/lib/client/eliom_comet.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_registration.cmi src/lib/client/eliom_registration.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_request.cmi src/lib/client/eliom_request.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_client_value.ml > src/lib/client/eliom_client_value.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_client.ml > src/lib/client/eliom_client.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_route.ml > src/lib/client/eliom_route.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_route_base.ml > src/lib/client/eliom_route_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_route_base.cmo src/lib/client/eliom_route_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_uri.mli > src/lib/client/eliom_uri.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_route.cmo src/lib/client/eliom_route.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_uri.cmi src/lib/client/eliom_uri.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_comet.ml > src/lib/client/eliom_comet.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_config.ml > src/lib/client/eliom_config.ml.depends
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_content.ml > src/lib/type_dir/eliom_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_client_value.mli > src/lib/server/eliom_client_value.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_lib.mli > src/lib/server/eliom_lib.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_lib_base.mli > src/lib/server/eliom_lib_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib_base.cmi src/lib/server/eliom_lib_base.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_runtime.mli > src/lib/server/eliom_runtime.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_lazy.mli > src/lib/server/eliom_lazy.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib.cmi src/lib/server/eliom_lib.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_wrap.mli > src/lib/server/eliom_wrap.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lazy.cmi src/lib/server/eliom_lazy.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_wrap.cmi src/lib/server/eliom_wrap.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_runtime.cmi src/lib/server/eliom_runtime.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_content_.ml > src/lib/server/eliom_content_.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_content_core.mli > src/lib/server/eliom_content_core.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client_value.cmi src/lib/server/eliom_client_value.mli
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_form.ml > src/lib/type_dir/eliom_form.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_common.mli > src/lib/server/eliom_common.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_common_base.ml > src/lib/server/eliom_common_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common_base.cmo src/lib/server/eliom_common_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_config.mli > src/lib/server/eliom_config.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common.cmi src/lib/server/eliom_common.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_core.cmi src/lib/server/eliom_content_core.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_parameter.mli > src/lib/server/eliom_parameter.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_parameter_sigs.mli > src/lib/server/eliom_parameter_sigs.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_parameters.ml > src/lib/server/eliommod_parameters.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_parameters.cmo src/lib/server/eliommod_parameters.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter_sigs.cmi src/lib/server/eliom_parameter_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_parameter_base.ml > src/lib/server/eliom_parameter_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_request_info.mli > src/lib/server/eliom_request_info.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_request_info.cmi src/lib/server/eliom_request_info.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_service.mli > src/lib/server/eliom_service.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter.cmi src/lib/server/eliom_parameter.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_service_sigs.mli > src/lib/server/eliom_service_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_service_sigs.cmi src/lib/server/eliom_service_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_syntax.mli > src/lib/server/eliom_syntax.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_uri.mli > src/lib/server/eliom_uri.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_service.cmi src/lib/server/eliom_service.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_config.cmi src/lib/server/eliom_config.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter_base.cmo src/lib/server/eliom_parameter_base.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_syntax.cmi src/lib/server/eliom_syntax.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_uri.cmi src/lib/server/eliom_uri.mli
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_form.ml > src/lib/type_dir/eliom_form.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_form.inferred.mli > src/lib/type_dir/eliom_form.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -modules src/lib/server/eliom_form.mli > src/lib/server/eliom_form.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_form_sigs.mli > src/lib/server/eliom_form_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_form_sigs.cmi src/lib/server/eliom_form_sigs.mli
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_shared_content.ml > src/lib/type_dir/eliom_shared_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_shared.mli > src/lib/server/eliom_shared.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_shared_sigs.mli > src/lib/server/eliom_shared_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_shared_sigs.cmi src/lib/server/eliom_shared_sigs.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_shared.cmi src/lib/server/eliom_shared.mli
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_shared_content.ml > src/lib/type_dir/eliom_shared_content.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_shared_content.inferred.mli > src/lib/type_dir/eliom_shared_content.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -modules src/lib/server/eliom_shared_content.mli > src/lib/server/eliom_shared_content.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_form.cmi src/lib/server/eliom_form.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared_content.cmi src/lib/server/eliom_shared_content.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_.cmo src/lib/server/eliom_content_.ml
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_content.ml > src/lib/type_dir/eliom_content.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_content.inferred.mli > src/lib/type_dir/eliom_content.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_content.inferred_gen.mli' -modules src/lib/client/eliom_content.ml > src/lib/client/eliom_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_content_.ml > src/lib/client/eliom_content_.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -modules src/lib/client/eliom_form.mli > src/lib/client/eliom_form.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_form.cmi src/lib/client/eliom_form.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_content_.cmo src/lib/client/eliom_content_.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_content_core.ml > src/lib/client/eliom_content_core.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_lazy.ml > src/lib/client/eliom_lazy.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_lib.ml > src/lib/client/eliom_lib.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_parameter.ml > src/lib/client/eliom_parameter.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_parameter_base.ml > src/lib/client/eliom_parameter_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_parameter_base.cmo src/lib/client/eliom_parameter_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_react.mli > src/lib/client/eliom_react.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_react.cmi src/lib/client/eliom_react.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_react.ml > src/lib/client/eliom_react.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_shared.mli > src/lib/client/eliom_shared.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -modules src/lib/client/eliom_shared_sigs.mli > src/lib/client/eliom_shared_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_shared_sigs.cmi src/lib/client/eliom_shared_sigs.mli
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_shared.cmi src/lib/client/eliom_shared.mli
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_shared.ml > src/lib/type_dir/eliom_shared.ml.depends
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_shared.ml > src/lib/type_dir/eliom_shared.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_shared.inferred.mli > src/lib/type_dir/eliom_shared.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -modules src/lib/client/eliom_shared.ml > src/lib/client/eliom_shared.ml.depends
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_cscache.ml > src/lib/type_dir/eliom_cscache.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_content.mli > src/lib/server/eliom_content.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_content_sigs.mli > src/lib/server/eliom_content_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_sigs.cmi src/lib/server/eliom_content_sigs.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_reference.mli > src/lib/server/eliom_reference.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_state.mli > src/lib/server/eliom_state.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_state.cmi src/lib/server/eliom_state.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content.cmi src/lib/server/eliom_content.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_reference.cmi src/lib/server/eliom_reference.mli
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_cscache.ml > src/lib/type_dir/eliom_cscache.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_cscache.inferred.mli > src/lib/type_dir/eliom_cscache.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -modules src/lib/client/eliom_cscache.mli > src/lib/client/eliom_cscache.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_cscache.cmi src/lib/client/eliom_cscache.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -modules src/lib/client/eliom_cscache.ml > src/lib/client/eliom_cscache.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_registration.ml > src/lib/client/eliom_registration.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_service.ml > src/lib/client/eliom_service.ml.depends
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_service_base.ml > src/lib/type_dir/eliom_service_base.ml.depends
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_service_base.ml > src/lib/type_dir/eliom_service_base.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_service_base.inferred.mli > src/lib/type_dir/eliom_service_base.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -modules src/lib/client/eliom_service_base.ml > src/lib/client/eliom_service_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_service_base.cmo src/lib/client/eliom_service_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_service_base.cmo src/lib/client/eliom_service_base.ml
- File "src/lib/eliom_service_base.eliom", line 324, characters 39-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 324, characters 39-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 324, characters 58-67:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 324, characters 39-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 324, characters 39-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 324, characters 58-67:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 380, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 380, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 380, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 380, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 390, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 390, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 390, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 390, characters 49-50:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_service_base.eliom", line 320, characters 9-10:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 431, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 437, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_tools.ml > src/lib/type_dir/eliom_tools.ml.depends
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_tools.ml > src/lib/type_dir/eliom_tools.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_tools.inferred.mli > src/lib/type_dir/eliom_tools.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -modules src/lib/client/eliom_tools.mli > src/lib/client/eliom_tools.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_tools.cmi src/lib/client/eliom_tools.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -modules src/lib/client/eliom_tools.ml > src/lib/client/eliom_tools.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_unwrap.ml > src/lib/client/eliom_unwrap.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_uri.ml > src/lib/client/eliom_uri.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_comet_base.ml > src/lib/client/eliom_comet_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_runtime.ml > src/lib/client/eliom_runtime.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -modules src/lib/client/eliom_form.ml > src/lib/client/eliom_form.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_lib_base.ml > src/lib/client/eliom_lib_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_request.ml > src/lib/client/eliom_request.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -modules src/lib/client/eliom_shared_content.mli > src/lib/client/eliom_shared_content.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_shared_content.cmi src/lib/client/eliom_shared_content.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -modules src/lib/client/eliom_shared_content.ml > src/lib/client/eliom_shared_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliom_types_base.ml > src/lib/client/eliom_types_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -modules src/lib/client/eliommod_dom.ml > src/lib/client/eliommod_dom.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_bus.cmo src/lib/client/eliom_bus.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client_value.cmo src/lib/client/eliom_client_value.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_client.cmo src/lib/client/eliom_client.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_comet.cmo src/lib/client/eliom_comet.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_config.cmo src/lib/client/eliom_config.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_content.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_content.cmo src/lib/client/eliom_content.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_content_core.cmo src/lib/client/eliom_content_core.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lazy.cmo src/lib/client/eliom_lazy.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lib.cmo src/lib/client/eliom_lib.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_parameter.cmo src/lib/client/eliom_parameter.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_react.cmo src/lib/client/eliom_react.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_react.cmo src/lib/client/eliom_react.ml
- File "src/lib/eliom_react.client.ml", line 50, characters 17-35:
- Warning 3: deprecated: Lwt_stream.map_exn
-  Use Lwt_stream.wrap_exn
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_shared.cmo src/lib/client/eliom_shared.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_shared.cmo src/lib/client/eliom_shared.ml
- File "src/lib/eliom_shared.eliom", line 349, characters 52-53:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 376, characters 40-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 376, characters 40-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 379, characters 27-29:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 379, characters 27-29:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 357, characters 42-43:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 360, characters 21-22:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 365, characters 56-57:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 367, characters 36-37:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 386, characters 41-43:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 386, characters 46-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 386, characters 46-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 386, characters 50-51:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 396, characters 57-59:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 396, characters 57-59:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 397, characters 30-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 397, characters 30-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 397, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 397, characters 66-67:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 403, characters 30-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 403, characters 30-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 403, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 403, characters 66-67:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 43-45:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 52-55:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 409, characters 58-59:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 414, characters 35-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 36-38:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 45-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 421, characters 50-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 36-38:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 45-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 50-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 428, characters 55-57:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 36-38:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 41-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 45-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 50-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 55-57:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 436, characters 60-62:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 28-30:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 37-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 42-44:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 47-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 52-54:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 446, characters 57-59:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 28-30:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 33-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 37-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 42-44:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 47-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 52-54:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 57-59:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 458, characters 62-64:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 470, characters 40-42:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 470, characters 45-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 490, characters 26-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 490, characters 46-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 490, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 490, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 490, characters 55-56:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 26-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 46-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 55-57:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 504, characters 60-62:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 525, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 526, characters 26-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 24-26:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 29-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 527, characters 34-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 548, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 548, characters 55-68:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 24-26:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 29-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 34-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 549, characters 39-41:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 572, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 572, characters 55-68:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 24-26:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 29-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 34-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 39-41:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 573, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 597, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 597, characters 55-68:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 20-21:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 24-26:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 29-31:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 34-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 39-41:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 44-46:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 598, characters 49-51:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 26-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 46-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 51-52:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 55-58:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 616, characters 61-62:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 643, characters 25-27:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 643, characters 25-27:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 645, characters 25-27:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 645, characters 25-27:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 629, characters 53-54:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 632, characters 21-22:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 634, characters 71-72:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 637, characters 47-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 653, characters 40-41:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 653, characters 44-45:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 661, characters 61-62:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 666, characters 63-64:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 674, characters 46-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 674, characters 46-48:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 674, characters 64-65:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 682, characters 53-54:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 682, characters 53-54:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 682, characters 71-72:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 689, characters 56-58:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 689, characters 56-58:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 689, characters 74-75:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 702, characters 59-60:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 703, characters 32-33:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 720, characters 26-39:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 720, characters 42-43:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 720, characters 42-43:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared.eliom", line 720, characters 46-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_cscache.cmo src/lib/client/eliom_cscache.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_cscache.cmo src/lib/client/eliom_cscache.ml
- File "src/lib/eliom_cscache.eliom", line 34, characters 31-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 34, characters 31-36:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 34, characters 39-41:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 34, characters 44-45:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 41, characters 35-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 41, characters 35-40:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 41, characters 43-45:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_cscache.eliom", line 41, characters 48-49:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_registration.cmo src/lib/client/eliom_registration.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_service.cmo src/lib/client/eliom_service.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_tools.cmo src/lib/client/eliom_tools.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_unwrap.cmo src/lib/client/eliom_unwrap.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_uri.cmo src/lib/client/eliom_uri.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_comet_base.cmo src/lib/client/eliom_comet_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_comet_base.cmo src/lib/client/eliom_comet_base.ml
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_runtime.cmo src/lib/client/eliom_runtime.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_runtime.cmo src/lib/client/eliom_runtime.ml
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_form.cmo src/lib/client/eliom_form.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_form.cmo src/lib/client/eliom_form.ml
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 150, characters 16-25:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 144, characters 25-32:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 150, characters 16-25:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 38-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 38-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 600, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 620, characters 27-34:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 640, characters 38-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 28-35:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_form.eliom", line 661, characters 38-47:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_lib_base.cmo src/lib/client/eliom_lib_base.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_request.cmo src/lib/client/eliom_request.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_shared_content.cmo src/lib/client/eliom_shared_content.ml
- + ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_shared_content.cmo src/lib/client/eliom_shared_content.ml
- File "src/lib/eliom_shared_content.eliom", line 303, characters 12-13:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared_content.eliom", line 408, characters 12-13:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared_content.eliom", line 431, characters 67-68:
- Warning 22: The type of this injected value contains a type variable that could be wrongly inferred.
- File "src/lib/eliom_shared_content.eliom", line 24, characters 0-64:
- Warning 60: unused module Xml.
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliom_types_base.cmo src/lib/client/eliom_types_base.ml
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/client -o src/lib/client/eliommod_dom.cmo src/lib/client/eliommod_dom.ml
- ocamlfind ocamlc -a -keep-locs -I src/lib/client src/lib/client/eliom_lazy.cmo src/lib/client/eliom_config.cmo src/lib/client/eliom_lib_base.cmo src/lib/client/eliom_lib.cmo src/lib/client/eliom_runtime.cmo src/lib/client/eliom_client_value.cmo src/lib/client/eliom_common_base.cmo src/lib/client/eliom_types_base.cmo src/lib/client/eliom_types.cmo src/lib/client/eliom_unwrap.cmo src/lib/client/eliom_common.cmo src/lib/client/eliom_content_core.cmo src/lib/client/eliom_cookies_base.cmo src/lib/client/eliommod_cookies.cmo src/lib/client/eliom_process.cmo src/lib/client/eliom_request_info.cmo src/lib/client/eliommod_parameters.cmo src/lib/client/eliom_parameter_base.cmo src/lib/client/eliom_parameter.cmo src/lib/client/eliom_request.cmo src/lib/client/eliommod_dom.cmo src/lib/client/eliom_client_core.cmo src/lib/client/eliom_route_base.cmo src/lib/client/eliom_route.cmo src/lib/client/eliom_service_base.cmo src/lib/client/eliom_service.cmo src/lib/client/eliom_uri.cmo src/lib/client/eliom_client.cmo src/lib/client/eliom_comet_base.cmo src/lib/client/eliom_comet.cmo src/lib/client/eliom_form.cmo src/lib/client/eliom_content_.cmo src/lib/client/eliom_content.cmo src/lib/client/eliom_registration.cmo src/lib/client/eliom_bus.cmo src/lib/client/eliom_react.cmo src/lib/client/eliom_shared.cmo src/lib/client/eliom_cscache.cmo src/lib/client/eliom_tools.cmo src/lib/client/eliom_shared_content.cmo -o src/lib/client/client.cma
- ocamlfind ocamldep -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/type_dir/eliom_client_main.ml > src/lib/type_dir/eliom_client_main.ml.depends
- ocamlfind ocamlc -I src/lib -I src/lib/server -I src/lib/type_dir -i -thread -ppx src/ppx/ppx_eliom_types_ex.native -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 src/lib/type_dir/eliom_client_main.ml > src/lib/type_dir/eliom_client_main.inferred.mli
- sed -e 's/_\[\([<>]\)/[\1/g' -e 's/'\''\(_[a-z0-9_]*\)/'\''eliom_inferred_type_\1/g' src/lib/type_dir/eliom_client_main.inferred.mli > src/lib/type_dir/eliom_client_main.inferred_gen.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_client_main.inferred_gen.mli' -modules src/lib/client/eliom_client_main.ml > src/lib/client/eliom_client_main.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml,reactiveData -package lwt.react,tyxml.functor,js_of_ocaml.tyxml -package deriving.runtime,js_of_ocaml.deriving -package ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx,lwt.ppx,js_of_ocaml.log -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_client_ex.native -type src/lib/type_dir/eliom_client_main.inferred_gen.mli' -I src/lib -I src/lib/client -o src/lib/client/eliom_client_main.cmo src/lib/client/eliom_client_main.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_bus.mli > src/lib/server/eliom_bus.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_comet.mli > src/lib/server/eliom_comet.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_comet_base.mli > src/lib/server/eliom_comet_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet_base.cmi src/lib/server/eliom_comet_base.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet.cmi src/lib/server/eliom_comet.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_bus.cmi src/lib/server/eliom_bus.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_bus.ml > src/lib/server/eliom_bus.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_comet.ml > src/lib/server/eliom_comet.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_comet_base.ml > src/lib/server/eliom_comet_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_parameter.ml > src/lib/server/eliom_parameter.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_common.ml > src/lib/server/eliom_common.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_client_value.ml > src/lib/server/eliom_client_value.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_runtime.ml > src/lib/server/eliom_runtime.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_lazy.ml > src/lib/server/eliom_lazy.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_wrap.ml > src/lib/server/eliom_wrap.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_wrap.cmx src/lib/server/eliom_wrap.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_lib.ml > src/lib/server/eliom_lib.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_lib_base.ml > src/lib/server/eliom_lib_base.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib_base.cmx src/lib/server/eliom_lib_base.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lazy.cmx src/lib/server/eliom_lazy.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib.cmx src/lib/server/eliom_lib.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_runtime.cmx src/lib/server/eliom_runtime.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_runtime.cmx src/lib/server/eliom_runtime.ml
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client_value.cmx src/lib/server/eliom_client_value.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common_base.cmx src/lib/server/eliom_common_base.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common.cmx src/lib/server/eliom_common.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common.cmx src/lib/server/eliom_common.ml
- File "src/lib/eliom_common.server.ml", line 913, characters 0-163:
- Warning 39: unused rec flag.
- File "src/lib/eliom_common.server.ml", line 913, characters 0-163:
- Warning 39: unused rec flag.
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_request_info.ml > src/lib/server/eliom_request_info.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_request_info.cmx src/lib/server/eliom_request_info.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_parameters.cmx src/lib/server/eliommod_parameters.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter_base.cmx src/lib/server/eliom_parameter_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_service.ml > src/lib/server/eliom_service.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter.cmx src/lib/server/eliom_parameter.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_route.ml > src/lib/server/eliom_route.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_route.mli > src/lib/server/eliom_route.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_route.cmi src/lib/server/eliom_route.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_route_base.ml > src/lib/server/eliom_route_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_route_base.cmo src/lib/server/eliom_route_base.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_route_base.cmx src/lib/server/eliom_route_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -modules src/lib/server/eliom_service_base.ml > src/lib/server/eliom_service_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_service_base.cmo src/lib/server/eliom_service_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_service_base.cmo src/lib/server/eliom_service_base.ml
- File "src/lib/eliom_service_base.eliom", line 320, characters 9-10:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 431, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 437, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_content_core.ml > src/lib/server/eliom_content_core.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_syntax.ml > src/lib/server/eliom_syntax.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_reference.ml > src/lib/server/eliom_reference.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_state.ml > src/lib/server/eliom_state.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_datasess.ml > src/lib/server/eliommod_datasess.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_datasess.mli > src/lib/server/eliommod_datasess.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_datasess.cmi src/lib/server/eliommod_datasess.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_cookies.ml > src/lib/server/eliommod_cookies.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_cookies.mli > src/lib/server/eliommod_cookies.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cookies.cmi src/lib/server/eliommod_cookies.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_cookies_base.ml > src/lib/server/eliom_cookies_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookies_base.cmo src/lib/server/eliom_cookies_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookies_base.cmo src/lib/server/eliom_cookies_base.ml
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_sessiongroups.ml > src/lib/server/eliommod_sessiongroups.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_sessiongroups.mli > src/lib/server/eliommod_sessiongroups.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessiongroups.cmi src/lib/server/eliommod_sessiongroups.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookies_base.cmx src/lib/server/eliom_cookies_base.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookies_base.cmx src/lib/server/eliom_cookies_base.ml
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 3, characters 0-148:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- File "src/lib/eliom_cookies_base.shared.ml", line 8, characters 0-94:
- Warning 39: unused rec flag.
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessiongroups.cmx src/lib/server/eliommod_sessiongroups.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessiongroups.cmx src/lib/server/eliommod_sessiongroups.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cookies.cmx src/lib/server/eliommod_cookies.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cookies.cmx src/lib/server/eliommod_cookies.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_persess.ml > src/lib/server/eliommod_persess.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_persess.mli > src/lib/server/eliommod_persess.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_persess.cmi src/lib/server/eliommod_persess.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_sersess.ml > src/lib/server/eliommod_sersess.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_sersess.mli > src/lib/server/eliommod_sersess.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sersess.cmi src/lib/server/eliommod_sersess.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_sessadmin.ml > src/lib/server/eliommod_sessadmin.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_sessadmin.mli > src/lib/server/eliommod_sessadmin.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessadmin.cmi src/lib/server/eliommod_sessadmin.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_persess.cmx src/lib/server/eliommod_persess.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_persess.cmx src/lib/server/eliommod_persess.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_sessexpl.ml > src/lib/server/eliommod_sessexpl.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_sessexpl.mli > src/lib/server/eliommod_sessexpl.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessexpl.cmi src/lib/server/eliommod_sessexpl.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_datasess.cmx src/lib/server/eliommod_datasess.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_timeouts.ml > src/lib/server/eliommod_timeouts.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_timeouts.mli > src/lib/server/eliommod_timeouts.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_timeouts.cmi src/lib/server/eliommod_timeouts.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessadmin.cmx src/lib/server/eliommod_sessadmin.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessadmin.cmx src/lib/server/eliommod_sessadmin.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sersess.cmx src/lib/server/eliommod_sersess.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessexpl.cmx src/lib/server/eliommod_sessexpl.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessexpl.cmx src/lib/server/eliommod_sessexpl.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_timeouts.cmx src/lib/server/eliommod_timeouts.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_state.cmx src/lib/server/eliom_state.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_state.cmx src/lib/server/eliom_state.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_reference.cmx src/lib/server/eliom_reference.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_reference.cmx src/lib/server/eliom_reference.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_core.cmx src/lib/server/eliom_content_core.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_syntax.cmx src/lib/server/eliom_syntax.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_route.cmx src/lib/server/eliom_route.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_service_base.cmx src/lib/server/eliom_service_base.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_service_base.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_service_base.cmx src/lib/server/eliom_service_base.ml
- File "src/lib/eliom_service_base.eliom", line 320, characters 9-10:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 431, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "src/lib/eliom_service_base.eliom", line 437, characters 4-5:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_service.cmx src/lib/server/eliom_service.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_registration.ml > src/lib/server/eliom_registration.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_registration.mli > src/lib/server/eliom_registration.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_registration_sigs.mli > src/lib/server/eliom_registration_sigs.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_registration_sigs.cmi src/lib/server/eliom_registration_sigs.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_registration.cmi src/lib/server/eliom_registration.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_config.ml > src/lib/server/eliom_config.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod.ml > src/lib/server/eliommod.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_extension.mli > src/lib/server/eliom_extension.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_gc.mli > src/lib/server/eliommod_gc.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_pagegen.mli > src/lib/server/eliommod_pagegen.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_extension.cmi src/lib/server/eliom_extension.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_gc.cmi src/lib/server/eliommod_gc.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_pagegen.cmi src/lib/server/eliommod_pagegen.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod.cmo src/lib/server/eliommod.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod.cmo src/lib/server/eliommod.ml
- File "src/lib/server/eliommod.ml", line 765, characters 28-44:
- Warning 3: deprecated: Eliom_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/lib/server/eliommod.ml", line 767, characters 28-44:
- Warning 3: deprecated: Eliom_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_extension.ml > src/lib/server/eliom_extension.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_gc.ml > src/lib/server/eliommod_gc.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_pagegen.ml > src/lib/server/eliommod_pagegen.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_error_pages.ml > src/lib/server/eliom_error_pages.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_error_pages.cmo src/lib/server/eliom_error_pages.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_extension.cmx src/lib/server/eliom_extension.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_error_pages.cmx src/lib/server/eliom_error_pages.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_gc.cmx src/lib/server/eliommod_gc.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_gc.cmx src/lib/server/eliommod_gc.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_pagegen.cmx src/lib/server/eliommod_pagegen.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_pagegen.cmx src/lib/server/eliommod_pagegen.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Ocsipersist, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod.cmx src/lib/server/eliommod.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod.cmx src/lib/server/eliommod.ml
- File "src/lib/server/eliommod.ml", line 765, characters 28-44:
- Warning 3: deprecated: Eliom_lib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/lib/server/eliommod.ml", line 767, characters 28-44:
- Warning 3: deprecated: Eliom_lib.String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_content.inferred_gen.mli' -modules src/lib/server/eliom_content.ml > src/lib/server/eliom_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -modules src/lib/server/eliom_form.ml > src/lib/server/eliom_form.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_config.cmx src/lib/server/eliom_config.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_uri.ml > src/lib/server/eliom_uri.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_uri.cmx src/lib/server/eliom_uri.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -modules src/lib/server/eliom_shared_content.ml > src/lib/server/eliom_shared_content.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -modules src/lib/server/eliom_shared.ml > src/lib/server/eliom_shared.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared.cmx src/lib/server/eliom_shared.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared.cmx src/lib/server/eliom_shared.ml
- File "src/lib/eliom_shared.eliom", line 317, characters 4-85:
- Warning 60: unused module Lwt.
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_form.cmx src/lib/server/eliom_form.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared_content.cmx src/lib/server/eliom_shared_content.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_.cmx src/lib/server/eliom_content_.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_mkreg.ml > src/lib/server/eliom_mkreg.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_mkreg.mli > src/lib/server/eliom_mkreg.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_mkreg.cmi src/lib/server/eliom_mkreg.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_types.ml > src/lib/server/eliom_types.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_types.mli > src/lib/server/eliom_types.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types.cmi src/lib/server/eliom_types.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_types_base.ml > src/lib/server/eliom_types_base.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_types_base.mli > src/lib/server/eliom_types_base.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types_base.cmi src/lib/server/eliom_types_base.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types_base.cmx src/lib/server/eliom_types_base.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliommod_cli.ml > src/lib/server/eliommod_cli.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliommod_cli.mli > src/lib/server/eliommod_cli.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cli.cmi src/lib/server/eliommod_cli.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types.cmx src/lib/server/eliom_types.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_content.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_content.cmx src/lib/server/eliom_content.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_mkreg.cmx src/lib/server/eliom_mkreg.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cli.cmx src/lib/server/eliommod_cli.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet_base.cmx src/lib/server/eliom_comet_base.ml
- + ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet_base.cmx src/lib/server/eliom_comet_base.ml
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_registration.cmx src/lib/server/eliom_registration.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet.cmx src/lib/server/eliom_comet.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_bus.cmx src/lib/server/eliom_bus.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_client.mli > src/lib/server/eliom_client.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client.cmi src/lib/server/eliom_client.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_client.ml > src/lib/server/eliom_client.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_client_base.ml > src/lib/server/eliom_client_base.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client_base.cmo src/lib/server/eliom_client_base.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client_base.cmx src/lib/server/eliom_client_base.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client.cmx src/lib/server/eliom_client.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_cookie.mli > src/lib/server/eliom_cookie.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookie.cmi src/lib/server/eliom_cookie.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_cookie.ml > src/lib/server/eliom_cookie.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookie.cmx src/lib/server/eliom_cookie.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -modules src/lib/server/eliom_cscache.mli > src/lib/server/eliom_cscache.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_cscache.cmi src/lib/server/eliom_cscache.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -modules src/lib/server/eliom_cscache.ml > src/lib/server/eliom_cscache.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_cscache.cmx src/lib/server/eliom_cscache.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_notif.mli > src/lib/server/eliom_notif.mli.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -modules src/lib/server/eliom_react.mli > src/lib/server/eliom_react.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_react.cmi src/lib/server/eliom_react.mli
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_notif.cmi src/lib/server/eliom_notif.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_notif.ml > src/lib/server/eliom_notif.ml.depends
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_react.ml > src/lib/server/eliom_react.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_react.cmx src/lib/server/eliom_react.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_notif.cmx src/lib/server/eliom_notif.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -modules src/lib/server/eliom_process.ml > src/lib/server/eliom_process.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_process.cmo src/lib/server/eliom_process.ml
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_process.cmx src/lib/server/eliom_process.ml
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -modules src/lib/server/eliom_tools.mli > src/lib/server/eliom_tools.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_tools.cmi src/lib/server/eliom_tools.mli
- ocamlfind ocamldep -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -modules src/lib/server/eliom_tools.ml > src/lib/server/eliom_tools.ml.depends
- ocamlfind ocamlopt -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_tools.cmx src/lib/server/eliom_tools.ml
- ocamlfind ocamldep -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -modules src/lib/server/monitor/eliom_monitor.ml > src/lib/server/monitor/eliom_monitor.ml.depends
- ocamlfind ocamldep -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -modules src/lib/server/monitor/eliom_monitor.mli > src/lib/server/monitor/eliom_monitor.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor.cmi src/lib/server/monitor/eliom_monitor.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor.cmx src/lib/server/monitor/eliom_monitor.ml
- ocamlfind ocamlopt -a -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor.cmx -o src/lib/server/monitor/eliom_monitor.cmxa
- ocamlfind ocamlc -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor.cmo src/lib/server/monitor/eliom_monitor.ml
- ocamlfind ocamlc -a -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor.cmo -o src/lib/server/monitor/eliom_monitor.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor.cmxa -o src/lib/server/monitor/eliom_monitor.cmxs
- ocamlfind ocamldep -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -modules src/lib/server/monitor/eliom_monitor_main.ml > src/lib/server/monitor/eliom_monitor_main.ml.depends
- ocamlfind ocamldep -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -modules src/lib/server/monitor/eliom_monitor_main.mli > src/lib/server/monitor/eliom_monitor_main.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor_main.cmi src/lib/server/monitor/eliom_monitor_main.mli
- ocamlfind ocamlopt -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor_main.cmx src/lib/server/monitor/eliom_monitor_main.ml
- ocamlfind ocamlopt -a -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor.cmx src/lib/server/monitor/eliom_monitor_main.cmx -o src/lib/server/monitor/eliom_monitor_main.cmxa
- ocamlfind ocamlc -c -g -keep-locs -thread -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib/server/monitor -o src/lib/server/monitor/eliom_monitor_main.cmo src/lib/server/monitor/eliom_monitor_main.ml
- ocamlfind ocamlc -a -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor.cmo src/lib/server/monitor/eliom_monitor_main.cmo -o src/lib/server/monitor/eliom_monitor_main.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -I src/lib/server/monitor src/lib/server/monitor/eliom_monitor_main.cmxa -o src/lib/server/monitor/eliom_monitor_main.cmxs
- ocamlfind ocamlopt -a -keep-locs -I src/lib/server src/lib/server/eliom_wrap.cmx src/lib/server/eliom_lazy.cmx src/lib/server/eliom_lib_base.cmx src/lib/server/eliom_lib.cmx src/lib/server/eliom_runtime.cmx src/lib/server/eliom_client_value.cmx src/lib/server/eliom_common_base.cmx src/lib/server/eliom_common.cmx src/lib/server/eliom_content_core.cmx src/lib/server/eliom_cookies_base.cmx src/lib/server/eliom_request_info.cmx src/lib/server/eliommod_parameters.cmx src/lib/server/eliom_parameter_base.cmx src/lib/server/eliom_parameter.cmx src/lib/server/eliommod_sessiongroups.cmx src/lib/server/eliommod_cookies.cmx src/lib/server/eliommod_datasess.cmx src/lib/server/eliommod_persess.cmx src/lib/server/eliommod_sersess.cmx src/lib/server/eliommod_sessadmin.cmx src/lib/server/eliommod_sessexpl.cmx src/lib/server/eliommod_timeouts.cmx src/lib/server/eliom_state.cmx src/lib/server/eliom_reference.cmx src/lib/server/eliom_route_base.cmx src/lib/server/eliom_route.cmx src/lib/server/eliom_syntax.cmx src/lib/server/eliom_service_base.cmx src/lib/server/eliom_service.cmx src/lib/server/eliom_comet_base.cmx src/lib/server/eliom_error_pages.cmx src/lib/server/eliom_extension.cmx src/lib/server/eliommod_gc.cmx src/lib/server/eliommod_pagegen.cmx src/lib/server/eliommod.cmx src/lib/server/eliom_config.cmx src/lib/server/eliom_uri.cmx src/lib/server/eliom_form.cmx src/lib/server/eliom_shared.cmx src/lib/server/eliom_shared_content.cmx src/lib/server/eliom_content_.cmx src/lib/server/eliom_content.cmx src/lib/server/eliom_mkreg.cmx src/lib/server/eliom_types_base.cmx src/lib/server/eliom_types.cmx src/lib/server/eliommod_cli.cmx src/lib/server/eliom_registration.cmx src/lib/server/eliom_comet.cmx src/lib/server/eliom_bus.cmx src/lib/server/eliom_client.cmx src/lib/server/eliom_cookie.cmx src/lib/server/eliom_react.cmx src/lib/server/eliom_notif.cmx src/lib/server/eliom_cscache.cmx src/lib/server/eliom_tools.cmx src/lib/server/eliom_process.cmx -o src/lib/server/server.cmxa
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_bus.cmo src/lib/server/eliom_bus.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client_value.cmo src/lib/server/eliom_client_value.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_syntax.cmo src/lib/server/eliom_syntax.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_client.cmo src/lib/server/eliom_client.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet.cmo src/lib/server/eliom_comet.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common.cmo src/lib/server/eliom_common.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_common.cmo src/lib/server/eliom_common.ml
- File "src/lib/eliom_common.server.ml", line 913, characters 0-163:
- Warning 39: unused rec flag.
- File "src/lib/eliom_common.server.ml", line 913, characters 0-163:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_config.cmo src/lib/server/eliom_config.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_content.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_content.cmo src/lib/server/eliom_content.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_cookie.cmo src/lib/server/eliom_cookie.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_extension.cmo src/lib/server/eliom_extension.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib.cmo src/lib/server/eliom_lib.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_mkreg.cmo src/lib/server/eliom_mkreg.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_notif.cmo src/lib/server/eliom_notif.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_parameter.cmo src/lib/server/eliom_parameter.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_react.cmo src/lib/server/eliom_react.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared.cmo src/lib/server/eliom_shared.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared.cmo src/lib/server/eliom_shared.ml
- File "src/lib/eliom_shared.eliom", line 317, characters 4-85:
- Warning 60: unused module Lwt.
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_cscache.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_cscache.cmo src/lib/server/eliom_cscache.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_reference.cmo src/lib/server/eliom_reference.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_registration.cmo src/lib/server/eliom_registration.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_request_info.cmo src/lib/server/eliom_request_info.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_service.cmo src/lib/server/eliom_service.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_state.cmo src/lib/server/eliom_state.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_tools.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_tools.cmo src/lib/server/eliom_tools.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types.cmo src/lib/server/eliom_types.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_uri.cmo src/lib/server/eliom_uri.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_wrap.cmo src/lib/server/eliom_wrap.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet_base.cmo src/lib/server/eliom_comet_base.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_comet_base.cmo src/lib/server/eliom_comet_base.ml
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 27, characters 0-135:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 33, characters 0-72:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 36, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 41, characters 0-101:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 46, characters 0-118:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 54, characters 0-75:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- File "src/lib/eliom_comet_base.shared.ml", line 60, characters 0-219:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_runtime.cmo src/lib/server/eliom_runtime.ml
- + ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_runtime.cmo src/lib/server/eliom_runtime.ml
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- File "src/lib/eliom_runtime.shared.ml", line 49, characters 2-59:
- Warning 39: unused rec flag.
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_content_core.cmo src/lib/server/eliom_content_core.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_form.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_form.cmo src/lib/server/eliom_form.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lazy.cmo src/lib/server/eliom_lazy.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_lib_base.cmo src/lib/server/eliom_lib_base.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_route.cmo src/lib/server/eliom_route.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -ppx 'src/ppx/ppx_eliom_server_ex.native -type src/lib/type_dir/eliom_shared_content.inferred_gen.mli' -I src/lib -I src/lib/server -o src/lib/server/eliom_shared_content.cmo src/lib/server/eliom_shared_content.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliom_types_base.cmo src/lib/server/eliom_types_base.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cli.cmo src/lib/server/eliommod_cli.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_cookies.cmo src/lib/server/eliommod_cookies.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_datasess.cmo src/lib/server/eliommod_datasess.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_gc.cmo src/lib/server/eliommod_gc.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_pagegen.cmo src/lib/server/eliommod_pagegen.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_persess.cmo src/lib/server/eliommod_persess.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sersess.cmo src/lib/server/eliommod_sersess.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessadmin.cmo src/lib/server/eliommod_sessadmin.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessexpl.cmo src/lib/server/eliommod_sessexpl.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_sessiongroups.cmo src/lib/server/eliommod_sessiongroups.ml
- ocamlfind ocamlc -c -g -keep-locs -thread -package js_of_ocaml.deriving.ppx -package js_of_ocaml.ppx -package react,js_of_ocaml -package lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor -package js_of_ocaml.deriving.ppx,lwt.ppx -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/lib -I src/lib/server -o src/lib/server/eliommod_timeouts.cmo src/lib/server/eliommod_timeouts.ml
- ocamlfind ocamlc -a -keep-locs -I src/lib/server src/lib/server/eliom_lib_base.cmo src/lib/server/eliom_wrap.cmo src/lib/server/eliom_lib.cmo src/lib/server/eliom_lazy.cmo src/lib/server/eliom_runtime.cmo src/lib/server/eliom_client_value.cmo src/lib/server/eliom_common_base.cmo src/lib/server/eliom_common.cmo src/lib/server/eliom_request_info.cmo src/lib/server/eliommod_parameters.cmo src/lib/server/eliom_parameter_base.cmo src/lib/server/eliom_parameter.cmo src/lib/server/eliom_route_base.cmo src/lib/server/eliom_route.cmo src/lib/server/eliom_content_core.cmo src/lib/server/eliom_cookies_base.cmo src/lib/server/eliommod_sessiongroups.cmo src/lib/server/eliommod_cookies.cmo src/lib/server/eliommod_datasess.cmo src/lib/server/eliommod_persess.cmo src/lib/server/eliommod_sersess.cmo src/lib/server/eliommod_sessadmin.cmo src/lib/server/eliommod_sessexpl.cmo src/lib/server/eliommod_timeouts.cmo src/lib/server/eliom_state.cmo src/lib/server/eliom_reference.cmo src/lib/server/eliom_syntax.cmo src/lib/server/eliom_service_base.cmo src/lib/server/eliom_service.cmo src/lib/server/eliom_comet_base.cmo src/lib/server/eliom_extension.cmo src/lib/server/eliommod_gc.cmo src/lib/server/eliom_error_pages.cmo src/lib/server/eliommod_pagegen.cmo src/lib/server/eliommod.cmo src/lib/server/eliom_config.cmo src/lib/server/eliom_uri.cmo src/lib/server/eliom_form.cmo src/lib/server/eliom_shared.cmo src/lib/server/eliom_shared_content.cmo src/lib/server/eliom_content_.cmo src/lib/server/eliom_content.cmo src/lib/server/eliom_mkreg.cmo src/lib/server/eliom_types_base.cmo src/lib/server/eliom_types.cmo src/lib/server/eliommod_cli.cmo src/lib/server/eliom_registration.cmo src/lib/server/eliom_comet.cmo src/lib/server/eliom_bus.cmo src/lib/server/eliom_client.cmo src/lib/server/eliom_cookie.cmo src/lib/server/eliom_react.cmo src/lib/server/eliom_notif.cmo src/lib/server/eliom_cscache.cmo src/lib/server/eliom_tools.cmo src/lib/server/eliom_process.cmo -o src/lib/server/server.cma
- ocamlfind ocamlopt -shared -keep-locs -I src/lib/server src/lib/server/eliom_wrap.cmx src/lib/server/eliom_lazy.cmx src/lib/server/eliom_lib_base.cmx src/lib/server/eliom_lib.cmx src/lib/server/eliom_runtime.cmx src/lib/server/eliom_client_value.cmx src/lib/server/eliom_common_base.cmx src/lib/server/eliom_common.cmx src/lib/server/eliom_content_core.cmx src/lib/server/eliom_cookies_base.cmx src/lib/server/eliom_request_info.cmx src/lib/server/eliommod_parameters.cmx src/lib/server/eliom_parameter_base.cmx src/lib/server/eliom_parameter.cmx src/lib/server/eliommod_sessiongroups.cmx src/lib/server/eliommod_cookies.cmx src/lib/server/eliommod_datasess.cmx src/lib/server/eliommod_persess.cmx src/lib/server/eliommod_sersess.cmx src/lib/server/eliommod_sessadmin.cmx src/lib/server/eliommod_sessexpl.cmx src/lib/server/eliommod_timeouts.cmx src/lib/server/eliom_state.cmx src/lib/server/eliom_reference.cmx src/lib/server/eliom_route_base.cmx src/lib/server/eliom_route.cmx src/lib/server/eliom_syntax.cmx src/lib/server/eliom_service_base.cmx src/lib/server/eliom_service.cmx src/lib/server/eliom_comet_base.cmx src/lib/server/eliom_error_pages.cmx src/lib/server/eliom_extension.cmx src/lib/server/eliommod_gc.cmx src/lib/server/eliommod_pagegen.cmx src/lib/server/eliommod.cmx src/lib/server/eliom_config.cmx src/lib/server/eliom_uri.cmx src/lib/server/eliom_form.cmx src/lib/server/eliom_shared.cmx src/lib/server/eliom_shared_content.cmx src/lib/server/eliom_content_.cmx src/lib/server/eliom_content.cmx src/lib/server/eliom_mkreg.cmx src/lib/server/eliom_types_base.cmx src/lib/server/eliom_types.cmx src/lib/server/eliommod_cli.cmx src/lib/server/eliom_registration.cmx src/lib/server/eliom_comet.cmx src/lib/server/eliom_bus.cmx src/lib/server/eliom_client.cmx src/lib/server/eliom_cookie.cmx src/lib/server/eliom_react.cmx src/lib/server/eliom_notif.cmx src/lib/server/eliom_cscache.cmx src/lib/server/eliom_tools.cmx src/lib/server/eliom_process.cmx -o src/lib/server/server.cmxs
- ocamlfind ocamlopt -a -keep-locs -I src/ocamlbuild src/ocamlbuild/ocamlbuild_eliom.cmx -o src/ocamlbuild/ocamlbuild_eliom.cmxa
- ocamlfind ocamlc -c -g -keep-locs -package ocamlbuild,js_of_ocaml.ocamlbuild -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/ocamlbuild -o src/ocamlbuild/ocamlbuild_eliom.cmo src/ocamlbuild/ocamlbuild_eliom.ml
- ocamlfind ocamlc -a -keep-locs -I src/ocamlbuild src/ocamlbuild/ocamlbuild_eliom.cmo -o src/ocamlbuild/ocamlbuild_eliom.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -I src/ocamlbuild src/ocamlbuild/ocamlbuild_eliom.cmxa -o src/ocamlbuild/ocamlbuild_eliom.cmxs
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom.ml > src/ppx/ppx_eliom.ml.depends
- ocamlfind ocamldep -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -modules src/ppx/ppx_eliom.mli > src/ppx/ppx_eliom.mli.depends
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmi src/ppx/ppx_eliom.mli
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmi src/ppx/ppx_eliom.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "src/ppx/ppx_eliom.mli", line 1, characters 0-132:
- Warning 50: unattached documentation comment (ignored)
- ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmx src/ppx/ppx_eliom.ml
- + ocamlfind ocamlopt -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmx src/ppx/ppx_eliom.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmx -o src/ppx/ppx_eliom.cmxa
- + ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmx -o src/ppx/ppx_eliom.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmo src/ppx/ppx_eliom.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom.cmo src/ppx/ppx_eliom.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmo -o src/ppx/ppx_eliom.cma
- + ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmo -o src/ppx/ppx_eliom.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmxa -o src/ppx/ppx_eliom.cmxs
- + ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom.cmxa -o src/ppx/ppx_eliom.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_client.cmx -o src/ppx/ppx_eliom_client.cmxa
- + ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_client.cmx -o src/ppx/ppx_eliom_client.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmo src/ppx/ppx_eliom_client.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_client.cmo src/ppx/ppx_eliom_client.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_utils.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_utils.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_client.cmo -o src/ppx/ppx_eliom_client.cma
- + ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_client.cmo -o src/ppx/ppx_eliom_client.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_client.cmxa -o src/ppx/ppx_eliom_client.cmxs
- + ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_client.cmxa -o src/ppx/ppx_eliom_client.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_server.cmx -o src/ppx/ppx_eliom_server.cmxa
- + ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_server.cmx -o src/ppx/ppx_eliom_server.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmo src/ppx/ppx_eliom_server.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_server.cmo src/ppx/ppx_eliom_server.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_server.cmo -o src/ppx/ppx_eliom_server.cma
- + ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_server.cmo -o src/ppx/ppx_eliom_server.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_server.cmxa -o src/ppx/ppx_eliom_server.cmxs
- + ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_server.cmxa -o src/ppx/ppx_eliom_server.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_type.cmx -o src/ppx/ppx_eliom_type.cmxa
- + ocamlfind ocamlopt -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmx src/ppx/ppx_eliom_type.cmx -o src/ppx/ppx_eliom_type.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmo src/ppx/ppx_eliom_type.ml
- + ocamlfind ocamlc -c -g -keep-locs -w +A-4-6-7-9-40-42-44-48 -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx -o src/ppx/ppx_eliom_type.cmo src/ppx/ppx_eliom_type.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "src/ppx/ppx_eliom_type.ml", line 42, characters 0-22:
- Warning 60: unused module AM.
- ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_type.cmo -o src/ppx/ppx_eliom_type.cma
- + ocamlfind ocamlc -a -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_utils.cmo src/ppx/ppx_eliom_type.cmo -o src/ppx/ppx_eliom_type.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_type.cmxa -o src/ppx/ppx_eliom_type.cmxs
- + ocamlfind ocamlopt -shared -linkall -keep-locs -package 'ppx_tools, compiler-libs.common, ppx_tools.metaquot' -I src/ppx src/ppx/ppx_eliom_type.cmxa -o src/ppx/ppx_eliom_type.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -modules src/syntax/pa_eliom_client_client.ml > src/syntax/pa_eliom_client_client.ml.depends
- ocamlfind ocamldep -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -modules src/syntax/pa_eliom_seed.ml > src/syntax/pa_eliom_seed.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_seed.cmo src/syntax/pa_eliom_seed.ml
- ocamlfind ocamlc -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_client.cmo src/syntax/pa_eliom_client_client.ml
- ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_seed.cmx src/syntax/pa_eliom_seed.ml
- + ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_seed.cmx src/syntax/pa_eliom_seed.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4_config, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_client.cmx src/syntax/pa_eliom_client_client.ml
- + ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_client.cmx src/syntax/pa_eliom_client_client.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmx src/syntax/pa_eliom_client_client.cmx -o src/syntax/pa_eliom_client_client.cmxa
- ocamlfind ocamlc -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmo src/syntax/pa_eliom_client_client.cmo -o src/syntax/pa_eliom_client_client.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_client_client.cmxa -o src/syntax/pa_eliom_client_client.cmxs
- ocamlfind ocamldep -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -modules src/syntax/pa_eliom_client_server.ml > src/syntax/pa_eliom_client_server.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_server.cmo src/syntax/pa_eliom_client_server.ml
- ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_server.cmx src/syntax/pa_eliom_client_server.ml
- + ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_client_server.cmx src/syntax/pa_eliom_client_server.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmx src/syntax/pa_eliom_client_server.cmx -o src/syntax/pa_eliom_client_server.cmxa
- ocamlfind ocamlc -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmo src/syntax/pa_eliom_client_server.cmo -o src/syntax/pa_eliom_client_server.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_client_server.cmxa -o src/syntax/pa_eliom_client_server.cmxs
- ocamlfind ocamlopt -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmx -o src/syntax/pa_eliom_seed.cmxa
- ocamlfind ocamlc -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmo -o src/syntax/pa_eliom_seed.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmxa -o src/syntax/pa_eliom_seed.cmxs
- ocamlfind ocamldep -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -modules src/syntax/pa_eliom_type_filter.ml > src/syntax/pa_eliom_type_filter.ml.depends
- ocamlfind ocamlc -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_type_filter.cmo src/syntax/pa_eliom_type_filter.ml
- ocamlfind ocamlopt -c -g -keep-locs -I +camlp4/Camlp4Parsers -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -w +A-4-6-7-9-27-32-33-34-37-40-42-44-48 -I src/syntax -o src/syntax/pa_eliom_type_filter.cmx src/syntax/pa_eliom_type_filter.ml
- ocamlfind ocamlopt -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmx src/syntax/pa_eliom_type_filter.cmx -o src/syntax/pa_eliom_type_filter.cmxa
- ocamlfind ocamlc -a -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_seed.cmo src/syntax/pa_eliom_type_filter.cmo -o src/syntax/pa_eliom_type_filter.cma
- ocamlfind ocamlopt -shared -linkall -keep-locs -syntax camlp4o -package camlp4.quotations.o,camlp4.extend,bytes -I src/syntax src/syntax/pa_eliom_type_filter.cmxa -o src/syntax/pa_eliom_type_filter.cmxs
-> compiled  eliom.6.0.0
-> installed eliom.6.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:27.49 ---> saved as "2901376718c39a238e0a4928d051dac1bfe1b7444d0d666e1464929f7e0c31e7"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u eliom:d50fbc5de0bdb8c2de50923017a46a30"))
2024-01-29 18:27.52 ---> saved as "6eb983f5a1b2e54c5efa044c3544beb8aaa3f0a8f1c69982e27521f8172bb03c"

/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.496138') && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0,eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30,eliom.6.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.496138
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/doc/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/doc/eliom/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/doc/eliom/CHANGES
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/doc/eliom/README.md
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/syntax/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/syntax/pa_eliom_client_client.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/syntax/pa_eliom_client_server.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/syntax/pa_eliom_seed.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/syntax/pa_eliom_type_filter.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/META
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/client.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_bus.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_client.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_client_core.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_client_value.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_comet.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_config.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_content.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_content_core.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_content_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_cscache.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_form_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_lazy.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_lib.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_parameter.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_parameter_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_react.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_registration.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_registration_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_service.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_service_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_shared.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_shared_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_tools.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_types.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_unwrap.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/client/eliom_uri.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ocamlbuild/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ocamlbuild/ocamlbuild_eliom.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ocamlbuild/ocamlbuild_eliom.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_client.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_server.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_type.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_client.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_server.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/ppx/ppx_eliom_type.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/server.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_bus.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_client.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_client_value.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_comet.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_common.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_config.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_content.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_content_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_cookie.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_cscache.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_extension.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_form_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_lib.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_mkreg.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_notif.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_parameter.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_parameter_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_react.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_reference.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_registration.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_registration_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_request_info.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_service.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_service_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_shared.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_shared_sigs.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_state.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_syntax.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_tools.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_types.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_uri.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/eliom_wrap.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/monitor/
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/monitor/eliom_monitor.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/monitor/eliom_monitor_main.ocamlobjinfo
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/monitor/eliom_monitor.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/lib/eliom/server/monitor/eliom_monitor_main.cmi
prep/universes/d50fbc5de0bdb8c2de50923017a46a30/eliom/6.0.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30:36c200fe17f089bec20f57f6685e2488188506d76728ecc2286f8e6fae196995
2024-01-29 18:27.52 ---> saved as "61793f3c8490eaba29b551a10fb9b365a3bb9fa96b03da6108abe80c05e5798d"
Job succeeded
2024-01-29 18:33.54: eliom.6.0.0-d50fbc5de0bdb8c2de50923017a46a30 -> 36c200fe17f089bec20f57f6685e2488188506d76728ecc2286f8e6fae196995
2024-01-29 18:33.54: Job succeeded