Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep orsetto.1.1.2; e5c42c9c21a13aec1551896d9228abde
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:17.09: Waiting for worker…
2024-01-29 19:17.20: Got resource from pool OCluster
2024-01-29 19:17.20: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (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.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy orsetto.1.1.2 xmlm.1.4.0 uucd.15.0.0 topkg.1.0.7 omake.0.10.6 ocamlfind.1.9.6 ocamlbuild.0.14.3 conjury.2.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u orsetto:e5c42c9c21a13aec1551896d9228abde,uucd:f43ac221cefa80bf8bcc74de1bf2572a,conjury:75016691bbd6537bc35c37b28f630eaa"))
 (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.276277') && (for DATA in prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; 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/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; 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 7b9230f4e0f16686158b9465bda04972358c4375 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:17.20: RETRYING: 2024-01-29/151905-voodoo-prep-9b478e Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
Updating files:  97% (31940/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 7b9230f4e0 Mark ocamlbuild.0.14.3 as not available on Windows

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:12.29 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:12.29 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" 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 (827 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 (6099 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 19:12.29 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" from cache

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:12.29 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 19:12.29 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:12.29 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:12.29 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:12.29 ---> using "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:12.30 ---> using "4f0d64dce57d310708ac2d937b83c61b05bbe55ccf21e55fd51a37cc93c27304" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:12.30 ---> using "2c7d1dc98a55a8bb1690327d76caa41e396f066dfa3cc9b1ede55343da69e288" 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 19:12.30 ---> using "0b8074ff82fafa3254f631228dfde0b8e30321747b4c23367cf225304671f3f8" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:12.30 ---> using "126917995f66385af2dcc0f6472764d731e5fb2511391ebf04172841049b5181" 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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:12.46 ---> saved as "7aa35894f1cbe2aa793dce14ace10404fe8f7f3d2bef64024854d5e6f4367e63"

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy orsetto.1.1.2 xmlm.1.4.0 uucd.15.0.0 topkg.1.0.7 omake.0.10.6 ocamlfind.1.9.6 ocamlbuild.0.14.3 conjury.2.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 0s (636 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 orsetto.1.1.2 xmlm.1.4.0 uucd.15.0.0 topkg.1.0.7 omake.0.10.6 ocamlfind.1.9.6 ocamlbuild.0.14.3 conjury.2.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
# No extra OS packages requirements found.
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ocamlbuild 0.14.3
  - install omake      0.10.6
  - install topkg      1.0.7
  - install conjury    2.2
  - install xmlm       1.4.0
  - install uucd       15.0.0
  - install orsetto    1.1.2
===== 7 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/21:
Processing  2/21:
Processing  3/21:
-> retrieved conjury.2.2  (cached)
Processing  4/21:
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  5/21:
Processing  6/21: [ocamlbuild: make configure.make]
-> retrieved omake.0.10.6  (cached)
Processing  7/21: [ocamlbuild: make configure.make]
Processing  8/21: [ocamlbuild: make configure.make] [omake: ./configure]
-> retrieved orsetto.1.1.2  (cached)
Processing  9/21: [ocamlbuild: make configure.make] [omake: ./configure]
-> retrieved topkg.1.0.7  (cached)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/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.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.14/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.14/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.14/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.14/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  9/21: [ocamlbuild: make check-if-preinstalled] [omake: ./configure]
-> retrieved uucd.15.0.0  (cached)
- Wrote .preconfig
Processing  9/21: [ocamlbuild: make check-if-preinstalled] [omake: make]
-> retrieved xmlm.1.4.0  (cached)
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/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.14/.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.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.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.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.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.14/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing  9/21: [omake: make]
-> installed ocamlbuild.0.14.3
Processing 10/21: [omake: make]
Processing 11/21: [omake: make] [topkg: ocaml build]
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -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.7
Processing 11/21: [omake: make]
-> installed topkg.1.0.7
Processing 12/21: [omake: make]
Processing 13/21: [omake: make] [xmlm: ocaml build]
- ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends
- ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml
- ocamlfind ocamlopt -a -I src src/xmlm.cmx -o src/xmlm.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml
- ocamlfind ocamlc -a -I src src/xmlm.cmo -o src/xmlm.cma
- ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends
- ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml
- ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native
- # No parallelism done
-> compiled  xmlm.1.4.0
Processing 13/21: [omake: make]
-> installed xmlm.1.4.0
Processing 14/21: [omake: make]
Processing 15/21: [omake: make] [uucd: ocaml build]
- ocamlfind ocamldep -package xmlm -modules src/uucd.ml > src/uucd.ml.depends
- ocamlfind ocamldep -package xmlm -modules src/uucd.mli > src/uucd.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmi src/uucd.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmx src/uucd.ml
- ocamlfind ocamlopt -a -I src src/uucd.cmx -o src/uucd.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/uucd.cmxa -o src/uucd.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmo src/uucd.ml
- ocamlfind ocamlc -a -I src src/uucd.cmo -o src/uucd.cma
- # No parallelism done
-> compiled  uucd.15.0.0
Processing 15/21: [omake: make]
-> installed uucd.15.0.0
Processing 16/21: [omake: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/omake.0.10.6)
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -auto-bootstrap OCAML="ocaml"
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.14/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'Makefile.dep' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.14/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'omake' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o lm.cma lm_printf.cmo lm_debug.cmo lm_heap.cmo lm_list_util.cmo lm_array_util.cmo lm_set_sig.cmo lm_set.cmo lm_map_sig.cmo lm_map.cmo lm_int_set.cmo lm_termsize.cmo lm_terminfo.cmo lm_arg.cmo lm_index.cmo lm_thread_sig.cmo lm_thread_core.cmo lm_thread.cmo lm_string_util.cmo lm_string_set.cmo lm_hash.cmo lm_hash_code.cmo lm_symbol.cmo lm_location.cmo lm_position.cmo lm_filename_util.cmo lm_uname.cmo lm_thread_pool.cmo lm_channel.cmo lm_unix_util.cmo lm_db.cmo lm_notify.cmo lm_fs_case_sensitive.cmo lm_wild.cmo lm_readline.cmo lm_marshal.cmo lm_handle_table.cmo lm_int_handle_table.cmo lm_bitset.cmo lm_instrument.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o frt.cma lm_hash_cons.cmo lm_lexer.cmo lm_parser.cmo lm_glob.cmo
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_channel.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_printf.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_ctype.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_uname_ext.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_unix_cutil.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_compat_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_readline.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_omake_shell_sys.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_omake_shell_spawn.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_fam_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_fam_kqueue.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_fam_inotify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_notify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_termsize.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_terminfo.c
- gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml"  -c c_lm_fs_case_sensitive.c
- rm -f clib.a
- ar cq clib.a c_lm_channel.o c_lm_printf.o c_lm_ctype.o c_lm_uname_ext.o c_lm_unix_cutil.o c_lm_compat_win32.o c_readline.o c_omake_shell_sys.o c_omake_shell_spawn.o c_fam_win32.o c_fam_kqueue.o c_fam_inotify.o c_lm_notify.o c_lm_termsize.o c_lm_terminfo.o c_lm_fs_case_sensitive.o
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_magic.byte -cclib clib.a unix.cma  lm.cma frt.cma omake_gen_magic.cmo
- ln -sf omake_gen_magic.byte omake_gen_magic
- ./omake_gen_magic -o omake_magic.ml --version version.txt --var "omake_cc=gcc" --var "omake_cflags=-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/4.14/lib/ocaml" -I"/home/opam/.opam/4.14/lib/ocaml/caml" "  --var "omake_ccomptype=cc" --magic --cache-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_map.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache.ml omake_cache_type.ml omake_node.ml omake_command_digest.ml    --omc-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_symbol.ml lm_map.ml lm_set.ml omake_node.ml omake_ir.ml    --omo-files lm_filename_util.ml lm_hash.ml lm_lexer.ml lm_location.ml lm_map.ml lm_parser.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache_type.ml omake_ir.ml omake_node.ml omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o magic.cma omake_magic.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ast.cma omake_ast.cmo omake_ast_util.cmo omake_ast_print.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ir.cma omake_options.cmo omake_symbol.cmo omake_state.cmo omake_node_type.cmo omake_node_sig.cmo omake_node.cmo omake_install.cmo omake_ir.cmo omake_var.cmo omake_ir_util.cmo omake_ir_print.cmo omake_ir_free_vars.cmo omake_lexer.cmo omake_parser.cmo omake_value_type.cmo omake_command_type.cmo omake_value_util.cmo omake_value_print.cmo omake_pos.cmo omake_shell_type.cmo omake_command.cmo omake_cache_type.cmo omake_cache.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o env.cma omake_env.cmo omake_exn_print.cmo omake_ast_parse.cmo omake_ast_lex.cmo omake_exp_parse.cmo omake_exp_lex.cmo omake_ir_ast.cmo omake_ir_semant.cmo omake_command_digest.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o exec.cma omake_exec_id.cmo omake_exec_type.cmo omake_exec_print.cmo omake_exec_util.cmo omake_exec_local.cmo omake_exec_remote.cmo omake_exec_notify.cmo omake_exec.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o eval.cma omake_eval.cmo omake_value.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o shell.cma omake_shell_parse.cmo omake_shell_lex.cmo omake_shell_spawn.cmo omake_shell_sys_type.cmo omake_shell_sys.cmo omake_shell_job.cmo omake_shell_completion.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o build.cma omake_rule.cmo omake_build_type.cmo omake_build_tee.cmo omake_build_util.cmo omake_builtin_type.cmo omake_target.cmo omake_builtin.cmo omake_build.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_ocamldep.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -linkall -a -o builtin.cma omake_printf.cmo omake_builtin_util.cmo omake_builtin_base.cmo omake_builtin_arith.cmo omake_builtin_file.cmo omake_builtin_fun.cmo omake_builtin_io.cmo omake_builtin_io_fun.cmo omake_builtin_sys.cmo omake_builtin_target.cmo omake_builtin_shell.cmo omake_builtin_rule.cmo omake_builtin_object.cmo omake_builtin_test.cmo omake_builtin_ocamldep.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake.byte -cclib clib.a unix.cma  lm.cma frt.cma magic.cma ast.cma ir.cma env.cma exec.cma eval.cma shell.cma build.cma builtin.cma omake_main_util.cmo omake_shell.cmo omake_main.cmo
- ln -sf omake.byte omake
- boot/omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'main' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/4.14/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/4.14/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/4.14/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/4.14/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/4.14/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking if ocamldep understands -modules... (yes)
- Updating the .config file.
- --- Checking for OCaml library location... (/home/opam/.opam/4.14/lib/ocaml)
- --- Checking if ocamlopt was compiled with flambda... (no)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking for function snprintf... (found)
- --- Checking for optimal filesystem case-sensitivity test... (Generic)
- --- Checking for function posix_spawn... (found)
- --- Checking for function moncontrol... (found)
- --- Checking if ocamldep understands -modules... (yes)
- --- Checking for hevea... (FAILED - no hevea found)
- --- *** Hevea not found or Hevea installation is incomplete;
- --- *** will neither be able to build plain text, Info,
- --- *** nor HTML version of OMake documentation
- --- Checking for date... (found /usr/bin/date)
- --- Checking for date... (found /usr/bin/date)
- *** omake: finished reading OMakefiles (1.08 sec)
- *** omake: saved .omakedb
- *** omake: done (29.43 sec, 244/244 scans, 268/429 rules, 726/918 digests)
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'all' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.04 sec)
- *** omake: done (10.55 sec, 244/244 scans, 130/469 rules, 220/403 digests)
-> compiled  omake.0.10.6
Processing 17/21: [omake: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/omake.0.10.6)
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -install OCAML="ocaml"
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' 'install' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.04 sec)
- *** omake: done (0.19 sec, 0/244 scans, 3/458 rules, 0/172 digests)
-> installed omake.0.10.6
Processing 18/21: [conjury: omake build]
+ /home/opam/.opam/4.14/bin/omake "--dotomake.omake" "--force-dotomake" "--configure" "build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conjury.2.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.91 sec)
- *** omake: done (0.92 sec, 0/0 scans, 0/0 rules, 11/48 digests)
-> compiled  conjury.2.2
Processing 19/21: [conjury: omake install]
+ /home/opam/.opam/4.14/bin/omake "--dotomake.omake" "--force-dotomake" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conjury.2.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.00 sec)
- *** omake: done (0.05 sec, 0/0 scans, 44/44 rules, 58/81 digests)
-> installed conjury.2.2
Processing 20/21: [orsetto: omake]
+ /home/opam/.opam/4.14/bin/omake "--verbose" "--configure" "MODE=release" (CWD=/home/opam/.opam/4.14/.opam-switch/build/orsetto.1.1.2)
- *** omake: reading OMakefiles
- === OBSOLESCENT! Conjury/Basis
-       Please use Conjury/V3 basis instead!
- === OBSOLESCENT! Conjury/Basis/Composer
-       Please use Conjury/V3 toolchain libraries instead!
- === OBSOLESCENT! Conjury/Basis/Source
-       Please use Conjury/V3 language libraries instead!
- --- Selecting C/C++ tool cc -> cc
- --- Selecting C/C++ tool c++ -> c++
- --- Selecting C/C++ tool ar -> ar
- --- Selecting OCaml tool ocamlc -> ocamlc.opt
- --- Querying OCaml compiler configuration (ocamlc.opt)...
- --- Checking command availability 'ocamlfind' -> /home/opam/.opam/4.14/bin/ocamlfind
- --- Checking command availability 'opam' -> /usr/bin/opam
- === OBSOLESCENT! Conjury/OPAM
-       Please use Conjury/Packaging/OPAM... instead!
- --- Checking command availability 'unzip' -> /usr/bin/unzip
- *** omake: finished reading OMakefiles (2.75 sec)
- - build src/cf ../../stage/release/lib
- + <if ... then ... [else ...]>
- - build src/ucs ../../stage/release/bin
- + <if ... then ... [else ...]>
- - build src/ucs ../../stage/release/src/ucs/db
- + <if ... then ... [else ...]>
- + mkdir -p ../../stage/release/lib
- + mkdir -p ../../stage/release/bin
- + mkdir -p ../../stage/release/src/ucs/db
- - exit src/ucs ../../stage/release/src/ucs/db, 0.00 sec, code 0
- - build src/ucs ../../stage/release/src/ucs/db/ucd.all.grouped.zip
- + Shell.ln-or-cp(ucd.all.grouped.zip stage/release/src/ucs/db/ucd.all.grouped.zip)
- - build src/ucs ../../stage/release/src/ucs/db/PropertyAliases.txt
- + Shell.ln-or-cp(PropertyAliases.txt stage/release/src/ucs/db/PropertyAliases.txt)
- - build src/ucs ../../stage/release/src/ucs/db/PropertyValueAliases.txt
- + Shell.ln-or-cp(PropertyValueAliases.txt stage/release/src/ucs/db/PropertyValueAliases.txt)
- - exit src/ucs ../../stage/release/bin, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib, 0.00 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.mli
- - scan src/cf ../../stage/release/lib/cf_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.mli
- - scan src/cf ../../stage/release/lib/cf_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.mli
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.mli
- - scan src/cf ../../stage/release/lib/cf_index_node.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.mli
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.mli
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.mli
- - scan src/cf ../../stage/release/lib/cf_base64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.mli
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.mli
- - scan src/cf ../../stage/release/lib/cf_monad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.mli
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.mli
- - scan src/cf ../../stage/release/lib/cf_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.mli
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_endian_big_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_endian_big_aux.c
- - scan src/cf ../../stage/release/lib/cf_base16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.mli
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.mli
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_endian_little_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_endian_little_aux.c
- - scan src/cf ../../stage/release/lib/cf_deque.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.mli
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.mli
- - scan src/cf ../../stage/release/lib/cf_index_node.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.mli
- - scan src/cf ../../stage/release/lib/cf_slice.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.mli
- - scan src/cf ../../stage/release/lib/cf_journal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.mli
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.mli
- - scan src/cf ../../stage/release/lib/cf_annot.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.mli
- - scan src/cf ../../stage/release/lib/cf_seq.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_base32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.ml
- - scan src/cf ../../stage/release/lib/cf_tai64_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_tai64_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_tai64_aux.c
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.mli
- - scan src/cf ../../stage/release/lib/cf_data_render.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.mli
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.mli
- - scan src/cf ../../stage/release/lib/cf_endian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.mli
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_slice.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.mli
- - scan src/cf ../../stage/release/lib/cf_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.mli
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.mli
- - scan src/cf ../../stage/release/lib/cf_smonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.mli
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.mli
- - scan src/cf ../../stage/release/lib/cf_dfa.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.mli
- - scan src/cf ../../stage/release/lib/cf_base64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.mli
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.mli
- - scan src/cf ../../stage/release/lib/cf_base16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.mli
- - scan src/cf ../../stage/release/lib/cf_relations.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.mli
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.mli
- - scan src/cf ../../stage/release/lib/cf_base32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.mli
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.mli
- - scan src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_tai64n_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_tai64n_aux.c
- - scan src/cf ../../stage/release/lib/cf_smonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.mli
- - scan src/cf ../../stage/release/lib/cf_endian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.mli
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.mli
- - scan src/cf ../../stage/release/lib/cf_data_render.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.mli
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.mli
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.mli
- - scan src/cf ../../stage/release/lib/cf_uri.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.mli
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.mli
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.mli
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.ml
- - exit src/ucs ../../stage/release/src/ucs/db/PropertyValueAliases.txt, 0.10 sec, code 0
- - exit src/ucs ../../stage/release/src/ucs/db/PropertyAliases.txt, 0.10 sec, code 0
- - exit src/ucs ../../stage/release/src/ucs/db/ucd.all.grouped.zip, 0.10 sec, code 0
- - build src/ucs ../../stage/release/src/ucs/db/ucd.all.grouped.xml
- + shell(("cd", ' ', $(global.dirname $(public.<))))
- shell(("unzip", ' ', "-oqq", ' ', $(public.<)))
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmi.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_relations.cmi cf_relations.mli
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmi.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seq.cmi cf_seq.mli
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package bigarray,unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_tai64n_aux.o -c cf_tai64n_aux.c
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi.scan, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad_core.cmi cf_monad_core.mli
- - exit src/cf ../../stage/release/lib/cf_encode.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi.scan, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_clockface.cmi cf_clockface.mli
- - exit src/cf ../../stage/release/lib/cf_slice.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o.scan, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package bigarray,unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_tai64_aux.o -c cf_tai64_aux.c
- - exit src/cf ../../stage/release/lib/cf_regx.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmi.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmi.scan, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice.cmi cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package bigarray,unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_endian_little_aux.o -c cf_endian_little_aux.c
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big_aux.o.scan, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package bigarray,unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_endian_big_aux.o -c cf_endian_big_aux.c
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_gregorian.cmi cf_gregorian.mli
- - exit src/cf ../../stage/release/lib/cf_scan.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmi.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_type.cmi cf_type.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmi.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_deque.cmi cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmo.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_radix_n.cmi cf_radix_n.mli
- - build src/cf ../../stage/release/lib/cf_slice.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_slice.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice.cmo cf_slice.ml
- - build src/cf ../../stage/release/lib/cf_slice_big.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice_big.cmi cf_slice_big.mli
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_clockface.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_clockface.cmo cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seqmonad.cmi cf_seqmonad.mli
- - build src/cf ../../stage/release/lib/cf_monad_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad_core.cmo cf_monad_core.ml
- - build src/cf ../../stage/release/lib/cf_monad_core.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_seq.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_seq.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seq.cmo cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch.cmi cf_bsearch.mli
- - build src/cf ../../stage/release/lib/cf_journal.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_journal.cmi cf_journal.mli
- - build src/cf ../../stage/release/lib/cf_sbheap.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_sbheap.cmi cf_sbheap.mli
- - build src/cf ../../stage/release/lib/cf_rbtree.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_rbtree.cmi cf_rbtree.mli
- - build src/cf ../../stage/release/lib/cf_tai64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64.cmi cf_tai64.mli
- - build src/cf ../../stage/release/lib/cf_dfa.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_dfa.cmi cf_dfa.mli
- - build src/cf ../../stage/release/lib/cf_index_node.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_index_node.cmi cf_index_node.mli
- - build src/cf ../../stage/release/lib/cf_relations.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_relations.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_relations.cmo cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo, 0.01 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_clockface.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice_big.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_slice_big.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice_big.cmo cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_slice.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_radix_n.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_radix_n.cmo cf_radix_n.ml
- - build src/cf ../../stage/release/lib/cf_base64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base64.cmi cf_base64.mli
- - build src/cf ../../stage/release/lib/cf_base32.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base32.cmi cf_base32.mli
- - build src/cf ../../stage/release/lib/cf_base16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base16.cmi cf_base16.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_deque.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_deque.cmo cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_type.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_type.cmo cf_type.ml
- - build src/cf ../../stage/release/lib/cf_data_render.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_render.cmi cf_data_render.mli
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_gregorian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_gregorian.cmo cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_base64.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base64.cmo cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice_big.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmo, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_index_node.cmo cf_index_node.ml
- - build src/cf ../../stage/release/lib/cf_index_node.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_regx.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_regx.cmi cf_regx.mli
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_stdtime.cmi cf_stdtime.mli
- - build src/cf ../../stage/release/lib/cf_tai64.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_tai64n.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64n.cmi cf_tai64n.mli
- - build src/cf ../../stage/release/lib/cf_tai64.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64.cmo cf_tai64.ml
- - build src/cf ../../stage/release/lib/cf_leap_second.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_leap_second.cmi cf_leap_second.mli
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_rbtree.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_rbtree.cmo cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_sbheap.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_sbheap.cmo cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_journal.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_journal.cmo cf_journal.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_bsearch.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch.cmo cf_bsearch.ml
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch_data.cmi cf_bsearch_data.mli
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seqmonad.cmo cf_seqmonad.ml
- - build src/cf ../../stage/release/lib/cf_monad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad.cmi cf_monad.mli
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_slice.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_slice.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_leap_second.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_leap_second.cmo cf_leap_second.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_tai64n.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64n.cmo cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_regx.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_dfa.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmti, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_relations.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_base64.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_type.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_deque.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_base16.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base16.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_base16.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base16.cmo cf_base16.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base32.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_base32.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base32.cmo cf_base32.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_seq.cmo, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmti, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_cmonad.cmi cf_cmonad.mli
- - build src/cf ../../stage/release/lib/cf_smonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_smonad.cmi cf_smonad.mli
- - build src/cf ../../stage/release/lib/cf_decode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_decode.cmi cf_decode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_encode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_encode.cmi cf_encode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad.cmo cf_monad.ml
- - build src/cf ../../stage/release/lib/cf_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scan.cmi cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch_data.cmo cf_bsearch_data.ml
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmi cf_disjoint_interval.mli
- - build src/cf ../../stage/release/lib/cf_data_render.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_render.cmo cf_data_render.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_journal.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_encode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_encode.cmo cf_encode.ml
- - build src/cf ../../stage/release/lib/cf_emit.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_emit.cmi cf_emit.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_smonad.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_smonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_smonad.cmo cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_scmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scmonad.cmi cf_scmonad.mli
- - build src/cf ../../stage/release/lib/cf_cmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_cmonad.cmo cf_cmonad.ml
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base32.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_base16.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base16.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_endian_big_aux.o, 0.16 sec, code 0
- - exit src/ucs ../../stage/release/src/ucs/db/ucd.all.grouped.xml, 0.25 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmt, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmt, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmt, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_scmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scmonad.cmo cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmti, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_smonad.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_smonad.cmti, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmi, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_emit.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_emit.cmo cf_emit.ml
- - exit src/cf ../../stage/release/lib/cf_encode.cmo, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_encode.cmti, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_dfa.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_dfa.cmo cf_dfa.ml
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmo cf_disjoint_interval.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_scan.cmi, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_lex_scan.cmi cf_lex_scan.mli
- - build src/cf ../../stage/release/lib/cf_scan.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scan.cmo cf_scan.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_uri.cmi cf_uri.mli
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_chain_scan.cmi cf_chain_scan.mli
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_ingest.cmi cf_data_ingest.mli
- - build src/cf ../../stage/release/lib/cf_number_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_number_scan.cmi cf_number_scan.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_decode.cmi, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_decode.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_decode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_decode.cmo cf_decode.ml
- - build src/cf ../../stage/release/lib/cf_annot.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_annot.cmi cf_annot.mli
- - build src/cf ../../stage/release/lib/cf_endian_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_core.cmi cf_endian_core.mli
- - exit src/cf ../../stage/release/lib/cf_decode.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmti, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_uri.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_lex_scan.cmo cf_lex_scan.ml
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_stdtime.cmo cf_stdtime.ml
- - build src/cf ../../stage/release/lib/cf_regx.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_regx.cmo cf_regx.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_uri.cmo cf_uri.ml
- - build src/cf ../../stage/release/lib/cf_number_scan.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_number_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_number_scan.cmo cf_number_scan.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_chain_scan.cmo cf_chain_scan.ml
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_record_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_record_scan.cmi cf_record_scan.mli
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian.cmi cf_endian.mli
- - build src/cf ../../stage/release/lib/cf_endian_core.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_endian_little.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_little.cmi cf_endian_little.mli
- - build src/cf ../../stage/release/lib/cf_endian_big.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_big.cmi cf_endian_big.mli
- - build src/cf ../../stage/release/lib/cf_endian_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_core.cmo cf_endian_core.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_emit.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_emit.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_annot.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_annot.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_annot.cmo cf_annot.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_ingest.cmo cf_data_ingest.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmti
- + 
- - build src/cf ../../stage/release/lib/cf_record_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_record_scan.cmo cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_dfa.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_decode.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_decode.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_decode.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_big.cmo cf_endian_big.ml
- - build src/cf ../../stage/release/lib/cf_endian_big.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian.cmo cf_endian.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.ml
- - scan src/cf ../../stage/release/lib/cf_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.ml
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_base64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.ml
- - scan src/cf ../../stage/release/lib/cf_endian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.ml
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_index_node.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_slice.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.ml
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_smonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_base32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.ml
- - build src/cf ../../stage/release/lib/cf_endian_little.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_little.cmo cf_endian_little.ml
- - build src/cf ../../stage/release/lib/cf_endian_little.cmti
- + 
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_uri.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_regx.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_regx.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmx.scan, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_deque.cmx cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx.scan, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_gregorian.cmx cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_uri.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_relations.cmx cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_slice.cmx.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_slice.cmx cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_clockface.cmx cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmx.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_seq.cmx cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmx.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_type.cmx cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_tai64.cmx cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_monad_core.cmx cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_scan.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scan.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_scan.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_annot.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_annot.cmt
- + 
- - exit src/cf ../../stage/release/lib/cf_annot.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_tai64n.cmx cf_tai64n.ml
- - build src/cf ../../stage/release/lib/cf_leap_second.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_leap_second.cmx cf_leap_second.ml
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice_big.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_slice_big.cmx cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_bsearch.cmx cf_bsearch.ml
- - build src/cf ../../stage/release/lib/cf_journal.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_journal.cmx cf_journal.ml
- - build src/cf ../../stage/release/lib/cf_index_node.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_index_node.cmx cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_seqmonad.cmx cf_seqmonad.ml
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_sbheap.cmx cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_monad.cmx cf_monad.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmx, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_radix_n.cmx cf_radix_n.ml
- - build src/cf ../../stage/release/lib/cf_rbtree.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_rbtree.cmx cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmx, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_cmonad.cmx cf_cmonad.ml
- - build src/cf ../../stage/release/lib/cf_smonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_smonad.cmx cf_smonad.ml
- - build src/cf ../../stage/release/lib/cf_decode.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_decode.cmx cf_decode.ml
- - build src/cf ../../stage/release/lib/cf_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_scan.cmx cf_scan.ml
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_scmonad.cmx cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_base64.cmx cf_base64.ml
- - build src/cf ../../stage/release/lib/cf_base32.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_base32.cmx cf_base32.ml
- - build src/cf ../../stage/release/lib/cf_base16.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_base16.cmx cf_base16.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmx, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_bsearch_data.cmx cf_bsearch_data.ml
- - exit src/cf ../../stage/release/lib/cf_decode.cmx, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_annot.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_annot.cmx cf_annot.ml
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_chain_scan.cmx cf_chain_scan.ml
- - build src/cf ../../stage/release/lib/cf_number_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_number_scan.cmx cf_number_scan.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_record_scan.cmx cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmx, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_disjoint_interval.cmx cf_disjoint_interval.ml
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_data_ingest.cmx cf_data_ingest.ml
- - build src/cf ../../stage/release/lib/cf_data_render.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_data_render.cmx cf_data_render.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_stdtime.cmx cf_stdtime.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_dfa.cmx cf_dfa.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_encode.cmx cf_encode.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmx, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmx, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_emit.cmx cf_emit.ml
- - build src/cf ../../stage/release/lib/cf_endian_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_endian_core.cmx cf_endian_core.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_regx.cmx cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_endian_little.cmx cf_endian_little.ml
- - build src/cf ../../stage/release/lib/cf_endian_big.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_endian_big.cmx cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_endian.cmx cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmx, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_lex_scan.cmx cf_lex_scan.ml
- - exit src/cf ../../stage/release/lib/cf_endian.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_uri.cmx cf_uri.ml
- - exit src/cf ../../stage/release/lib/cf_uri.cmx, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/libOrsettoCF.a
- + ocamlfind ocamlmklib -o ../../stage/release/lib/OrsettoCF ../../stage/release/lib/cf_endian_big_aux.o ../../stage/release/lib/cf_endian_little_aux.o ../../stage/release/lib/cf_tai64_aux.o ../../stage/release/lib/cf_tai64n_aux.o
- - build src/cf ../../stage/release/lib/OrsettoCF.cmxa
- + ocamlfind ocamlmklib -o ../../stage/release/lib/OrsettoCF ../../stage/release/lib/cf_relations.cmx ../../stage/release/lib/cf_journal.cmx ../../stage/release/lib/cf_tai64.cmx ../../stage/release/lib/cf_tai64n.cmx ../../stage/release/lib/cf_leap_second.cmx ../../stage/release/lib/cf_gregorian.cmx ../../stage/release/lib/cf_clockface.cmx ../../stage/release/lib/cf_monad_core.cmx ../../stage/release/lib/cf_seq.cmx ../../stage/release/lib/cf_seqmonad.cmx ../../stage/release/lib/cf_slice.cmx ../../stage/release/lib/cf_slice_big.cmx ../../stage/release/lib/cf_monad.cmx ../../stage/release/lib/cf_type.cmx ../../stage/release/lib/cf_deque.cmx ../../stage/release/lib/cf_index_node.cmx ../../stage/release/lib/cf_rbtree.cmx ../../stage/release/lib/cf_sbheap.cmx ../../stage/release/lib/cf_bsearch.cmx ../../stage/release/lib/cf_bsearch_data.cmx ../../stage/release/lib/cf_disjoint_interval.cmx ../../stage/release/lib/cf_data_render.cmx ../../stage/release/lib/cf_decode.cmx ../../stage/release/lib/cf_encode.cmx ../../stage/release/lib/cf_endian_core.cmx ../../stage/release/lib/cf_endian_big.cmx ../../stage/release/lib/cf_endian_little.cmx ../../stage/release/lib/cf_endian.cmx ../../stage/release/lib/cf_cmonad.cmx ../../stage/release/lib/cf_scmonad.cmx ../../stage/release/lib/cf_smonad.cmx ../../stage/release/lib/cf_radix_n.cmx ../../stage/release/lib/cf_base16.cmx ../../stage/release/lib/cf_base32.cmx ../../stage/release/lib/cf_base64.cmx ../../stage/release/lib/cf_emit.cmx ../../stage/release/lib/cf_scan.cmx ../../stage/release/lib/cf_data_ingest.cmx ../../stage/release/lib/cf_annot.cmx ../../stage/release/lib/cf_chain_scan.cmx ../../stage/release/lib/cf_number_scan.cmx ../../stage/release/lib/cf_dfa.cmx ../../stage/release/lib/cf_regx.cmx ../../stage/release/lib/cf_lex_scan.cmx ../../stage/release/lib/cf_stdtime.cmx ../../stage/release/lib/cf_uri.cmx ../../stage/release/lib/cf_record_scan.cmx
- - build src/cf ../../stage/release/lib/OrsettoCF.cma
- + ocamlfind ocamlmklib -o ../../stage/release/lib/OrsettoCF ../../stage/release/lib/cf_relations.cmo ../../stage/release/lib/cf_journal.cmo ../../stage/release/lib/cf_tai64.cmo ../../stage/release/lib/cf_tai64n.cmo ../../stage/release/lib/cf_leap_second.cmo ../../stage/release/lib/cf_gregorian.cmo ../../stage/release/lib/cf_clockface.cmo ../../stage/release/lib/cf_monad_core.cmo ../../stage/release/lib/cf_seq.cmo ../../stage/release/lib/cf_seqmonad.cmo ../../stage/release/lib/cf_slice.cmo ../../stage/release/lib/cf_slice_big.cmo ../../stage/release/lib/cf_monad.cmo ../../stage/release/lib/cf_type.cmo ../../stage/release/lib/cf_deque.cmo ../../stage/release/lib/cf_index_node.cmo ../../stage/release/lib/cf_rbtree.cmo ../../stage/release/lib/cf_sbheap.cmo ../../stage/release/lib/cf_bsearch.cmo ../../stage/release/lib/cf_bsearch_data.cmo ../../stage/release/lib/cf_disjoint_interval.cmo ../../stage/release/lib/cf_data_render.cmo ../../stage/release/lib/cf_decode.cmo ../../stage/release/lib/cf_encode.cmo ../../stage/release/lib/cf_endian_core.cmo ../../stage/release/lib/cf_endian_big.cmo ../../stage/release/lib/cf_endian_little.cmo ../../stage/release/lib/cf_endian.cmo ../../stage/release/lib/cf_cmonad.cmo ../../stage/release/lib/cf_scmonad.cmo ../../stage/release/lib/cf_smonad.cmo ../../stage/release/lib/cf_radix_n.cmo ../../stage/release/lib/cf_base16.cmo ../../stage/release/lib/cf_base32.cmo ../../stage/release/lib/cf_base64.cmo ../../stage/release/lib/cf_emit.cmo ../../stage/release/lib/cf_scan.cmo ../../stage/release/lib/cf_data_ingest.cmo ../../stage/release/lib/cf_annot.cmo ../../stage/release/lib/cf_chain_scan.cmo ../../stage/release/lib/cf_number_scan.cmo ../../stage/release/lib/cf_dfa.cmo ../../stage/release/lib/cf_regx.cmo ../../stage/release/lib/cf_lex_scan.cmo ../../stage/release/lib/cf_stdtime.cmo ../../stage/release/lib/cf_uri.cmo ../../stage/release/lib/cf_record_scan.cmo
- - exit src/cf ../../stage/release/lib/OrsettoCF.cma, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/libOrsettoCF.a, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/dllOrsettoCF.so
- + 
- - exit src/cf ../../stage/release/lib/dllOrsettoCF.so, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/OrsettoCF.cmxa, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/OrsettoCF.a
- + 
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix,uucd ucs_db_aux.mli
- - scan src/ucs ../../stage/release/lib/ucdgen.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucdgen.ml
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_db_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_ucdgen_aux.ml
- - exit src/cf ../../stage/release/lib/OrsettoCF.a, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_ucdgen_aux.cmo ucs_ucdgen_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucdgen.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_aux.cmi
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix,uucd -c -o ../../stage/release/lib/ucs_db_aux.cmi ucs_db_aux.mli
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_aux.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_db_aux.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_db_aux.cmo ucs_db_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucs_ucdgen_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucs_db_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix,uucd -inline 9 -c -o ../../stage/release/lib/ucs_ucdgen_aux.cmx ucs_ucdgen_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx, 0.04 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_aux.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix,uucd -inline 9 -c -o ../../stage/release/lib/ucs_db_aux.cmx ucs_db_aux.ml
- - build src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmi
- + 
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmi, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmo, 0.13 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmx, 0.15 sec, code 0
- - build src/ucs ../../stage/release/lib/ucdgen.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix,uucd -inline 9 -c -o ../../stage/release/lib/ucdgen.cmx ucdgen.ml
- - exit src/ucs ../../stage/release/lib/ucdgen.cmx, 0.19 sec, code 0
- - build src/ucs ../../stage/release/lib/ucdgen.cmi
- + 
- - exit src/ucs ../../stage/release/lib/ucdgen.cmi, 0.00 sec, code 0
- - build src/ucs ../../stage/release/bin/ucdgen
- + ocamlfind ocamlopt -linkpkg -I ../../stage/release/lib -package unix,uucd -o ../../stage/release/bin/ucdgen ../../stage/release/lib/OrsettoCF.cmxa ../../stage/release/lib/ucs_ucdgen_aux.cmx ../../stage/release/lib/ucs_db_aux.cmx ../../stage/release/lib/ucdgen.cmx
- - exit src/ucs ../../stage/release/bin/ucdgen, 0.19 sec, code 0
- - build src/ucs ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- + stage/release/bin/ucdgen -verbose -propaliases ../../stage/release/src/ucs/db/PropertyAliases.txt -propvalaliases ../../stage/release/src/ucs/db/PropertyValueAliases.txt -regx1 ../../stage/release/src/ucs/db/ucs_db_regx1.ml ../../stage/release/src/ucs/db/ucd.all.grouped.xml
- - build src/ucs ../../stage/release/src/ucs/db/ucs_db_core.ml
- + stage/release/bin/ucdgen -verbose -propaliases ../../stage/release/src/ucs/db/PropertyAliases.txt -propvalaliases ../../stage/release/src/ucs/db/PropertyValueAliases.txt -core ../../stage/release/src/ucs/db/ucs_db_core.ml ../../stage/release/src/ucs/db/ucd.all.grouped.xml
- INFO: Database input: ../../stage/release/src/ucs/db/ucd.all.grouped.xml
- INFO: Database input: ../../stage/release/src/ucs/db/ucd.all.grouped.xml
- INFO: Database loaded.
- INFO: Database loaded.
- INFO: Loaded 129 records from ../../stage/release/src/ucs/db/PropertyAliases.txt
- INFO: Loaded 1136 records from ../../stage/release/src/ucs/db/PropertyValueAliases.txt
- INFO: Emitted composition_map
- INFO: Generated canonical_decomposition as discrete map.
- INFO: Generated alphabetic as interval set.
- INFO: Generated compatibility_decomposition as discrete map.
- INFO: Generated lowercase as interval set.
- INFO: Generated grapheme_base as interval set.
- INFO: Generated uppercase as interval set.
- INFO: Generated id_start as interval set.
- INFO: Generated noncharacter_code_point as interval set.
- INFO: Generated default_ignorable_code_point as interval set.
- INFO: Generated id_continue as interval set.
- INFO: Generated white_space as interval set.
- INFO: Generated canonical_combining_class as interval map.
- INFO: Generated quick_check_nfc as interval map.
- INFO: Generated quick_check_nfd as interval map.
- INFO: Generated block as interval map.
- INFO: Generated quick_check_nfkc as interval map.
- INFO: Generated general_category as interval map.
- INFO: Generated quick_check_nfkd as interval map.
- - exit src/ucs ../../stage/release/src/ucs/db/ucs_db_core.ml, 12.69 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmo.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_db_core.cmo ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmi
- + 
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmi, 0.00 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmx.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_db_core.cmx ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmx, 0.05 sec, code 0
- INFO: Generated script as interval map.
- INFO: Emitted property value alias table valias_block_0
- INFO: Emitted property value alias table valias_bool_0
- INFO: Emitted property value alias table valias_general_category_0
- INFO: Emitted property value alias table valias_int_0
- INFO: Emitted property value alias table valias_quick_check_0
- INFO: Emitted property value alias table valias_quick_check_1
- INFO: Emitted property value alias table valias_script_0
- INFO: Emitted property_index
- - exit src/ucs ../../stage/release/src/ucs/db/ucs_db_regx1.ml, 13.33 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_regx1.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmo.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_db_regx1.cmo ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmo, 0.14 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmi
- + 
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmi, 0.00 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_regx1.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmx.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_db_regx1.cmx ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmx, 0.19 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_scan.mli
- - scan src/ucs ../../stage/release/lib/ucs_text.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_text.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport.mli
- - scan src/ucs ../../stage/release/lib/ucs_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf32.mli
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_regx.mli
- - scan src/ucs ../../stage/release/lib/ucs_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_type.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport.ml
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_text.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_text.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_aux.mli
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_property_core.mli
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_normal.ml
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf16.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_lex_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_lex_scan.mli
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_normal.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf8.mli
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_regx.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf16.mli
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_stream_safe.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf8.ml
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_property_core.cmi ucs_property_core.mli
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_aux.cmi ucs_transport_aux.mli
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_stream_safe.cmi ucs_stream_safe.mli
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmi.scan, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_normal.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_normal.cmi ucs_normal.mli
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_aux.cmo ucs_transport_aux.ml
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf32.cmi ucs_transport_utf32.mli
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf16.cmi ucs_transport_utf16.mli
- - build src/ucs ../../stage/release/lib/ucs_transport.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport.cmi ucs_transport.mli
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf8.cmi ucs_transport_utf8.mli
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_property_core.cmo ucs_property_core.ml
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmti
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmti
- + 
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmi, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_normal.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_normal.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_normal.cmo ucs_normal.ml
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_stream_safe.cmo ucs_stream_safe.ml
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf16.cmo ucs_transport_utf16.ml
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_text.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_text.cmi ucs_text.mli
- - build src/ucs ../../stage/release/lib/ucs_transport.cmti
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf32.cmo ucs_transport_utf32.ml
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_transport.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport.cmo ucs_transport.ml
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf8.cmo ucs_transport_utf8.ml
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmo, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_text.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_scan.cmi ucs_scan.mli
- - build src/ucs ../../stage/release/lib/ucs_regx.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_regx.cmi ucs_regx.mli
- - build src/ucs ../../stage/release/lib/ucs_text.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_text.cmo ucs_text.ml
- - build src/ucs ../../stage/release/lib/ucs_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_type.cmi ucs_type.mli
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_normal.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_type.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_type.cmo ucs_type.ml
- - exit src/ucs ../../stage/release/lib/ucs_type.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_regx.cmti
- + 
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_scan.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_scan.cmo ucs_scan.ml
- - build src/ucs ../../stage/release/lib/ucs_regx.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_regx.cmo ucs_regx.ml
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_lex_scan.cmi ucs_lex_scan.mli
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmo, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_text.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_text.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmo, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_type.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_type.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf16.ml
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_text.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_text.ml
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_regx.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf8.ml
- - scan src/ucs ../../stage/release/lib/ucs_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_normal.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_lex_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmti
- + 
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_lex_scan.cmo ucs_lex_scan.ml
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmx.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport_aux.cmx ucs_transport_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_property_core.cmx ucs_property_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmo, 0.05 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_scan.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmt, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmx, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_normal.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_normal.cmx ucs_normal.ml
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmo, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmx, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport_utf32.cmx ucs_transport_utf32.ml
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport_utf16.cmx ucs_transport_utf16.ml
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport_utf8.cmx ucs_transport_utf8.ml
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmo, 0.08 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_regx.cmt
- + 
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport.cmx ucs_transport.ml
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmx, 0.06 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_stream_safe.cmx ucs_stream_safe.ml
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmx, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_text.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_text.cmx ucs_text.ml
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmx, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmx, 0.04 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_scan.cmx ucs_scan.ml
- - build src/ucs ../../stage/release/lib/ucs_type.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_type.cmx ucs_type.ml
- - exit src/ucs ../../stage/release/lib/ucs_type.cmx, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmx, 0.05 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_regx.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_regx.cmx ucs_regx.ml
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmx, 0.19 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_lex_scan.cmx ucs_lex_scan.ml
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmx, 0.04 sec, code 0
- - build src/ucs ../../stage/release/lib/OrsettoUCS.cmxa
- + ocamlfind ocamlopt -a -o ../../stage/release/lib/OrsettoUCS.cmxa ../../stage/release/lib/ucs_ucdgen_aux.cmx ../../stage/release/lib/ucs_db_aux.cmx ../../stage/release/lib/ucs_db_core.cmx ../../stage/release/lib/ucs_db_regx1.cmx ../../stage/release/lib/ucs_transport_aux.cmx ../../stage/release/lib/ucs_transport_utf8.cmx ../../stage/release/lib/ucs_transport_utf16.cmx ../../stage/release/lib/ucs_transport_utf32.cmx ../../stage/release/lib/ucs_transport.cmx ../../stage/release/lib/ucs_property_core.cmx ../../stage/release/lib/ucs_normal.cmx ../../stage/release/lib/ucs_stream_safe.cmx ../../stage/release/lib/ucs_text.cmx ../../stage/release/lib/ucs_type.cmx ../../stage/release/lib/ucs_scan.cmx ../../stage/release/lib/ucs_regx.cmx ../../stage/release/lib/ucs_lex_scan.cmx
- - build src/ucs ../../stage/release/lib/OrsettoUCS.cma
- + ocamlfind ocamlc -a -o ../../stage/release/lib/OrsettoUCS.cma ../../stage/release/lib/ucs_ucdgen_aux.cmo ../../stage/release/lib/ucs_db_aux.cmo ../../stage/release/lib/ucs_db_core.cmo ../../stage/release/lib/ucs_db_regx1.cmo ../../stage/release/lib/ucs_transport_aux.cmo ../../stage/release/lib/ucs_transport_utf8.cmo ../../stage/release/lib/ucs_transport_utf16.cmo ../../stage/release/lib/ucs_transport_utf32.cmo ../../stage/release/lib/ucs_transport.cmo ../../stage/release/lib/ucs_property_core.cmo ../../stage/release/lib/ucs_normal.cmo ../../stage/release/lib/ucs_stream_safe.cmo ../../stage/release/lib/ucs_text.cmo ../../stage/release/lib/ucs_type.cmo ../../stage/release/lib/ucs_scan.cmo ../../stage/release/lib/ucs_regx.cmo ../../stage/release/lib/ucs_lex_scan.cmo
- - exit src/ucs ../../stage/release/lib/OrsettoUCS.cma, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/OrsettoUCS.cmxa, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/OrsettoUCS.a
- + 
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_encode.ml
- - scan src/json ../../stage/release/lib/json_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_scan.ml
- - scan src/json ../../stage/release/lib/json_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_scan.mli
- - scan src/json ../../stage/release/lib/json_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_decode.mli
- - scan src/cbor ../../stage/release/lib/cbor_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_event.mli
- - scan src/json ../../stage/release/lib/json_event.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_event.ml
- - scan src/json ../../stage/release/lib/json_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_emit.ml
- - scan src/cbor ../../stage/release/lib/cbor_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_type.mli
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_encode.mli
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_flyweight.mli
- - scan src/json ../../stage/release/lib/json_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_type.mli
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_notation.ml
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_notation.mli
- - scan src/cbor ../../stage/release/lib/cbor_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_decode.ml
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - scan src/cbor ../../stage/release/lib/cbor_event.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_event.ml
- - scan src/json ../../stage/release/lib/json_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_emit.mli
- - scan src/json ../../stage/release/lib/json_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_event.mli
- - exit src/ucs ../../stage/release/lib/OrsettoUCS.a, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi.scan, 0.01 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_event.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_event.cmi cbor_event.mli
- - exit src/json ../../stage/release/lib/json_scan.cmi.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmo.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi.scan, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_flyweight.cmi cbor_flyweight.mli
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi.scan, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_event.cmi json_event.mli
- - exit src/json ../../stage/release/lib/json_emit.cmi.scan, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_emit.cmi json_emit.mli
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmi.scan, 0.03 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_type.cmi json_type.mli
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmti
- + 
- - build src/json ../../stage/release/lib/json_event.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_event.cmo json_event.ml
- - build src/json ../../stage/release/lib/json_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_scan.cmi json_scan.mli
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmti
- + 
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_flyweight.cmo cbor_flyweight.ml
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_decode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_decode.cmi cbor_decode.mli
- - build src/cbor ../../stage/release/lib/cbor_event.cmti
- + 
- - build src/cbor ../../stage/release/lib/cbor_encode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_encode.cmi cbor_encode.mli
- - build src/cbor ../../stage/release/lib/cbor_event.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_event.cmo cbor_event.ml
- - build src/cbor ../../stage/release/lib/cbor_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_type.cmi cbor_type.mli
- - build src/cbor ../../stage/release/lib/cbor_notation.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_notation.cmi cbor_notation.mli
- - exit src/cbor ../../stage/release/lib/cbor_event.cmti, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmti, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmti, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmi, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmti
- + 
- - build src/json ../../stage/release/lib/json_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_type.cmo json_type.ml
- - exit src/json ../../stage/release/lib/json_emit.cmi, 0.03 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmti
- + 
- - build src/json ../../stage/release/lib/json_emit.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_emit.cmo json_emit.ml
- - exit src/json ../../stage/release/lib/json_emit.cmti, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmti, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmt
- + 
- - exit src/json ../../stage/release/lib/json_type.cmo, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_encode.cmti
- + 
- - exit src/json ../../stage/release/lib/json_type.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmt, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmti, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmi, 0.03 sec, code 0
- - build src/json ../../stage/release/lib/json_scan.cmti
- + 
- - build src/json ../../stage/release/lib/json_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_scan.cmo json_scan.ml
- - scan src/json ../../stage/release/lib/json_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_emit.ml
- - scan src/json ../../stage/release/lib/json_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_scan.ml
- - scan src/json ../../stage/release/lib/json_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_type.ml
- - scan src/json ../../stage/release/lib/json_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_event.ml
- - exit src/json ../../stage/release/lib/json_scan.cmti, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_notation.cmti
- + 
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_encode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_encode.cmo cbor_encode.ml
- - build src/cbor ../../stage/release/lib/cbor_type.cmti
- + 
- - build src/cbor ../../stage/release/lib/cbor_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_type.cmo cbor_type.ml
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_event.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_decode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_decode.cmo cbor_decode.ml
- - scan src/cbor ../../stage/release/lib/cbor_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_encode.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_decode.ml
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - scan src/cbor ../../stage/release/lib/cbor_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_event.ml
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_notation.ml
- - build src/cbor ../../stage/release/lib/cbor_notation.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_notation.cmo cbor_notation.ml
- - build src/cbor ../../stage/release/lib/cbor_decode.cmti
- + 
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmti, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmt, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmti, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmti, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmx.scan, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/json_event.cmx json_event.ml
- - exit src/json ../../stage/release/lib/json_type.cmx.scan, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/json_type.cmx json_type.ml
- - exit src/json ../../stage/release/lib/json_scan.cmx.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmx.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmo, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_type.cmt
- + 
- - exit src/json ../../stage/release/lib/json_emit.cmo, 0.04 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo, 0.06 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmt, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmt, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmx.scan, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_event.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_event.cmx cbor_event.ml
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmx.scan, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_flyweight.cmx cbor_flyweight.ml
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmx.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmx.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmx.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmx.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo, 0.04 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_encode.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmx, 0.03 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/json_emit.cmx json_emit.ml
- - exit src/json ../../stage/release/lib/json_event.cmx, 0.04 sec, code 0
- - build src/json ../../stage/release/lib/json_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/json_scan.cmx json_scan.ml
- - exit src/cbor ../../stage/release/lib/cbor_event.cmx, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_type.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_type.cmx cbor_type.ml
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmo, 0.05 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_notation.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmo, 0.09 sec, code 0
- - build src/json ../../stage/release/lib/json_scan.cmt
- + 
- - exit src/json ../../stage/release/lib/json_scan.cmt, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmx, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_decode.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_decode.cmx cbor_decode.ml
- - build src/cbor ../../stage/release/lib/cbor_encode.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_encode.cmx cbor_encode.ml
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmo, 0.11 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_decode.cmt
- + 
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmx, 0.07 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmx, 0.10 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmx, 0.08 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmx, 0.18 sec, code 0
- - build src/json ../../stage/release/lib/OrsettoJSON.cma
- + ocamlfind ocamlc -a -o ../../stage/release/lib/OrsettoJSON.cma ../../stage/release/lib/json_type.cmo ../../stage/release/lib/json_event.cmo ../../stage/release/lib/json_emit.cmo ../../stage/release/lib/json_scan.cmo
- - build src/json ../../stage/release/lib/OrsettoJSON.cmxa
- + ocamlfind ocamlopt -a -o ../../stage/release/lib/OrsettoJSON.cmxa ../../stage/release/lib/json_type.cmx ../../stage/release/lib/json_event.cmx ../../stage/release/lib/json_emit.cmx ../../stage/release/lib/json_scan.cmx
- - exit src/json ../../stage/release/lib/OrsettoJSON.cma, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/OrsettoJSON.cmxa, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/OrsettoJSON.a
- + 
- - exit src/json ../../stage/release/lib/OrsettoJSON.a, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmx, 0.20 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_notation.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/cbor_notation.cmx cbor_notation.ml
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmx, 0.06 sec, code 0
- - build src/cbor ../../stage/release/lib/OrsettoCBOR.cma
- + ocamlfind ocamlc -a -o ../../stage/release/lib/OrsettoCBOR.cma ../../stage/release/lib/cbor_type.cmo ../../stage/release/lib/cbor_flyweight.cmo ../../stage/release/lib/cbor_event.cmo ../../stage/release/lib/cbor_encode.cmo ../../stage/release/lib/cbor_decode.cmo ../../stage/release/lib/cbor_notation.cmo
- - build src/cbor ../../stage/release/lib/OrsettoCBOR.cmxa
- + ocamlfind ocamlopt -a -o ../../stage/release/lib/OrsettoCBOR.cmxa ../../stage/release/lib/cbor_type.cmx ../../stage/release/lib/cbor_flyweight.cmx ../../stage/release/lib/cbor_event.cmx ../../stage/release/lib/cbor_encode.cmx ../../stage/release/lib/cbor_decode.cmx ../../stage/release/lib/cbor_notation.cmx
- - exit src/cbor ../../stage/release/lib/OrsettoCBOR.cma, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/OrsettoCBOR.cmxa, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/OrsettoCBOR.a
- + 
- - exit src/cbor ../../stage/release/lib/OrsettoCBOR.a, 0.00 sec, code 0
- *** omake: done (19.59 sec, 224/224 scans, 395/395 rules, 589/647 digests)
-> compiled  orsetto.1.1.2
Processing 21/21: [orsetto: omake install]
+ /home/opam/.opam/4.14/bin/omake "--verbose" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/orsetto.1.1.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.07 sec)
- - build src/ucs ../../stage/release/src/ucs/db
- + <if ... then ... [else ...]>
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.mli
- - scan src/cf ../../stage/release/lib/cf_index_node.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.mli
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.mli
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.mli
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.mli
- - scan src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_tai64n_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_tai64n_aux.c
- - scan src/cf ../../stage/release/lib/cf_tai64_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_tai64_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_tai64_aux.c
- - scan src/cf ../../stage/release/lib/cf_endian_big_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_endian_big_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_endian_big_aux.c
- - scan src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan
- + ocamlfind ocamlc -ccopt -MM -ccopt -MT -ccopt ../../stage/release/lib/cf_endian_little_aux.o -ccopt -O3 -ccopt -DNDEBUG -I ../../stage/release/lib -package bigarray,unix cf_endian_little_aux.c
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.mli
- - scan src/cf ../../stage/release/lib/cf_clockface.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.mli
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.mli
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.mli
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_smonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.ml
- - scan src/cf ../../stage/release/lib/cf_base64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.ml
- - scan src/cf ../../stage/release/lib/cf_base32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_endian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_slice.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.ml
- - scan src/cf ../../stage/release/lib/cf_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.ml
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.ml
- - scan src/cf ../../stage/release/lib/cf_index_node.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.ml
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.ml
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.mli
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.mli
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.mli
- - scan src/cf ../../stage/release/lib/cf_journal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.mli
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.mli
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.mli
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.mli
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.mli
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.mli
- - scan src/cf ../../stage/release/lib/cf_endian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.mli
- - scan src/cf ../../stage/release/lib/cf_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.mli
- - scan src/cf ../../stage/release/lib/cf_base16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.mli
- - scan src/cf ../../stage/release/lib/cf_base64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.mli
- - scan src/cf ../../stage/release/lib/cf_base32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.mli
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.mli
- - scan src/cf ../../stage/release/lib/cf_smonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.mli
- - scan src/cf ../../stage/release/lib/cf_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.mli
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.mli
- - scan src/cf ../../stage/release/lib/cf_monad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.mli
- - scan src/cf ../../stage/release/lib/cf_annot.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.mli
- - scan src/cf ../../stage/release/lib/cf_tai64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.mli
- - scan src/cf ../../stage/release/lib/cf_deque.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.mli
- - scan src/cf ../../stage/release/lib/cf_slice.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.mli
- - scan src/cf ../../stage/release/lib/cf_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.mli
- - scan src/cf ../../stage/release/lib/cf_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.mli
- - scan src/cf ../../stage/release/lib/cf_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.mli
- - scan src/cf ../../stage/release/lib/cf_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.mli
- - scan src/cf ../../stage/release/lib/cf_uri.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.mli
- - scan src/cf ../../stage/release/lib/cf_seq.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.mli
- - scan src/cf ../../stage/release/lib/cf_dfa.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.mli
- - build . stage/release/src/orsetto.findlib
- + <if ... then ... [else ...]>
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.mli
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.mli
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.mli
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.mli
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.mli
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.mli
- - scan src/cf ../../stage/release/lib/cf_data_render.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.mli
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.mli
- + mkdir -p stage/release/src/orsetto.findlib
- - exit src/ucs ../../stage/release/src/ucs/db, 0.07 sec, code 0
- - exit . stage/release/src/orsetto.findlib, 0.01 sec, code 0
- - build . stage/release/src/orsetto.findlib/META
- + public.fprint($(public.@), $(this.to-string))
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmi.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmi.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmi.scan, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_type.cmi cf_type.mli
- - exit src/cf ../../stage/release/lib/cf_regx.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmi.scan, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice.cmi cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmi.scan, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_deque.cmi cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmo.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_clockface.cmi cf_clockface.mli
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_gregorian.cmo cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big_aux.o.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package bigarray,unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_tai64n_aux.o -c cf_tai64n_aux.c
- - exit src/cf ../../stage/release/lib/cf_relations.cmi.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_relations.cmi cf_relations.mli
- - exit src/cf ../../stage/release/lib/cf_journal.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi.scan, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad_core.cmi cf_monad_core.mli
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan, 0.07 sec, code 0
- - build . stage/release/src/orsetto.findlib/META
- + ocamlfind lint stage/release/src/orsetto.findlib/META
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_clockface.cmo cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmi, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_deque.cmo cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_slice.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_radix_n.cmi cf_radix_n.mli
- - build src/cf ../../stage/release/lib/cf_slice_big.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice_big.cmi cf_slice_big.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_type.cmo cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmi.scan, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seq.cmi cf_seq.mli
- archive(byte) = "OrsettoCF.cma"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(native) = "OrsettoCF.cmxa"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(byte) = "OrsettoUCS.cma"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(native) = "OrsettoUCS.cmxa"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(byte) = "OrsettoCBOR.cma"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(native) = "OrsettoCBOR.cmxa"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(byte) = "OrsettoJSON.cma"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- archive(native) = "OrsettoJSON.cmxa"
- This variable indicates how to link statically, you should add a "plugin(...)" variable for linking dynamically.
- 
- - exit src/cf ../../stage/release/lib/cf_relations.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch.cmi cf_bsearch.mli
- - build src/cf ../../stage/release/lib/cf_journal.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_journal.cmi cf_journal.mli
- - build src/cf ../../stage/release/lib/cf_sbheap.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_sbheap.cmi cf_sbheap.mli
- - build src/cf ../../stage/release/lib/cf_rbtree.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_rbtree.cmi cf_rbtree.mli
- - build src/cf ../../stage/release/lib/cf_tai64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64.cmi cf_tai64.mli
- - build src/cf ../../stage/release/lib/cf_dfa.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_dfa.cmi cf_dfa.mli
- - build src/cf ../../stage/release/lib/cf_index_node.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_index_node.cmi cf_index_node.mli
- - build src/cf ../../stage/release/lib/cf_relations.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_relations.cmo cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi.scan, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_render.cmi cf_data_render.mli
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo, 0.03 sec, code 0
- - exit . stage/release/src/orsetto.findlib/META, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seqmonad.cmo cf_seqmonad.ml
- - build src/cf ../../stage/release/lib/cf_monad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad.cmi cf_monad.mli
- - build src/cf ../../stage/release/lib/cf_monad_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad_core.cmo cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice_big.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_slice_big.cmo cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base64.cmi cf_base64.mli
- - build src/cf ../../stage/release/lib/cf_base32.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base32.cmi cf_base32.mli
- - build src/cf ../../stage/release/lib/cf_base16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base16.cmi cf_base16.mli
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch.cmo cf_bsearch.ml
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch_data.cmi cf_bsearch_data.mli
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_stdtime.cmi cf_stdtime.mli
- - build src/cf ../../stage/release/lib/cf_tai64n.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64n.cmi cf_tai64n.mli
- - build src/cf ../../stage/release/lib/cf_tai64.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64.cmo cf_tai64.ml
- - build src/cf ../../stage/release/lib/cf_leap_second.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_leap_second.cmi cf_leap_second.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_radix_n.cmo cf_radix_n.ml
- - build src/cf ../../stage/release/lib/cf_seq.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_seq.cmo cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_regx.cmi cf_regx.mli
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_sbheap.cmo cf_sbheap.ml
- - build src/cf ../../stage/release/lib/cf_index_node.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_index_node.cmo cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_journal.cmo cf_journal.ml
- - exit src/cf ../../stage/release/lib/cf_base64.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_base64.cmo cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_cmonad.cmi cf_cmonad.mli
- - build src/cf ../../stage/release/lib/cf_smonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_smonad.cmi cf_smonad.mli
- - build src/cf ../../stage/release/lib/cf_encode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_encode.cmi cf_encode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_monad.cmo cf_monad.ml
- - build src/cf ../../stage/release/lib/cf_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scan.cmi cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_leap_second.cmo cf_leap_second.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_tai64n.cmo cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmo, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_cmonad.cmo cf_cmonad.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scmonad.cmi cf_scmonad.mli
- - build src/cf ../../stage/release/lib/cf_smonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_smonad.cmo cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_base64.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_bsearch_data.cmo cf_bsearch_data.ml
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmi cf_disjoint_interval.mli
- - build src/cf ../../stage/release/lib/cf_data_render.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_render.cmo cf_data_render.ml
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_encode.cmo cf_encode.ml
- - build src/cf ../../stage/release/lib/cf_emit.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_emit.cmi cf_emit.mli
- - build src/cf ../../stage/release/lib/cf_endian_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_core.cmi cf_endian_core.mli
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmo, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmo, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmo, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scmonad.cmo cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_dfa.cmo cf_dfa.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_lex_scan.cmi cf_lex_scan.mli
- - build src/cf ../../stage/release/lib/cf_annot.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_annot.cmi cf_annot.mli
- - build src/cf ../../stage/release/lib/cf_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_scan.cmo cf_scan.ml
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_chain_scan.cmi cf_chain_scan.mli
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_ingest.cmi cf_data_ingest.mli
- - build src/cf ../../stage/release/lib/cf_number_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_number_scan.cmi cf_number_scan.mli
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian.cmi cf_endian.mli
- - build src/cf ../../stage/release/lib/cf_endian_little.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_little.cmi cf_endian_little.mli
- - build src/cf ../../stage/release/lib/cf_endian_big.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_big.cmi cf_endian_big.mli
- - build src/cf ../../stage/release/lib/cf_endian_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_core.cmo cf_endian_core.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_uri.cmi cf_uri.mli
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_little.cmo cf_endian_little.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian.cmo cf_endian.ml
- - build src/cf ../../stage/release/lib/cf_endian_big.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_endian_big.cmo cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_uri.cmi, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_chain_scan.cmo cf_chain_scan.ml
- - build src/cf ../../stage/release/lib/cf_record_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_record_scan.cmi cf_record_scan.mli
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_lex_scan.cmo cf_lex_scan.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi, 0.02 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_stdtime.cmo cf_stdtime.ml
- - build src/cf ../../stage/release/lib/cf_regx.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_regx.cmo cf_regx.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_uri.cmo cf_uri.ml
- - build src/cf ../../stage/release/lib/cf_number_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_number_scan.cmo cf_number_scan.ml
- - exit src/cf ../../stage/release/lib/cf_encode.cmo, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_data_ingest.cmo cf_data_ingest.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_annot.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_annot.cmo cf_annot.ml
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi, 0.02 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_type.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice_big.ml
- - scan src/cf ../../stage/release/lib/cf_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_scan.ml
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_base64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base64.ml
- - scan src/cf ../../stage/release/lib/cf_endian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_clockface.ml
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_index_node.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_slice.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_slice.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_relations.ml
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_smonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_smonad.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_chain_scan.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_big.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_decode.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_base32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_regx.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_core.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_endian_little.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_seqmonad.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_record_scan.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package bigarray,unix cf_disjoint_interval.ml
- - build src/cf ../../stage/release/lib/cf_record_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package bigarray,unix -c -o ../../stage/release/lib/cf_record_scan.cmo cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmx.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmx.scan, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx.scan, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmx.scan, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_monad_core.cmx cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmo, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_disjoint_interval.cmx cf_disjoint_interval.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package bigarray,unix -inline 9 -c -o ../../stage/release/lib/cf_regx.cmx cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmx, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/libOrsettoCF.a
- + ocamlfind ocamlmklib -o ../../stage/release/lib/OrsettoCF ../../stage/release/lib/cf_endian_big_aux.o ../../stage/release/lib/cf_endian_little_aux.o ../../stage/release/lib/cf_tai64_aux.o ../../stage/release/lib/cf_tai64n_aux.o
- - build src/cf ../../stage/release/lib/OrsettoCF.cma
- + ocamlfind ocamlmklib -o ../../stage/release/lib/OrsettoCF ../../stage/release/lib/cf_relations.cmo ../../stage/release/lib/cf_journal.cmo ../../stage/release/lib/cf_tai64.cmo ../../stage/release/lib/cf_tai64n.cmo ../../stage/release/lib/cf_leap_second.cmo ../../stage/release/lib/cf_gregorian.cmo ../../stage/release/lib/cf_clockface.cmo ../../stage/release/lib/cf_monad_core.cmo ../../stage/release/lib/cf_seq.cmo ../../stage/release/lib/cf_seqmonad.cmo ../../stage/release/lib/cf_slice.cmo ../../stage/release/lib/cf_slice_big.cmo ../../stage/release/lib/cf_monad.cmo ../../stage/release/lib/cf_type.cmo ../../stage/release/lib/cf_deque.cmo ../../stage/release/lib/cf_index_node.cmo ../../stage/release/lib/cf_rbtree.cmo ../../stage/release/lib/cf_sbheap.cmo ../../stage/release/lib/cf_bsearch.cmo ../../stage/release/lib/cf_bsearch_data.cmo ../../stage/release/lib/cf_disjoint_interval.cmo ../../stage/release/lib/cf_data_render.cmo ../../stage/release/lib/cf_decode.cmo ../../stage/release/lib/cf_encode.cmo ../../stage/release/lib/cf_endian_core.cmo ../../stage/release/lib/cf_endian_big.cmo ../../stage/release/lib/cf_endian_little.cmo ../../stage/release/lib/cf_endian.cmo ../../stage/release/lib/cf_cmonad.cmo ../../stage/release/lib/cf_scmonad.cmo ../../stage/release/lib/cf_smonad.cmo ../../stage/release/lib/cf_radix_n.cmo ../../stage/release/lib/cf_base16.cmo ../../stage/release/lib/cf_base32.cmo ../../stage/release/lib/cf_base64.cmo ../../stage/release/lib/cf_emit.cmo ../../stage/release/lib/cf_scan.cmo ../../stage/release/lib/cf_data_ingest.cmo ../../stage/release/lib/cf_annot.cmo ../../stage/release/lib/cf_chain_scan.cmo ../../stage/release/lib/cf_number_scan.cmo ../../stage/release/lib/cf_dfa.cmo ../../stage/release/lib/cf_regx.cmo ../../stage/release/lib/cf_lex_scan.cmo ../../stage/release/lib/cf_stdtime.cmo ../../stage/release/lib/cf_uri.cmo ../../stage/release/lib/cf_record_scan.cmo
- - exit src/cf ../../stage/release/lib/OrsettoCF.cma, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/libOrsettoCF.a, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix,uucd ucs_db_aux.mli
- - scan src/ucs ../../stage/release/lib/ucdgen.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucdgen.ml
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_db_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_ucdgen_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo.scan, 0.01 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucs_ucdgen_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_db_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix,uucd ucs_db_aux.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucdgen.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmx.scan, 0.01 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmo.scan, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_core.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_core.cmx.scan, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_regx1.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmo.scan, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_db_regx1.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ../../stage/release/src/ucs/db/ucs_db_regx1.ml
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmx.scan, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_scan.mli
- - scan src/ucs ../../stage/release/lib/ucs_text.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_text.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport.mli
- - scan src/ucs ../../stage/release/lib/ucs_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf32.mli
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_regx.mli
- - scan src/ucs ../../stage/release/lib/ucs_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_type.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport.ml
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_text.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_text.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_aux.mli
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_property_core.mli
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_normal.ml
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf16.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_lex_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_lex_scan.mli
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_normal.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf8.mli
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_regx.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf16.mli
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_stream_safe.mli
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf8.ml
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_property_core.cmi ucs_property_core.mli
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_aux.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_aux.cmi ucs_transport_aux.mli
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_stream_safe.cmi ucs_stream_safe.mli
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf16.cmi ucs_transport_utf16.mli
- - build src/ucs ../../stage/release/lib/ucs_text.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_text.cmi ucs_text.mli
- - build src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf8.cmi ucs_transport_utf8.mli
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_property_core.cmo ucs_property_core.ml
- - build src/ucs ../../stage/release/lib/ucs_normal.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_normal.cmo ucs_normal.ml
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_transport_utf16.cmo ucs_transport_utf16.ml
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_scan.cmi ucs_scan.mli
- - build src/ucs ../../stage/release/lib/ucs_regx.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_regx.cmi ucs_regx.mli
- - build src/ucs ../../stage/release/lib/ucs_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_type.cmi ucs_type.mli
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmi, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/ucs_lex_scan.cmi ucs_lex_scan.mli
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi, 0.02 sec, code 0
- - scan src/ucs ../../stage/release/lib/ucs_stream_safe.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf16.ml
- - scan src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - scan src/ucs ../../stage/release/lib/ucs_text.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_text.ml
- - scan src/ucs ../../stage/release/lib/ucs_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_regx.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf8.ml
- - scan src/ucs ../../stage/release/lib/ucs_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_normal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_normal.ml
- - scan src/ucs ../../stage/release/lib/ucs_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_lex_scan.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmx.scan, 0.01 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -inline 9 -c -o ../../stage/release/lib/ucs_transport_utf16.cmx ucs_transport_utf16.ml
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmx.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx, 0.03 sec, code 0
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_encode.ml
- - scan src/json ../../stage/release/lib/json_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_scan.ml
- - scan src/json ../../stage/release/lib/json_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_scan.mli
- - scan src/json ../../stage/release/lib/json_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_decode.mli
- - scan src/cbor ../../stage/release/lib/cbor_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_event.mli
- - scan src/json ../../stage/release/lib/json_event.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_event.ml
- - scan src/json ../../stage/release/lib/json_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_emit.ml
- - scan src/cbor ../../stage/release/lib/cbor_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_type.mli
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_encode.mli
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_flyweight.mli
- - scan src/json ../../stage/release/lib/json_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_type.mli
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_notation.ml
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_notation.mli
- - scan src/cbor ../../stage/release/lib/cbor_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_decode.ml
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - scan src/cbor ../../stage/release/lib/cbor_event.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_event.ml
- - scan src/json ../../stage/release/lib/json_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_emit.mli
- - scan src/json ../../stage/release/lib/json_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_event.mli
- - exit src/json ../../stage/release/lib/json_type.cmo.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmi.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi.scan, 0.01 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_event.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_event.cmi cbor_event.mli
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmi.scan, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_type.cmi json_type.mli
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi.scan, 0.01 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_flyweight.cmi cbor_flyweight.mli
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi.scan, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_event.cmi json_event.mli
- - exit src/json ../../stage/release/lib/json_emit.cmi.scan, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_emit.cmi json_emit.mli
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmo.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi, 0.01 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_decode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_decode.cmi cbor_decode.mli
- - build src/cbor ../../stage/release/lib/cbor_encode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_encode.cmi cbor_encode.mli
- - build src/cbor ../../stage/release/lib/cbor_event.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_event.cmo cbor_event.ml
- - build src/cbor ../../stage/release/lib/cbor_type.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_type.cmi cbor_type.mli
- - build src/cbor ../../stage/release/lib/cbor_notation.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_notation.cmi cbor_notation.mli
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi, 0.01 sec, code 0
- - build src/json ../../stage/release/lib/json_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_scan.cmo json_scan.ml
- - exit src/json ../../stage/release/lib/json_type.cmi, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/json_type.cmo json_type.ml
- - exit src/json ../../stage/release/lib/json_emit.cmi, 0.02 sec, code 0
- - scan src/json ../../stage/release/lib/json_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_emit.ml
- - scan src/json ../../stage/release/lib/json_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_scan.ml
- - scan src/json ../../stage/release/lib/json_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_type.ml
- - scan src/json ../../stage/release/lib/json_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_event.ml
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi, 0.02 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_encode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -c -o ../../stage/release/lib/cbor_encode.cmo cbor_encode.ml
- - exit src/json ../../stage/release/lib/json_type.cmx.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmx.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmo, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmx.scan, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi, 0.03 sec, code 0
- - scan src/cbor ../../stage/release/lib/cbor_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_type.ml
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_encode.ml
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_decode.ml
- - scan src/cbor ../../stage/release/lib/cbor_flyweight.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - scan src/cbor ../../stage/release/lib/cbor_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_event.ml
- - scan src/cbor ../../stage/release/lib/cbor_notation.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_notation.ml
- - exit src/cbor ../../stage/release/lib/cbor_type.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmx.scan, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo, 0.04 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmo, 0.09 sec, code 0
- --- Querying OCaml findlib configuration (ldconf) -> /home/opam/.opam/4.14/lib/ocaml/ld.conf
- - build . <install-orsetto>
- + ocamlfind install orsetto -ldconf /home/opam/.opam/4.14/lib/ocaml/ld.conf stage/release/src/orsetto.findlib/META opam stage/release/lib/libOrsettoCF.a stage/release/lib/dllOrsettoCF.so stage/release/lib/OrsettoCF.cma stage/release/lib/OrsettoCF.cmxa stage/release/lib/OrsettoCF.a stage/release/lib/cf_relations.cmi stage/release/lib/cf_journal.cmi stage/release/lib/cf_tai64.cmi stage/release/lib/cf_tai64n.cmi stage/release/lib/cf_leap_second.cmi stage/release/lib/cf_gregorian.cmi stage/release/lib/cf_clockface.cmi stage/release/lib/cf_monad_core.cmi stage/release/lib/cf_seq.cmi stage/release/lib/cf_seqmonad.cmi stage/release/lib/cf_slice.cmi stage/release/lib/cf_slice_big.cmi stage/release/lib/cf_monad.cmi stage/release/lib/cf_type.cmi stage/release/lib/cf_deque.cmi stage/release/lib/cf_index_node.cmi stage/release/lib/cf_rbtree.cmi stage/release/lib/cf_sbheap.cmi stage/release/lib/cf_bsearch.cmi stage/release/lib/cf_bsearch_data.cmi stage/release/lib/cf_disjoint_interval.cmi stage/release/lib/cf_data_render.cmi stage/release/lib/cf_decode.cmi stage/release/lib/cf_encode.cmi stage/release/lib/cf_endian_core.cmi stage/release/lib/cf_endian_big.cmi stage/release/lib/cf_endian_little.cmi stage/release/lib/cf_endian.cmi stage/release/lib/cf_cmonad.cmi stage/release/lib/cf_scmonad.cmi stage/release/lib/cf_smonad.cmi stage/release/lib/cf_radix_n.cmi stage/release/lib/cf_base16.cmi stage/release/lib/cf_base32.cmi stage/release/lib/cf_base64.cmi stage/release/lib/cf_emit.cmi stage/release/lib/cf_scan.cmi stage/release/lib/cf_data_ingest.cmi stage/release/lib/cf_annot.cmi stage/release/lib/cf_chain_scan.cmi stage/release/lib/cf_number_scan.cmi stage/release/lib/cf_dfa.cmi stage/release/lib/cf_regx.cmi stage/release/lib/cf_lex_scan.cmi stage/release/lib/cf_stdtime.cmi stage/release/lib/cf_uri.cmi stage/release/lib/cf_record_scan.cmi stage/release/lib/cf_relations.cmti stage/release/lib/cf_journal.cmti stage/release/lib/cf_tai64.cmti stage/release/lib/cf_tai64n.cmti stage/release/lib/cf_leap_second.cmti stage/release/lib/cf_gregorian.cmti stage/release/lib/cf_clockface.cmti stage/release/lib/cf_monad_core.cmti stage/release/lib/cf_seq.cmti stage/release/lib/cf_seqmonad.cmti stage/release/lib/cf_slice.cmti stage/release/lib/cf_slice_big.cmti stage/release/lib/cf_monad.cmti stage/release/lib/cf_type.cmti stage/release/lib/cf_deque.cmti stage/release/lib/cf_index_node.cmti stage/release/lib/cf_rbtree.cmti stage/release/lib/cf_sbheap.cmti stage/release/lib/cf_bsearch.cmti stage/release/lib/cf_bsearch_data.cmti stage/release/lib/cf_disjoint_interval.cmti stage/release/lib/cf_data_render.cmti stage/release/lib/cf_decode.cmti stage/release/lib/cf_encode.cmti stage/release/lib/cf_endian_core.cmti stage/release/lib/cf_endian_big.cmti stage/release/lib/cf_endian_little.cmti stage/release/lib/cf_endian.cmti stage/release/lib/cf_cmonad.cmti stage/release/lib/cf_scmonad.cmti stage/release/lib/cf_smonad.cmti stage/release/lib/cf_radix_n.cmti stage/release/lib/cf_base16.cmti stage/release/lib/cf_base32.cmti stage/release/lib/cf_base64.cmti stage/release/lib/cf_emit.cmti stage/release/lib/cf_scan.cmti stage/release/lib/cf_data_ingest.cmti stage/release/lib/cf_annot.cmti stage/release/lib/cf_chain_scan.cmti stage/release/lib/cf_number_scan.cmti stage/release/lib/cf_dfa.cmti stage/release/lib/cf_regx.cmti stage/release/lib/cf_lex_scan.cmti stage/release/lib/cf_stdtime.cmti stage/release/lib/cf_uri.cmti stage/release/lib/cf_record_scan.cmti stage/release/lib/cf_relations.cmt stage/release/lib/cf_journal.cmt stage/release/lib/cf_tai64.cmt stage/release/lib/cf_tai64n.cmt stage/release/lib/cf_leap_second.cmt stage/release/lib/cf_gregorian.cmt stage/release/lib/cf_clockface.cmt stage/release/lib/cf_monad_core.cmt stage/release/lib/cf_seq.cmt stage/release/lib/cf_seqmonad.cmt stage/release/lib/cf_slice.cmt stage/release/lib/cf_slice_big.cmt stage/release/lib/cf_monad.cmt stage/release/lib/cf_type.cmt stage/release/lib/cf_deque.cmt stage/release/lib/cf_index_node.cmt stage/release/lib/cf_rbtree.cmt stage/release/lib/cf_sbheap.cmt stage/release/lib/cf_bsearch.cmt stage/release/lib/cf_bsearch_data.cmt stage/release/lib/cf_disjoint_interval.cmt stage/release/lib/cf_data_render.cmt stage/release/lib/cf_decode.cmt stage/release/lib/cf_encode.cmt stage/release/lib/cf_endian_core.cmt stage/release/lib/cf_endian_big.cmt stage/release/lib/cf_endian_little.cmt stage/release/lib/cf_endian.cmt stage/release/lib/cf_cmonad.cmt stage/release/lib/cf_scmonad.cmt stage/release/lib/cf_smonad.cmt stage/release/lib/cf_radix_n.cmt stage/release/lib/cf_base16.cmt stage/release/lib/cf_base32.cmt stage/release/lib/cf_base64.cmt stage/release/lib/cf_emit.cmt stage/release/lib/cf_scan.cmt stage/release/lib/cf_data_ingest.cmt stage/release/lib/cf_annot.cmt stage/release/lib/cf_chain_scan.cmt stage/release/lib/cf_number_scan.cmt stage/release/lib/cf_dfa.cmt stage/release/lib/cf_regx.cmt stage/release/lib/cf_lex_scan.cmt stage/release/lib/cf_stdtime.cmt stage/release/lib/cf_uri.cmt stage/release/lib/cf_record_scan.cmt stage/release/lib/cf_relations.cmx stage/release/lib/cf_journal.cmx stage/release/lib/cf_tai64.cmx stage/release/lib/cf_tai64n.cmx stage/release/lib/cf_leap_second.cmx stage/release/lib/cf_gregorian.cmx stage/release/lib/cf_clockface.cmx stage/release/lib/cf_monad_core.cmx stage/release/lib/cf_seq.cmx stage/release/lib/cf_seqmonad.cmx stage/release/lib/cf_slice.cmx stage/release/lib/cf_slice_big.cmx stage/release/lib/cf_monad.cmx stage/release/lib/cf_type.cmx stage/release/lib/cf_deque.cmx stage/release/lib/cf_index_node.cmx stage/release/lib/cf_rbtree.cmx stage/release/lib/cf_sbheap.cmx stage/release/lib/cf_bsearch.cmx stage/release/lib/cf_bsearch_data.cmx stage/release/lib/cf_disjoint_interval.cmx stage/release/lib/cf_data_render.cmx stage/release/lib/cf_decode.cmx stage/release/lib/cf_encode.cmx stage/release/lib/cf_endian_core.cmx stage/release/lib/cf_endian_big.cmx stage/release/lib/cf_endian_little.cmx stage/release/lib/cf_endian.cmx stage/release/lib/cf_cmonad.cmx stage/release/lib/cf_scmonad.cmx stage/release/lib/cf_smonad.cmx stage/release/lib/cf_radix_n.cmx stage/release/lib/cf_base16.cmx stage/release/lib/cf_base32.cmx stage/release/lib/cf_base64.cmx stage/release/lib/cf_emit.cmx stage/release/lib/cf_scan.cmx stage/release/lib/cf_data_ingest.cmx stage/release/lib/cf_annot.cmx stage/release/lib/cf_chain_scan.cmx stage/release/lib/cf_number_scan.cmx stage/release/lib/cf_dfa.cmx stage/release/lib/cf_regx.cmx stage/release/lib/cf_lex_scan.cmx stage/release/lib/cf_stdtime.cmx stage/release/lib/cf_uri.cmx stage/release/lib/cf_record_scan.cmx src/cf/cf_relations.mli src/cf/cf_journal.mli src/cf/cf_tai64.mli src/cf/cf_tai64n.mli src/cf/cf_leap_second.mli src/cf/cf_gregorian.mli src/cf/cf_clockface.mli src/cf/cf_monad_core.mli src/cf/cf_seq.mli src/cf/cf_seqmonad.mli src/cf/cf_slice.mli src/cf/cf_slice_big.mli src/cf/cf_monad.mli src/cf/cf_type.mli src/cf/cf_deque.mli src/cf/cf_index_node.mli src/cf/cf_rbtree.mli src/cf/cf_sbheap.mli src/cf/cf_bsearch.mli src/cf/cf_bsearch_data.mli src/cf/cf_disjoint_interval.mli src/cf/cf_data_render.mli src/cf/cf_decode.mli src/cf/cf_encode.mli src/cf/cf_endian_core.mli src/cf/cf_endian_big.mli src/cf/cf_endian_little.mli src/cf/cf_endian.mli src/cf/cf_cmonad.mli src/cf/cf_scmonad.mli src/cf/cf_smonad.mli src/cf/cf_radix_n.mli src/cf/cf_base16.mli src/cf/cf_base32.mli src/cf/cf_base64.mli src/cf/cf_emit.mli src/cf/cf_scan.mli src/cf/cf_data_ingest.mli src/cf/cf_annot.mli src/cf/cf_chain_scan.mli src/cf/cf_number_scan.mli src/cf/cf_dfa.mli src/cf/cf_regx.mli src/cf/cf_lex_scan.mli src/cf/cf_stdtime.mli src/cf/cf_uri.mli src/cf/cf_record_scan.mli stage/release/lib/OrsettoUCS.cma stage/release/lib/OrsettoUCS.cmxa stage/release/lib/OrsettoUCS.a stage/release/lib/ucs_db_aux.cmi stage/release/lib/ucs_transport_aux.cmi stage/release/lib/ucs_transport_utf8.cmi stage/release/lib/ucs_transport_utf16.cmi stage/release/lib/ucs_transport_utf32.cmi stage/release/lib/ucs_transport.cmi stage/release/lib/ucs_property_core.cmi stage/release/lib/ucs_normal.cmi stage/release/lib/ucs_stream_safe.cmi stage/release/lib/ucs_text.cmi stage/release/lib/ucs_type.cmi stage/release/lib/ucs_scan.cmi stage/release/lib/ucs_regx.cmi stage/release/lib/ucs_lex_scan.cmi stage/release/lib/ucs_db_core.cmi stage/release/lib/ucs_db_regx1.cmi stage/release/lib/ucs_db_aux.cmti stage/release/lib/ucs_transport_aux.cmti stage/release/lib/ucs_transport_utf8.cmti stage/release/lib/ucs_transport_utf16.cmti stage/release/lib/ucs_transport_utf32.cmti stage/release/lib/ucs_transport.cmti stage/release/lib/ucs_property_core.cmti stage/release/lib/ucs_normal.cmti stage/release/lib/ucs_stream_safe.cmti stage/release/lib/ucs_text.cmti stage/release/lib/ucs_type.cmti stage/release/lib/ucs_scan.cmti stage/release/lib/ucs_regx.cmti stage/release/lib/ucs_lex_scan.cmti stage/release/lib/ucs_db_core.cmt stage/release/lib/ucs_db_regx1.cmt stage/release/lib/ucs_transport_aux.cmt stage/release/lib/ucs_transport_utf8.cmt stage/release/lib/ucs_transport_utf16.cmt stage/release/lib/ucs_transport_utf32.cmt stage/release/lib/ucs_transport.cmt stage/release/lib/ucs_property_core.cmt stage/release/lib/ucs_normal.cmt stage/release/lib/ucs_stream_safe.cmt stage/release/lib/ucs_text.cmt stage/release/lib/ucs_type.cmt stage/release/lib/ucs_scan.cmt stage/release/lib/ucs_regx.cmt stage/release/lib/ucs_lex_scan.cmt stage/release/lib/ucs_ucdgen_aux.cmx stage/release/lib/ucs_db_aux.cmx stage/release/lib/ucs_db_core.cmx stage/release/lib/ucs_db_regx1.cmx stage/release/lib/ucs_transport_aux.cmx stage/release/lib/ucs_transport_utf8.cmx stage/release/lib/ucs_transport_utf16.cmx stage/release/lib/ucs_transport_utf32.cmx stage/release/lib/ucs_transport.cmx stage/release/lib/ucs_property_core.cmx stage/release/lib/ucs_normal.cmx stage/release/lib/ucs_stream_safe.cmx stage/release/lib/ucs_text.cmx stage/release/lib/ucs_type.cmx stage/release/lib/ucs_scan.cmx stage/release/lib/ucs_regx.cmx stage/release/lib/ucs_lex_scan.cmx stage/release/lib/OrsettoCBOR.cma stage/release/lib/OrsettoCBOR.cmxa stage/release/lib/OrsettoCBOR.a stage/release/lib/cbor_type.cmi stage/release/lib/cbor_flyweight.cmi stage/release/lib/cbor_event.cmi stage/release/lib/cbor_encode.cmi stage/release/lib/cbor_decode.cmi stage/release/lib/cbor_notation.cmi stage/release/lib/cbor_type.cmti stage/release/lib/cbor_flyweight.cmti stage/release/lib/cbor_event.cmti stage/release/lib/cbor_encode.cmti stage/release/lib/cbor_decode.cmti stage/release/lib/cbor_notation.cmti stage/release/lib/cbor_type.cmt stage/release/lib/cbor_flyweight.cmt stage/release/lib/cbor_event.cmt stage/release/lib/cbor_encode.cmt stage/release/lib/cbor_decode.cmt stage/release/lib/cbor_notation.cmt stage/release/lib/cbor_type.cmx stage/release/lib/cbor_flyweight.cmx stage/release/lib/cbor_event.cmx stage/release/lib/cbor_encode.cmx stage/release/lib/cbor_decode.cmx stage/release/lib/cbor_notation.cmx stage/release/lib/OrsettoJSON.cma stage/release/lib/OrsettoJSON.cmxa stage/release/lib/OrsettoJSON.a stage/release/lib/json_type.cmi stage/release/lib/json_event.cmi stage/release/lib/json_emit.cmi stage/release/lib/json_scan.cmi stage/release/lib/json_type.cmti stage/release/lib/json_event.cmti stage/release/lib/json_emit.cmti stage/release/lib/json_scan.cmti stage/release/lib/json_type.cmt stage/release/lib/json_event.cmt stage/release/lib/json_emit.cmt stage/release/lib/json_scan.cmt stage/release/lib/json_type.cmx stage/release/lib/json_event.cmx stage/release/lib/json_emit.cmx stage/release/lib/json_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/json_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/json_emit.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/json_event.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/json_type.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/json_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/json_emit.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/json_event.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/json_type.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/json_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/json_emit.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/json_event.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/json_type.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/json_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/json_emit.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/json_event.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/json_type.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoJSON.a
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoJSON.cmxa
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoJSON.cma
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_notation.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_decode.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_encode.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_event.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_flyweight.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_type.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_notation.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_decode.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_encode.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_event.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_flyweight.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_type.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_notation.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_decode.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_encode.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_event.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_flyweight.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_type.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_notation.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_decode.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_encode.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_event.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_flyweight.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cbor_type.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCBOR.a
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCBOR.cmxa
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCBOR.cma
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_lex_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_regx.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_type.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_text.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_stream_safe.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_normal.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_property_core.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf32.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf16.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf8.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_aux.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_regx1.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_core.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_aux.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_ucdgen_aux.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_lex_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_regx.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_type.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_text.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_stream_safe.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_normal.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_property_core.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf32.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf16.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf8.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_aux.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_regx1.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_core.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_lex_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_regx.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_type.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_text.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_stream_safe.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_normal.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_property_core.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf32.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf16.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf8.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_aux.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_aux.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_regx1.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_core.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_lex_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_regx.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_type.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_text.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_stream_safe.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_normal.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_property_core.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf32.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf16.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_utf8.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_transport_aux.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/ucs_db_aux.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoUCS.a
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoUCS.cmxa
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoUCS.cma
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_record_scan.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_uri.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_stdtime.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_lex_scan.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_regx.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_dfa.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_number_scan.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_chain_scan.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_annot.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_ingest.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scan.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_emit.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base64.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base32.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base16.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_radix_n.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_smonad.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scmonad.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_cmonad.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_little.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_big.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_core.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_encode.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_decode.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_render.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_disjoint_interval.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch_data.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_sbheap.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_rbtree.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_index_node.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_deque.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_type.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice_big.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seqmonad.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seq.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad_core.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_clockface.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_gregorian.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_leap_second.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64n.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_journal.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_relations.mli
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_record_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_uri.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_stdtime.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_lex_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_regx.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_dfa.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_number_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_chain_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_annot.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_ingest.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scan.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_emit.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base64.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base32.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base16.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_radix_n.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_smonad.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scmonad.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_cmonad.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_little.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_big.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_core.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_encode.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_decode.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_render.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_disjoint_interval.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch_data.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_sbheap.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_rbtree.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_index_node.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_deque.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_type.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice_big.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seqmonad.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seq.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad_core.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_clockface.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_gregorian.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_leap_second.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64n.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_journal.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_relations.cmx
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_record_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_uri.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_stdtime.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_lex_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_regx.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_dfa.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_number_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_chain_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_annot.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_ingest.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scan.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_emit.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base64.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base32.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base16.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_radix_n.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_smonad.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scmonad.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_cmonad.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_little.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_big.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_core.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_encode.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_decode.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_render.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_disjoint_interval.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch_data.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_sbheap.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_rbtree.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_index_node.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_deque.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_type.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice_big.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seqmonad.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seq.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad_core.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_clockface.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_gregorian.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_leap_second.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64n.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_journal.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_relations.cmt
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_record_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_uri.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_stdtime.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_lex_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_regx.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_dfa.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_number_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_chain_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_annot.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_ingest.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scan.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_emit.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base64.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base32.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base16.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_radix_n.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_smonad.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scmonad.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_cmonad.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_little.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_big.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_core.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_encode.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_decode.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_render.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_disjoint_interval.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch_data.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_sbheap.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_rbtree.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_index_node.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_deque.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_type.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice_big.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seqmonad.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seq.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad_core.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_clockface.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_gregorian.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_leap_second.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64n.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_journal.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_relations.cmti
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_record_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_uri.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_stdtime.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_lex_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_regx.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_dfa.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_number_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_chain_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_annot.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_ingest.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scan.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_emit.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base64.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base32.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_base16.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_radix_n.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_smonad.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_scmonad.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_cmonad.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_little.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_big.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_endian_core.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_encode.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_decode.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_data_render.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_disjoint_interval.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch_data.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_bsearch.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_sbheap.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_rbtree.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_index_node.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_deque.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_type.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice_big.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_slice.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seqmonad.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_seq.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_monad_core.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_clockface.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_gregorian.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_leap_second.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64n.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_tai64.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_journal.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/cf_relations.cmi
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCF.a
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCF.cmxa
- Installed /home/opam/.opam/4.14/lib/orsetto/OrsettoCF.cma
- Installed /home/opam/.opam/4.14/lib/orsetto/libOrsettoCF.a
- Installed /home/opam/.opam/4.14/lib/orsetto/opam
- Installed /home/opam/.opam/4.14/lib/stublibs/dllOrsettoCF.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllOrsettoCF.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/orsetto/META
- - exit . <install-orsetto>, 0.03 sec, code 0
- *** omake: done (1.06 sec, 224/224 scans, 121/398 rules, 232/423 digests)
-> installed orsetto.1.1.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:15.01 ---> saved as "92022a63a89a0ae32373734de68685073d64a4681220c469a5bf25a6222a4648"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u orsetto:e5c42c9c21a13aec1551896d9228abde,uucd:f43ac221cefa80bf8bcc74de1bf2572a,conjury:75016691bbd6537bc35c37b28f630eaa"))
2024-01-29 19:15.03 ---> saved as "5ef858524f37ffd4923b6eba52d140afd7e374a2257a3946f1c814561c590df9"

/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.276277') && (for DATA in prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; 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/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2,conjury.2.2-75016691bbd6537bc35c37b28f630eaa,conjury.2.2 prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0,uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a,uucd.15.0.0 prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2,orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde,orsetto.1.1.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.276277
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/omake/
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/omake/Conjury/
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/omake/Conjury/Packaging/
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/omake/Conjury/Packaging/OCaml/
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/lib/omake/Conjury/Packaging/OCaml/META.om
prep/universes/75016691bbd6537bc35c37b28f630eaa/conjury/2.2/opam
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/doc/
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/doc/uucd/
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/doc/uucd/CHANGES.md
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/doc/uucd/LICENSE.md
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/doc/uucd/README.md
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/uucd/
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/uucd/uucd.ocamlobjinfo
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/uucd/META
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/uucd/uucd.cmi
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/lib/uucd/uucd.cmti
prep/universes/f43ac221cefa80bf8bcc74de1bf2572a/uucd/15.0.0/opam
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/OrsettoCBOR.ocamlobjinfo
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/OrsettoCF.ocamlobjinfo
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/OrsettoJSON.ocamlobjinfo
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/OrsettoUCS.ocamlobjinfo
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/META
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_decode.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_decode.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_decode.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_encode.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_encode.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_encode.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_event.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_event.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_event.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_flyweight.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_flyweight.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_flyweight.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_notation.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_notation.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_notation.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_type.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_type.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cbor_type.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_annot.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_annot.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_annot.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base16.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base16.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base16.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base32.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base32.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base32.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base64.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base64.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_base64.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch_data.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch_data.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_bsearch_data.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_chain_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_chain_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_chain_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_clockface.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_clockface.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_clockface.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_cmonad.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_cmonad.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_cmonad.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_ingest.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_ingest.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_ingest.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_render.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_render.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_data_render.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_decode.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_decode.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_decode.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_deque.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_deque.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_deque.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_dfa.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_dfa.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_dfa.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_disjoint_interval.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_disjoint_interval.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_disjoint_interval.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_emit.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_emit.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_emit.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_encode.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_encode.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_encode.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_big.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_big.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_big.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_core.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_core.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_core.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_little.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_little.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_endian_little.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_gregorian.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_gregorian.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_gregorian.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_index_node.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_index_node.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_index_node.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_journal.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_journal.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_journal.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_leap_second.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_leap_second.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_leap_second.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_lex_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_lex_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_lex_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad_core.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad_core.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_monad_core.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_number_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_number_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_number_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_radix_n.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_radix_n.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_radix_n.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_rbtree.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_rbtree.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_rbtree.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_record_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_record_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_record_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_regx.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_regx.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_regx.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_relations.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_relations.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_relations.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_sbheap.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_sbheap.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_sbheap.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scmonad.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scmonad.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_scmonad.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seq.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seq.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seq.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seqmonad.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seqmonad.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_seqmonad.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice_big.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice_big.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_slice_big.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_smonad.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_smonad.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_smonad.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_stdtime.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_stdtime.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_stdtime.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64n.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64n.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_tai64n.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_type.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_type.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_type.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_uri.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_uri.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/cf_uri.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_emit.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_emit.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_emit.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_event.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_event.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_event.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_type.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_type.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/json_type.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_aux.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_aux.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_core.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_core.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_regx1.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_db_regx1.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_lex_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_lex_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_lex_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_normal.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_normal.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_normal.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_property_core.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_property_core.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_property_core.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_regx.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_regx.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_regx.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_scan.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_scan.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_scan.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_stream_safe.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_stream_safe.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_stream_safe.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_text.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_text.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_text.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_aux.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_aux.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_aux.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf16.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf16.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf16.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf32.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf32.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf32.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf8.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf8.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_transport_utf8.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_type.cmi
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_type.cmt
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/lib/orsetto/ucs_type.cmti
prep/universes/e5c42c9c21a13aec1551896d9228abde/orsetto/1.1.2/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conjury.2.2-75016691bbd6537bc35c37b28f630eaa:1fca94508d8b3fe961ecb32febee42b1a15a20e5ee7b633d058fb4246fed4af9
HASHES:uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a:5c919d01214b4985b08d9ac30743395028c06594ba5687f158a42d6fbadce622
HASHES:orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde:cde6b873f81fcb17826384f4b7531b6617b3098834d462be5f8ee033d8d36d4c
2024-01-29 19:15.05 ---> saved as "0c1cb8ad8d7a1e6b0a7e45c892b873ce536d2d7b739433816ede4053f8d75f71"
Job succeeded
2024-01-29 19:21.28: orsetto.1.1.2-e5c42c9c21a13aec1551896d9228abde -> cde6b873f81fcb17826384f4b7531b6617b3098834d462be5f8ee033d8d36d4c
2024-01-29 19:21.28: uucd.15.0.0-f43ac221cefa80bf8bcc74de1bf2572a -> 5c919d01214b4985b08d9ac30743395028c06594ba5687f158a42d6fbadce622
2024-01-29 19:21.28: conjury.2.2-75016691bbd6537bc35c37b28f630eaa -> 1fca94508d8b3fe961ecb32febee42b1a15a20e5ee7b633d058fb4246fed4af9
2024-01-29 19:21.28: Job succeeded