Building on mint
Running Day10 job:
Sub-command: health-check
Commit SHA: 5bf570252bd9fee71938b828ca0b86573c1e3355
Package: orsetto.1.1.3
OCaml version: ocaml.5.3.0
With test: false
Worktree already exists: /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355
Executing: day10 health-check --cache-dir /var/lib/day10/cache --opam-repository /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355 --ocaml-version ocaml.5.3.0 --log orsetto.1.1.3
digraph opam {
"conjury.2.2" -> "omake.0.10.7";
"ocaml.5.3.0" -> {"ocaml-base-compiler.5.3.0" "ocaml-config.3"}
"ocaml-base-compiler.5.3.0" -> "ocaml-compiler.5.3.0";
"ocaml-config.3" -> "ocaml-base-compiler.5.3.0";
"ocamlbuild.0.16.1" -> "ocaml.5.3.0";
"ocamlfind.1.9.8" -> "ocaml.5.3.0";
"omake.0.10.7" -> {"ocaml.5.3.0" "ocamlfind.1.9.8"}
"orsetto.1.1.3" -> {"conjury.2.2" "ocaml.5.3.0" "omake.0.10.7" "uucd.15.0.0"}
"topkg.1.1.0" -> {"ocaml.5.3.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8"}
"uucd.15.0.0" -> {"ocaml.5.3.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.0" "xmlm.1.4.0"}
"xmlm.1.4.0" -> {"ocaml.5.3.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.0"}
}
Layer ocaml-compiler.5.3.0: /var/lib/day10/cache/debian-13-x86_64/6ee99486a9c37e5faebe400cd314bad5
Processing: [default: loading data]
[ocaml-compiler.5.3.0: http]
[ocaml-compiler.5.3.0: extract]
[ocaml-compiler.5.3.0/ocaml-compiler.install: dl]
-> retrieved ocaml-compiler.5.3.0 (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
[ocaml-compiler: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/./configure "--prefix=/home/opam/.opam/default" "--docdir=/home/opam/.opam/default/doc/ocaml" "-C" "--disable-warn-error" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- configure: creating cache config.cache
- configure: Configuring OCaml version 5.3.0
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for csc... no
- checking for ld... ld
- checking how to print strings... printf
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking for gawk... no
- checking for mawk... mawk
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- /home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/./configure: line 7997: /usr/bin/file: No such file or directory
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h...
- yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C preprocessor... gcc -E
- checking C compiler vendor... gcc-14-2
- checking whether host executables can be run in the build... yes
- checking whether #! works in shell scripts... yes
- checking whether the C compiler accepts -Wold-style-declaration... yes
- checking whether the C compiler accepts -Wimplicit-fallthrough=5... yes
- checking for flexdll sources... checking for flexlink... no
- checking for flexdll.h... no
- checking for winpthreads sources... skipping on that platform
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for library containing cos... -lm
- checking for unistd.h... (cached) yes
- checking for math.h... yes
- checking for pthread_np.h...
- no
- checking for dirent.h... yes
- checking for sys/select.h... yes
- checking for sys/mman.h... yes
- checking for linux/futex.h... yes
- checking for off_t... yes
- checking size of int... 4
- checking size of long... 8
- checking size of long *... 8
- checking size of short... 2
- checking size of long long... 8
- configure: Target is a 64 bits architecture
- checking whether byte ordering is bigendian... no
- checking alignment of double... 8
- checking alignment of long... 8
- checking alignment of long long... 8
- checking for max_align_t... yes
- checking if gcc supports _Atomic types with no additional options...
- yes
- checking whether the C compiler accepts -fno-tree-vrp... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking whether gcc supports the labels as values extension... yes
- checking for ld... ld
- checking for rlwrap... no
- configure: checking semantics of signal handlers
- checking for sigaction... yes
- checking for sigprocmask... yes
- configure: POSIX signal handling found.
- checking for expm1... yes
- checking for log1p... yes
- checking for hypot... yes
- checking for fma... yes
- checking for exp2... yes
- checking for log2... yes
- checking for cbrt... yes
- checking for acosh... yes
- checking for asinh... yes
- checking for atanh... yes
- checking for erf...
- yes
- checking for erfc... yes
- checking for trunc... yes
- checking for round... yes
- checking for copysign... yes
- checking whether round works... yes
- checking whether fma works... yes
- checking for getentropy... yes
- checking for getrusage... yes
- checking for times... yes
- checking for secure_getenv... yes
- checking for issetugid... no
- checking for library containing clock_gettime... none required
- configure: not using thread sanitizer
- checking for socket... yes
- checking for socketpair...
- yes
- checking for bind... yes
- checking for listen... yes
- checking for accept... yes
- checking for connect... yes
- checking for socklen_t... yes
- checking for inet_aton... yes
- checking for struct sockaddr_in6... yes
- checking for getaddrinfo... yes
- checking for getnameinfo... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for rewinddir... yes
- checking for lockf... yes
- checking for mkfifo... yes
- checking for getcwd...
- yes
- checking for system... yes
- checking for sys/types.h... (cached) yes
- checking for utime.h... yes
- checking for utime... yes
- checking for utimes... yes
- checking for fchmod... yes
- checking for fchown... yes
- checking for truncate... yes
- checking for ftruncate... yes
- checking for select... yes
- checking for fd_set... yes
- checking for nanosleep... yes
- checking for symlink... yes
- checking for readlink... yes
- checking for lstat... yes
- checking for realpath... yes
- checking for waitpid... yes
- checking for wait4... yes
- checking for getgroups...
- yes
- checking for setgroups... yes
- checking for initgroups... yes
- checking for termios.h... yes
- checking for tcgetattr... yes
- checking for tcsetattr... yes
- checking for tcsendbreak... yes
- checking for tcflush... yes
- checking for tcflow... yes
- checking for setitimer... yes
- checking for gethostname... yes
- checking for sys/utsname.h... yes
- checking for uname... yes
- checking for gettimeofday... yes
- checking for mktime... yes
- checking for setsid... yes
- checking for putenv... yes
- checking for setenv... yes
- checking for unsetenv...
- yes
- checking for locale.h... yes
- checking for newlocale... yes
- checking for freelocale... yes
- checking for uselocale... yes
- checking for xlocale.h... no
- checking for strtod_l... yes
- checking for dlopen... yes
- configure: Dynamic loading of shared libraries is supported.
- checking for sys/mman.h... (cached) yes
- checking for mmap... yes
- checking for munmap... yes
- checking for pwrite... yes
- checking whether the C compiler accepts -fdebug-prefix-map=old=new... yes
- checking for struct stat.st_atim.tv_nsec... yes
- checking for struct stat.st_atimespec.tv_nsec... no
- checking for struct stat.st_atimensec... no
- configure: stat supports nanosecond precision
- checking how many arguments gethostbyname_r() takes...
- six
- checking how many arguments gethostbyaddr_r() takes... eight
- checking for mkstemp... yes
- checking for nice... yes
- checking for dup3... yes
- checking for pipe2... yes
- checking for accept4... yes
- checking for getauxval... yes
- checking for sys/shm.h... yes
- checking for shmat... yes
- checking for execvpe... yes
- checking for spawn.h... yes
- checking for posix_spawn... yes
- checking for posix_spawnp... yes
- checking for pkg-config... no
- checking for gcc options needed to detect all undeclared functions... none needed
- checking for ZSTD_createCCtx in -lzstd... no
- configure: WARNING: zstd library not found
- configure: WARNING: compressed compilation artefacts not supported
- configure: ocamldebug supported
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking whether more special flags are required for pthreads... no
- checking for PTHREAD_PRIO_INHERIT...
- yes
- checking for sigwait... yes
- checking arguments for pthread_getaffinity_np... GNU
- configure: the threads library is supported
- checking whether the assembler supports --debug-prefix-map... yes
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... yes
- checking whether mmap supports MAP_STACK... yes
- configure: updating cache config.cache
- configure: creating ./config.status
- config.status: creating Makefile.build_config
- config.status: creating Makefile.config
- config.status: creating stdlib/sys.ml
- config.status: creating manual/src/version.tex
- config.status: creating manual/src/html_processing/src/common.ml
- config.status: creating ocamltest/ocamltest_config.ml
- config.status: creating otherlibs/dynlink/dynlink_config.ml
- config.status: creating utils/config.common.ml
- config.status: creating utils/config.generated.ml
- config.status: creating compilerlibs/META
- config.status: creating otherlibs/dynlink/META
- config.status: creating otherlibs/runtime_events/META
- config.status: creating stdlib/META
- config.status: creating ocamldoc/META
- config.status: creating otherlibs/unix/META
- config.status: creating otherlibs/str/META
- config.status: creating otherlibs/systhreads/META
- config.status: creating runtime/caml/exec.h
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: creating runtime/caml/version.h
- config.status: linking file_formats/cmo_format.mli to otherlibs/dynlink/dynlink_cmo_format.mli
- config.status: linking file_formats/cmxs_format.mli to otherlibs/dynlink/dynlink_cmxs_format.mli
- config.status: linking otherlibs/dynlink/dynlink_platform_intf.ml to otherlibs/dynlink/dynlink_platform_intf.mli
- config.status: linking otherlibs/unix/unix_unix.ml to otherlibs/unix/unix.ml
- config.status: executing libtool commands
- config.status: executing shebang commands
[ocaml-compiler: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- /usr/bin/make coldstart
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- GEN runtime/primitives
- GEN runtime/caml/opnames.h
- GEN runtime/caml/jumptbl.h
- CC runtime/sak.o
- GEN runtime/prims.c
- MKEXE runtime/sak
- GEN runtime/build_config.h
- CC runtime/prims.o
- CC runtime/addrmap.b.o
- CC runtime/afl.b.o
- CC runtime/alloc.b.o
- CC runtime/array.b.o
- CC runtime/backtrace.b.o
- CC runtime/bigarray.b.o
- CC runtime/blake2.b.o
- CC runtime/callback.b.o
- CC runtime/codefrag.b.o
- CC runtime/compare.b.o
- CC runtime/custom.b.o
- CC runtime/debugger.b.o
- CC runtime/domain.b.o
- CC runtime/dynlink.b.o
- CC runtime/extern.b.o
- CC runtime/fail.b.o
- CC runtime/fiber.b.o
- CC runtime/finalise.b.o
- CC runtime/floats.b.o
- CC runtime/gc_ctrl.b.o
- CC runtime/gc_stats.b.o
- CC runtime/globroots.b.o
- CC runtime/hash.b.o
- CC runtime/intern.b.o
- CC runtime/ints.b.o
- CC runtime/io.b.o
- CC runtime/lexing.b.o
- CC runtime/lf_skiplist.b.o
- CC runtime/main.b.o
- CC runtime/major_gc.b.o
- CC runtime/md5.b.o
- CC runtime/memory.b.o
- CC runtime/memprof.b.o
- CC runtime/meta.b.o
- CC runtime/minor_gc.b.o
- CC runtime/misc.b.o
- CC runtime/obj.b.o
- CC runtime/parsing.b.o
- CC runtime/platform.b.o
- CC runtime/printexc.b.o
- CC runtime/prng.b.o
- CC runtime/roots.b.o
- CC runtime/runtime_events.b.o
- CC runtime/shared_heap.b.o
- CC runtime/signals.b.o
- CC runtime/skiplist.b.o
- CC runtime/startup_aux.b.o
- CC runtime/str.b.o
- CC runtime/sync.b.o
- CC runtime/sys.b.o
- CC runtime/unix.b.o
- CC runtime/weak.b.o
- CC runtime/backtrace_byt.b.o
- CC runtime/fail_byt.b.o
- CC runtime/fix_code.b.o
- CC runtime/interp.b.o
- CC runtime/startup_byt.b.o
- CC runtime/zstd.b.o
- MKLIB runtime/libcamlrun.a
- MKEXE runtime/ocamlrun
- cp runtime/ocamlrun boot/ocamlrun
- /usr/bin/make -C stdlib OCAMLRUN='$(ROOTDIR)/boot/ocamlrun' USE_BOOT_OCAMLC=true all
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- OCAMLC camlinternalFormatBasics.cmi
- CC header.o
- MKEXE tmpheader.exe
- strip tmpheader.exe
- OCAMLC camlinternalFormatBasics.cmo
- OCAMLC stdlib.cmi
- OCAMLC stdlib.cmo
- OCAMLC stdlib__Either.cmi
- OCAMLC stdlib__Sys.cmi
- OCAMLC stdlib__Int32.cmi
- OCAMLC stdlib__Type.cmi
- OCAMLC stdlib__Atomic.cmi
- OCAMLC camlinternalLazy.cmi
- OCAMLC stdlib__Bool.cmi
- OCAMLC stdlib__Char.cmi
- OCAMLC stdlib__Uchar.cmi
- OCAMLC stdlib__Int.cmi
- OCAMLC stdlib__Unit.cmi
- OCAMLC stdlib__Marshal.cmi
- OCAMLC stdlib__Int64.cmi
- OCAMLC stdlib__Nativeint.cmi
- OCAMLC stdlib__Lexing.cmi
- OCAMLC stdlib__Mutex.cmi
- OCAMLC stdlib__Semaphore.cmi
- OCAMLC stdlib__Domain.cmi
- OCAMLC stdlib__Arg.cmi
- OCAMLC stdlib__Fun.cmi
- OCAMLC stdlib__Complex.cmi
- OCAMLC stdlib__Digest.cmi
- OCAMLC stdlib__Scanf.cmi
- OCAMLC stdlib__Callback.cmi
- OCAMLC stdlib__Filename.cmi
- OCAMLC std_exit.cmi
- OCAMLC stdlib__Either.cmo
- OCAMLC stdlib__Lazy.cmi
- OCAMLC stdlib__Seq.cmi
- OCAMLC stdlib__Char.cmo
- OCAMLC stdlib__Sys.cmo
- OCAMLC stdlib__Bool.cmo
- OCAMLC stdlib__Atomic.cmo
- OCAMLC stdlib__Unit.cmo
- OCAMLC stdlib__Int.cmo
- OCAMLC stdlib__Int32.cmo
- OCAMLC stdlib__Obj.cmi
- OCAMLC stdlib__Uchar.cmo
- OCAMLC stdlib__Mutex.cmo
- OCAMLC stdlib__Condition.cmi
- OCAMLC stdlib__Bigarray.cmi
- OCAMLC stdlib__Nativeint.cmo
- OCAMLC stdlib__Int64.cmo
- OCAMLC stdlib__Random.cmi
- OCAMLC std_exit.cmo
- OCAMLC stdlib__Obj.cmo
- OCAMLC stdlib__Type.cmo
- OCAMLC camlinternalLazy.cmo
- OCAMLC stdlib__Lazy.cmo
- OCAMLC stdlib__Parsing.cmi
- OCAMLC stdlib__Condition.cmo
- OCAMLC stdlib__Semaphore.cmo
- OCAMLC stdlib__Printexc.cmi
- OCAMLC stdlib__Callback.cmo
- OCAMLC camlinternalOO.cmi
- OCAMLC camlinternalMod.cmi
- OCAMLC stdlib__Seq.cmo
- OCAMLC stdlib__Option.cmi
- OCAMLC stdlib__Result.cmi
- OCAMLC stdlib__List.cmi
- OCAMLC stdlib__Bytes.cmi
- OCAMLC stdlib__String.cmi
- OCAMLC stdlib__Array.cmi
- OCAMLC stdlib__Float.cmi
- OCAMLC stdlib__Set.cmi
- OCAMLC stdlib__Map.cmi
- OCAMLC stdlib__Stack.cmi
- OCAMLC stdlib__Queue.cmi
- OCAMLC stdlib__Buffer.cmi
- OCAMLC stdlib__Hashtbl.cmi
- OCAMLC stdlib__Dynarray.cmi
- OCAMLC stdlib__ArrayLabels.cmi
- OCAMLC stdlib__ListLabels.cmi
- OCAMLC stdlib__BytesLabels.cmi
- OCAMLC stdlib__StringLabels.cmi
- OCAMLC stdlib__Fun.cmo
- OCAMLC stdlib__Gc.cmi
- OCAMLC stdlib__Effect.cmi
- OCAMLC stdlib__Oo.cmi
- OCAMLC stdlib__Option.cmo
- OCAMLC stdlib__In_channel.cmi
- OCAMLC stdlib__Out_channel.cmi
- OCAMLC stdlib__Result.cmo
- OCAMLC stdlib__Queue.cmo
- OCAMLC camlinternalFormat.cmi
- OCAMLC stdlib__Printf.cmi
- OCAMLC stdlib__Format.cmi
- OCAMLC stdlib__Array.cmo
- OCAMLC stdlib__Parsing.cmo
- OCAMLC stdlib__Set.cmo
- OCAMLC stdlib__Stack.cmo
- OCAMLC stdlib__Buffer.cmo
- OCAMLC stdlib__Domain.cmo
- OCAMLC stdlib__Bigarray.cmo
- OCAMLC stdlib__Random.cmo
- OCAMLC stdlib__Oo.cmo
- OCAMLC camlinternalMod.cmo
- OCAMLC stdlib__ArrayLabels.cmo
- OCAMLC stdlib__ListLabels.cmo
- OCAMLC stdlib__StringLabels.cmo
- OCAMLC stdlib__List.cmo
- OCAMLC stdlib__Bytes.cmo
- OCAMLC stdlib__String.cmo
- OCAMLC stdlib__Marshal.cmo
- OCAMLC stdlib__Float.cmo
- OCAMLC stdlib__Lexing.cmo
- OCAMLC stdlib__Map.cmo
- OCAMLC stdlib__Arg.cmo
- OCAMLC stdlib__Printexc.cmo
- OCAMLC stdlib__Gc.cmo
- OCAMLC stdlib__In_channel.cmo
- OCAMLC stdlib__Out_channel.cmo
- OCAMLC stdlib__Digest.cmo
- OCAMLC stdlib__Hashtbl.cmo
- OCAMLC stdlib__Weak.cmi
- OCAMLC stdlib__Scanf.cmo
- OCAMLC camlinternalOO.cmo
- OCAMLC stdlib__Dynarray.cmo
- OCAMLC stdlib__Ephemeron.cmi
- OCAMLC stdlib__Filename.cmo
- OCAMLC stdlib__Complex.cmo
- OCAMLC stdlib__BytesLabels.cmo
- OCAMLC stdlib__MoreLabels.cmi
- OCAMLC stdlib__StdLabels.cmi
- OCAMLC stdlib__Effect.cmo
- OCAMLC camlinternalFormat.cmo
- OCAMLC stdlib__Printf.cmo
- OCAMLC stdlib__Format.cmo
- OCAMLC stdlib__Weak.cmo
- OCAMLC stdlib__StdLabels.cmo
- OCAMLC stdlib__Ephemeron.cmo
- OCAMLC stdlib__MoreLabels.cmo
- LINKC stdlib.cma
- rm tmpheader.exe
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- rm -f boot/libcamlrun.a boot/stdlib.cma boot/std_exit.cmo boot/*.cmi boot/runtime-launch-info
- cp stdlib/stdlib.cma stdlib/std_exit.cmo stdlib/*.cmi stdlib/runtime-launch-info boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt.opt
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make checkstack
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- CC tools/checkstack.o
- MKEXE tools/checkstack
- tools/checkstack
- rm tools/checkstack tools/checkstack.o
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make coreall
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- GEN runtime/ld.conf
- CC runtime/addrmap.bd.o
- CC runtime/afl.bd.o
- CC runtime/alloc.bd.o
- CC runtime/array.bd.o
- CC runtime/backtrace.bd.o
- CC runtime/bigarray.bd.o
- CC runtime/blake2.bd.o
- CC runtime/callback.bd.o
- CC runtime/codefrag.bd.o
- CC runtime/compare.bd.o
- CC runtime/custom.bd.o
- CC runtime/debugger.bd.o
- CC runtime/domain.bd.o
- CC runtime/dynlink.bd.o
- CC runtime/extern.bd.o
- CC runtime/fail.bd.o
- CC runtime/fiber.bd.o
- CC runtime/finalise.bd.o
- CC runtime/floats.bd.o
- CC runtime/gc_ctrl.bd.o
- CC runtime/gc_stats.bd.o
- CC runtime/globroots.bd.o
- CC runtime/hash.bd.o
- CC runtime/intern.bd.o
- CC runtime/ints.bd.o
- CC runtime/io.bd.o
- CC runtime/lexing.bd.o
- CC runtime/lf_skiplist.bd.o
- CC runtime/main.bd.o
- CC runtime/major_gc.bd.o
- CC runtime/md5.bd.o
- CC runtime/memory.bd.o
- CC runtime/memprof.bd.o
- CC runtime/meta.bd.o
- CC runtime/minor_gc.bd.o
- CC runtime/misc.bd.o
- CC runtime/obj.bd.o
- CC runtime/parsing.bd.o
- CC runtime/platform.bd.o
- CC runtime/printexc.bd.o
- CC runtime/prng.bd.o
- CC runtime/roots.bd.o
- CC runtime/runtime_events.bd.o
- CC runtime/shared_heap.bd.o
- CC runtime/signals.bd.o
- CC runtime/skiplist.bd.o
- CC runtime/startup_aux.bd.o
- CC runtime/str.bd.o
- CC runtime/sync.bd.o
- CC runtime/sys.bd.o
- CC runtime/unix.bd.o
- CC runtime/weak.bd.o
- CC runtime/backtrace_byt.bd.o
- CC runtime/fail_byt.bd.o
- CC runtime/fix_code.bd.o
- CC runtime/interp.bd.o
- CC runtime/startup_byt.bd.o
- CC runtime/zstd.bd.o
- CC runtime/instrtrace.bd.o
- CC runtime/addrmap.bi.o
- CC runtime/afl.bi.o
- CC runtime/alloc.bi.o
- CC runtime/array.bi.o
- CC runtime/backtrace.bi.o
- CC runtime/bigarray.bi.o
- CC runtime/blake2.bi.o
- CC runtime/callback.bi.o
- CC runtime/codefrag.bi.o
- CC runtime/compare.bi.o
- CC runtime/custom.bi.o
- CC runtime/debugger.bi.o
- CC runtime/domain.bi.o
- CC runtime/dynlink.bi.o
- CC runtime/extern.bi.o
- CC runtime/fail.bi.o
- CC runtime/fiber.bi.o
- CC runtime/finalise.bi.o
- CC runtime/floats.bi.o
- CC runtime/gc_ctrl.bi.o
- CC runtime/gc_stats.bi.o
- CC runtime/globroots.bi.o
- CC runtime/hash.bi.o
- CC runtime/intern.bi.o
- CC runtime/ints.bi.o
- CC runtime/io.bi.o
- CC runtime/lexing.bi.o
- CC runtime/lf_skiplist.bi.o
- CC runtime/main.bi.o
- CC runtime/major_gc.bi.o
- CC runtime/md5.bi.o
- CC runtime/memory.bi.o
- CC runtime/memprof.bi.o
- CC runtime/meta.bi.o
- CC runtime/minor_gc.bi.o
- CC runtime/misc.bi.o
- CC runtime/obj.bi.o
- CC runtime/parsing.bi.o
- CC runtime/platform.bi.o
- CC runtime/printexc.bi.o
- CC runtime/prng.bi.o
- CC runtime/roots.bi.o
- CC runtime/runtime_events.bi.o
- CC runtime/shared_heap.bi.o
- CC runtime/signals.bi.o
- CC runtime/skiplist.bi.o
- CC runtime/startup_aux.bi.o
- CC runtime/str.bi.o
- CC runtime/sync.bi.o
- CC runtime/sys.bi.o
- CC runtime/unix.bi.o
- CC runtime/weak.bi.o
- CC runtime/backtrace_byt.bi.o
- CC runtime/fail_byt.bi.o
- CC runtime/fix_code.bi.o
- CC runtime/interp.bi.o
- CC runtime/startup_byt.bi.o
- CC runtime/zstd.bi.o
- CC runtime/addrmap.bpic.o
- CC runtime/afl.bpic.o
- CC runtime/alloc.bpic.o
- CC runtime/array.bpic.o
- CC runtime/backtrace.bpic.o
- CC runtime/bigarray.bpic.o
- CC runtime/blake2.bpic.o
- CC runtime/callback.bpic.o
- CC runtime/codefrag.bpic.o
- CC runtime/compare.bpic.o
- CC runtime/custom.bpic.o
- CC runtime/debugger.bpic.o
- CC runtime/domain.bpic.o
- CC runtime/dynlink.bpic.o
- CC runtime/extern.bpic.o
- CC runtime/fail.bpic.o
- CC runtime/fiber.bpic.o
- CC runtime/finalise.bpic.o
- CC runtime/floats.bpic.o
- CC runtime/gc_ctrl.bpic.o
- CC runtime/gc_stats.bpic.o
- CC runtime/globroots.bpic.o
- CC runtime/hash.bpic.o
- CC runtime/intern.bpic.o
- CC runtime/ints.bpic.o
- CC runtime/io.bpic.o
- CC runtime/lexing.bpic.o
- CC runtime/lf_skiplist.bpic.o
- CC runtime/main.bpic.o
- CC runtime/major_gc.bpic.o
- CC runtime/md5.bpic.o
- CC runtime/memory.bpic.o
- CC runtime/memprof.bpic.o
- CC runtime/meta.bpic.o
- CC runtime/minor_gc.bpic.o
- CC runtime/misc.bpic.o
- CC runtime/obj.bpic.o
- CC runtime/parsing.bpic.o
- CC runtime/platform.bpic.o
- CC runtime/printexc.bpic.o
- CC runtime/prng.bpic.o
- CC runtime/roots.bpic.o
- CC runtime/runtime_events.bpic.o
- CC runtime/shared_heap.bpic.o
- CC runtime/signals.bpic.o
- CC runtime/skiplist.bpic.o
- CC runtime/startup_aux.bpic.o
- CC runtime/str.bpic.o
- CC runtime/sync.bpic.o
- CC runtime/sys.bpic.o
- CC runtime/unix.bpic.o
- CC runtime/weak.bpic.o
- CC runtime/backtrace_byt.bpic.o
- CC runtime/fail_byt.bpic.o
- CC runtime/fix_code.bpic.o
- CC runtime/interp.bpic.o
- CC runtime/startup_byt.bpic.o
- CC runtime/zstd.bpic.o
- MKLIB runtime/libcamlrund.a
- MKEXE runtime/ocamlrund
- MKLIB runtime/libcamlruni.a
- MKEXE runtime/ocamlruni
- MKLIB runtime/libcamlrun_pic.a
- MKDLL runtime/libcamlrun_shared.so
- cd stdlib; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make ocamlc
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC utils/config.cmi
- OCAMLC utils/build_path_prefix_map.cmi
- OCAMLC utils/format_doc.cmi
- OCAMLC utils/identifiable.cmi
- OCAMLC utils/arg_helper.cmi
- OCAMLC utils/local_store.cmi
- OCAMLC utils/load_path.cmi
- OCAMLC utils/profile.cmi
- OCAMLC utils/terminfo.cmi
- OCAMLC utils/ccomp.cmi
- OCAMLC utils/targetint.cmi
- OCAMLC utils/int_replace_polymorphic_compare.cmi
- GEN utils/domainstate.mli
- OCAMLC utils/binutils.cmi
- OCAMLC utils/lazy_backtrack.cmi
- OCAMLC utils/compression.cmi
- OCAMLC parsing/unit_info.cmi
- OCAMLC parsing/longident.cmi
- GEN parsing/camlinternalMenhirLib.mli
- OCAMLC typing/value_rec_types.cmi
- OCAMLC lambda/switch.cmi
- OCAMLC lambda/runtimedef.cmi
- OCAMLC file_formats/cmo_format.cmi
- OCAMLC middle_end/flambda/allocated_const.cmi
- OCAMLC file_formats/cmxs_format.cmi
- OCAMLLEX tools/make_opcodes.ml
- OCAMLC tools/make_opcodes.cmi
- OCAMLC bytecomp/bytesections.cmi
- OCAMLC bytecomp/dll.cmi
- OCAMLC driver/main_args.cmi
- OCAMLC driver/makedepend.cmi
- GEN utils/config_main.ml
- OCAMLC utils/build_path_prefix_map.cmo
- OCAMLC utils/arg_helper.cmo
- OCAMLC utils/local_store.cmo
- OCAMLC utils/terminfo.cmo
- OCAMLC utils/int_replace_polymorphic_compare.cmo
- GEN utils/domainstate.ml
- OCAMLC utils/lazy_backtrack.cmo
- OCAMLC utils/compression.cmo
- GEN parsing/camlinternalMenhirLib.ml
- OCAMLLEX parsing/lexer.ml
- GEN lambda/runtimedef.ml
- OCAMLC bytecomp/bytesections.cmo
- cp utils/config.mli utils/config_main.mli
- GEN utils/config_boot.ml
- cp utils/config.mli utils/config_boot.mli
- OCAMLC driver/errors.cmi
- OCAMLC driver/maindriver.cmi
- OCAMLC driver/main.cmi
- OCAMLC utils/misc.cmi
- OCAMLC utils/warnings.cmi
- OCAMLC utils/linkdeps.cmi
- OCAMLC utils/domainstate.cmi
- OCAMLC parsing/camlinternalMenhirLib.cmi
- OCAMLC tools/make_opcodes.cmo
- GEN utils/config.ml
- OCAMLC utils/format_doc.cmo
- OCAMLC utils/binutils.cmo
- OCAMLC lambda/switch.cmo
- OCAMLC lambda/runtimedef.cmo
- OCAMLC utils/config_main.cmi
- OCAMLC utils/config_boot.cmi
- OCAMLC utils/config.cmo
- OCAMLC bytecomp/bytelibrarian.cmi
- OCAMLC driver/main.cmo
- OCAMLC utils/domainstate.cmo
- OCAMLC utils/config_main.cmo
- OCAMLC parsing/location.cmi
- OCAMLC utils/config_boot.cmo
- LINKC tools/make_opcodes
- OCAMLC utils/numbers.cmi
- OCAMLC utils/strongly_connected_components.cmi
- OCAMLC typing/ident.cmi
- OCAMLC middle_end/linkage_name.cmi
- OCAMLC middle_end/flambda/base_types/tag.cmi
- OCAMLC middle_end/flambda/base_types/static_exception.cmi
- OCAMLC parsing/asttypes.cmi
- OCAMLC parsing/syntaxerr.cmi
- OCAMLC typing/annot.cmi
- OCAMLC driver/errors.cmo
- OCAMLC utils/clflags.cmi
- OCAMLC utils/consistbl.cmi
- OCAMLC utils/diffing.cmi
- OCAMLC utils/misc.cmo
- OCAMLC utils/identifiable.cmo
- OCAMLC utils/load_path.cmo
- OCAMLC utils/profile.cmo
- OCAMLC utils/warnings.cmo
- OCAMLC utils/linkdeps.cmo
- OCAMLC utils/targetint.cmo
- OCAMLC parsing/unit_info.cmo
- OCAMLC parsing/longident.cmo
- OCAMLC bytecomp/dll.cmo
- OCAMLC parsing/syntaxerr.cmo
- OCAMLC parsing/parsetree.cmi
- OCAMLC parsing/asttypes.cmo
- OCAMLC utils/diffing_with_keys.cmi
- OCAMLC utils/diffing.cmo
- OCAMLC parsing/camlinternalMenhirLib.cmo
- OCAMLC utils/consistbl.cmo
- OCAMLC driver/compenv.cmi
- OCAMLC utils/ccomp.cmo
- OCAMLC parsing/location.cmo
- OCAMLC typing/path.cmi
- OCAMLC lambda/debuginfo.cmi
- OCAMLC middle_end/compilation_unit.cmi
- OCAMLC typing/ident.cmo
- GEN bytecomp/opcodes.ml
- GEN bytecomp/opcodes.mli
- OCAMLC utils/diffing_with_keys.cmo
- OCAMLC driver/compenv.cmo
- OCAMLC driver/main_args.cmo
- OCAMLC utils/numbers.cmo
- OCAMLC utils/clflags.cmo
- OCAMLC utils/strongly_connected_components.cmo
- OCAMLC lambda/debuginfo.cmo
- OCAMLC bytecomp/opcodes.cmi
- OCAMLC typing/shape.cmi
- OCAMLC middle_end/backend_var.cmi
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
- OCAMLC middle_end/flambda/base_types/export_id.cmi
- OCAMLC parsing/docstrings.cmi
- OCAMLC parsing/ast_iterator.cmi
- OCAMLC parsing/builtin_attributes.cmi
- OCAMLC parsing/pprintast.cmi
- OCAMLC parsing/parse.cmi
- OCAMLC parsing/printast.cmi
- OCAMLC parsing/ast_mapper.cmi
- OCAMLC parsing/attr_helper.cmi
- OCAMLC parsing/ast_invariants.cmi
- OCAMLC parsing/depend.cmi
- OCAMLC typing/type_immediacy.cmi
- OCAMLC driver/pparse.cmi
- OCAMLC bytecomp/opcodes.cmo
- OCAMLC typing/outcometree.cmi
- OCAMLC parsing/attr_helper.cmo
- OCAMLC typing/type_immediacy.cmo
- OCAMLC parsing/depend.cmo
- OCAMLC parsing/ast_helper.cmi
- OCAMLC parsing/docstrings.cmo
- OCAMLC parsing/printast.cmo
- OCAMLC parsing/ast_iterator.cmo
- OCAMLC parsing/ast_invariants.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmi
- OCAMLC driver/pparse.cmo
- OCAMLC typing/shape.cmo
- OCAMLC typing/primitive.cmi
- OCAMLC typing/oprint.cmi
- GEN parsing/parser.mli
- OCAMLC parsing/ast_helper.cmo
- OCAMLC parsing/builtin_attributes.cmo
- GEN parsing/parser.ml
- OCAMLC parsing/ast_mapper.cmo
- OCAMLC parsing/parser.cmi
- OCAMLC typing/types.cmi
- OCAMLC typing/primitive.cmo
- OCAMLC parsing/parser.cmo
- OCAMLC parsing/lexer.cmi
- OCAMLC parsing/lexer.cmo
- OCAMLC parsing/pprintast.cmo
- OCAMLC parsing/parse.cmo
- OCAMLC typing/path.cmo
- OCAMLC typing/oprint.cmo
- OCAMLC driver/makedepend.cmo
- OCAMLC typing/rawprinttyp.cmi
- OCAMLC typing/gprinttyp.cmi
- OCAMLC typing/btype.cmi
- OCAMLC typing/subst.cmi
- OCAMLC typing/predef.cmi
- OCAMLC typing/datarepr.cmi
- OCAMLC file_formats/cmi_format.cmi
- OCAMLC typing/errortrace.cmi
- OCAMLC typing/signature_group.cmi
- OCAMLC typing/types.cmo
- OCAMLC typing/rawprinttyp.cmo
- OCAMLC typing/gprinttyp.cmo
- OCAMLC typing/persistent_env.cmi
- OCAMLC file_formats/cmi_format.cmo
- OCAMLC typing/errortrace.cmo
- OCAMLC typing/env.cmi
- OCAMLC typing/btype.cmo
- OCAMLC typing/subst.cmo
- OCAMLC typing/predef.cmo
- OCAMLC typing/datarepr.cmo
- OCAMLC typing/signature_group.cmo
- OCAMLC typing/persistent_env.cmo
- OCAMLC typing/typedtree.cmi
- OCAMLC typing/ctype.cmi
- OCAMLC typing/out_type.cmi
- OCAMLC typing/mtype.cmi
- OCAMLC typing/envaux.cmi
- OCAMLC typing/shape_reduce.cmi
- OCAMLC typing/typedecl_properties.cmi
- OCAMLC typing/typedecl_unboxed.cmi
- OCAMLC lambda/lambda.cmi
- OCAMLC driver/compmisc.cmi
- OCAMLC typing/env.cmo
- OCAMLC bytecomp/bytepackager.cmi
- OCAMLC typing/shape_reduce.cmo
- OCAMLC typing/typedecl_immediacy.cmi
- OCAMLC typing/typedecl_separability.cmi
- OCAMLC typing/typedecl_properties.cmo
- OCAMLC typing/printtyp.cmi
- OCAMLC typing/errortrace_report.cmi
- OCAMLC typing/includeclass.cmi
- OCAMLC typing/ctype.cmo
- OCAMLC typing/out_type.cmo
- OCAMLC typing/mtype.cmo
- OCAMLC typing/typedecl_unboxed.cmo
- OCAMLC lambda/printlambda.cmi
- OCAMLC lambda/value_rec_compiler.cmi
- OCAMLC lambda/translobj.cmi
- OCAMLC lambda/tmc.cmi
- OCAMLC lambda/simplif.cmi
- OCAMLC middle_end/internal_variable_names.cmi
- OCAMLC middle_end/clambda_primitives.cmi
- OCAMLC bytecomp/instruct.cmi
- OCAMLC bytecomp/symtable.cmi
- OCAMLC lambda/lambda.cmo
- OCAMLC typing/typedecl_immediacy.cmo
- OCAMLC typing/typedecl_separability.cmo
- OCAMLC lambda/tmc.cmo
- OCAMLC lambda/value_rec_compiler.cmo
- OCAMLC lambda/simplif.cmo
- OCAMLC lambda/translobj.cmo
- OCAMLC typing/printtyp.cmo
- OCAMLC typing/errortrace_report.cmo
- OCAMLC typing/includeclass.cmo
- OCAMLC typing/envaux.cmo
- OCAMLC lambda/printlambda.cmo
- OCAMLC middle_end/variable.cmi
- OCAMLC middle_end/clambda.cmi
- OCAMLC bytecomp/meta.cmi
- OCAMLC bytecomp/bytegen.cmi
- OCAMLC bytecomp/printinstr.cmi
- OCAMLC bytecomp/emitcode.cmi
- OCAMLC bytecomp/instruct.cmo
- OCAMLC bytecomp/bytelink.cmi
- OCAMLC typing/printtyped.cmi
- OCAMLC typing/includecore.cmi
- OCAMLC typing/tast_iterator.cmi
- OCAMLC typing/tast_mapper.cmi
- OCAMLC typing/stypes.cmi
- OCAMLC file_formats/cmt_format.cmi
- OCAMLC typing/untypeast.cmi
- OCAMLC typing/typetexp.cmi
- OCAMLC typing/printpat.cmi
- OCAMLC typing/patterns.cmi
- OCAMLC typing/parmatch.cmi
- OCAMLC typing/typedecl_variance.cmi
- OCAMLC typing/typeopt.cmi
- OCAMLC typing/value_rec_check.cmi
- OCAMLC typing/typecore.cmi
- OCAMLC typing/typeclass.cmi
- OCAMLC lambda/matching.cmi
- OCAMLC lambda/translattribute.cmi
- OCAMLC lambda/translprim.cmi
- OCAMLC lambda/translcore.cmi
- OCAMLC lambda/translclass.cmi
- OCAMLC lambda/translmod.cmi
- OCAMLC middle_end/flambda/base_types/closure_element.cmi
- OCAMLC middle_end/symbol.cmi
- OCAMLC middle_end/flambda/parameter.cmi
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmi
- OCAMLC driver/compile_common.cmi
- OCAMLC typing/typedtree.cmo
- OCAMLC typing/printtyped.cmo
- OCAMLC typing/stypes.cmo
- OCAMLC typing/typetexp.cmo
- OCAMLC typing/printpat.cmo
- OCAMLC typing/typedecl_variance.cmo
- OCAMLC typing/typeopt.cmo
- OCAMLC typing/value_rec_check.cmo
- OCAMLC bytecomp/meta.cmo
- OCAMLC bytecomp/symtable.cmo
- OCAMLC bytecomp/bytegen.cmo
- OCAMLC bytecomp/printinstr.cmo
- OCAMLC bytecomp/bytelink.cmo
- OCAMLC bytecomp/bytelibrarian.cmo
- OCAMLC typing/cmt2annot.cmi
- OCAMLC typing/includemod.cmi
- OCAMLC typing/typedecl.cmi
- OCAMLC typing/includecore.cmo
- OCAMLC typing/tast_iterator.cmo
- OCAMLC typing/tast_mapper.cmo
- OCAMLC file_formats/cmt_format.cmo
- OCAMLC typing/untypeast.cmo
- OCAMLC typing/patterns.cmo
- OCAMLC typing/parmatch.cmo
- OCAMLC lambda/matching.cmo
- OCAMLC lambda/translattribute.cmo
- OCAMLC lambda/translprim.cmo
- OCAMLC lambda/translcore.cmo
- OCAMLC lambda/translclass.cmo
- OCAMLC lambda/translmod.cmo
- OCAMLC driver/compile.cmi
- OCAMLC bytecomp/emitcode.cmo
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
- OCAMLC middle_end/flambda/base_types/closure_id.cmi
- OCAMLC typing/cmt2annot.cmo
- OCAMLC typing/typedecl.cmo
- OCAMLC typing/typecore.cmo
- OCAMLC typing/typeclass.cmo
- OCAMLC driver/compile.cmo
- OCAMLC driver/maindriver.cmo
- OCAMLC typing/includemod_errorprinter.cmi
- OCAMLC typing/typemod.cmi
- OCAMLC middle_end/flambda/base_types/closure_origin.cmi
- OCAMLC typing/includemod.cmo
- OCAMLC middle_end/flambda/projection.cmi
- OCAMLC driver/compmisc.cmo
- OCAMLC driver/compile_common.cmo
- OCAMLC bytecomp/bytepackager.cmo
- OCAMLC typing/includemod_errorprinter.cmo
- OCAMLC typing/typemod.cmo
- OCAMLC middle_end/flambda/flambda.cmi
- OCAMLC middle_end/flambda/freshening.cmi
- LINKC compilerlibs/ocamlbytecomp.cma
- OCAMLC middle_end/flambda/simple_value_approx.cmi
- OCAMLC middle_end/flambda/export_info.cmi
- OCAMLC file_formats/cmx_format.cmi
- LINKC compilerlibs/ocamlcommon.cma
- LINKC ocamlc
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- CC yacc/closure.o
- CC yacc/error.o
- CC yacc/lalr.o
- CC yacc/lr0.o
- CC yacc/main.o
- CC yacc/mkpar.o
- CC yacc/output.o
- CC yacc/reader.o
- CC yacc/skeleton.o
- CC yacc/symtab.o
- CC yacc/verbose.o
- CC yacc/warshall.o
- /usr/bin/make -C stdlib all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- OCAMLC camlinternalFormatBasics.cmi
- OCAMLC camlinternalFormatBasics.cmo
- OCAMLC stdlib.cmi
- OCAMLC stdlib.cmo
- OCAMLC stdlib__Either.cmi
- OCAMLC stdlib__Sys.cmi
- OCAMLC stdlib__Int32.cmi
- OCAMLC stdlib__Type.cmi
- OCAMLC stdlib__Atomic.cmi
- OCAMLC camlinternalLazy.cmi
- OCAMLC stdlib__Bool.cmi
- OCAMLC stdlib__Char.cmi
- OCAMLC stdlib__Uchar.cmi
- OCAMLC stdlib__Int.cmi
- OCAMLC stdlib__Unit.cmi
- OCAMLC stdlib__Marshal.cmi
- OCAMLC stdlib__Int64.cmi
- OCAMLC stdlib__Nativeint.cmi
- OCAMLC stdlib__Lexing.cmi
- OCAMLC stdlib__Mutex.cmi
- OCAMLC stdlib__Semaphore.cmi
- OCAMLC stdlib__Domain.cmi
- OCAMLC stdlib__Arg.cmi
- OCAMLC stdlib__Fun.cmi
- OCAMLC stdlib__Complex.cmi
- OCAMLC stdlib__Digest.cmi
- OCAMLC stdlib__Scanf.cmi
- OCAMLC stdlib__Callback.cmi
- OCAMLC stdlib__Filename.cmi
- OCAMLC std_exit.cmi
- OCAMLC stdlib__Either.cmo
- OCAMLC stdlib__Seq.cmi
- OCAMLC stdlib__Char.cmo
- OCAMLC stdlib__Lazy.cmi
- OCAMLC stdlib__Bool.cmo
- OCAMLC stdlib__Int.cmo
- OCAMLC stdlib__Atomic.cmo
- OCAMLC stdlib__Obj.cmi
- OCAMLC stdlib__Uchar.cmo
- OCAMLC stdlib__Sys.cmo
- OCAMLC stdlib__Int32.cmo
- OCAMLC stdlib__Unit.cmo
- OCAMLC stdlib__Nativeint.cmo
- OCAMLC stdlib__Mutex.cmo
- OCAMLC stdlib__Condition.cmi
- OCAMLC stdlib__Random.cmi
- OCAMLC stdlib__Int64.cmo
- OCAMLC stdlib__Bigarray.cmi
- OCAMLC std_exit.cmo
- OCAMLC stdlib__Condition.cmo
- OCAMLC stdlib__Semaphore.cmo
- OCAMLC stdlib__Seq.cmo
- OCAMLC stdlib__Option.cmi
- OCAMLC stdlib__Result.cmi
- OCAMLC stdlib__List.cmi
- OCAMLC stdlib__Bytes.cmi
- OCAMLC stdlib__String.cmi
- OCAMLC stdlib__Array.cmi
- OCAMLC stdlib__Float.cmi
- OCAMLC stdlib__Parsing.cmi
- OCAMLC stdlib__Set.cmi
- OCAMLC stdlib__Map.cmi
- OCAMLC stdlib__Stack.cmi
- OCAMLC stdlib__Queue.cmi
- OCAMLC stdlib__Buffer.cmi
- OCAMLC stdlib__Printexc.cmi
- OCAMLC stdlib__Hashtbl.cmi
- OCAMLC stdlib__Callback.cmo
- OCAMLC camlinternalOO.cmi
- OCAMLC camlinternalMod.cmi
- OCAMLC stdlib__Dynarray.cmi
- OCAMLC stdlib__ArrayLabels.cmi
- OCAMLC stdlib__ListLabels.cmi
- OCAMLC stdlib__BytesLabels.cmi
- OCAMLC stdlib__StringLabels.cmi
- OCAMLC stdlib__Obj.cmo
- OCAMLC stdlib__Type.cmo
- OCAMLC camlinternalLazy.cmo
- OCAMLC stdlib__Lazy.cmo
- OCAMLC stdlib__Result.cmo
- OCAMLC stdlib__Option.cmo
- OCAMLC stdlib__Queue.cmo
- OCAMLC stdlib__In_channel.cmi
- OCAMLC stdlib__Out_channel.cmi
- OCAMLC camlinternalFormat.cmi
- OCAMLC stdlib__Printf.cmi
- OCAMLC stdlib__Fun.cmo
- OCAMLC stdlib__Gc.cmi
- OCAMLC stdlib__Bigarray.cmo
- OCAMLC stdlib__Random.cmo
- OCAMLC stdlib__Format.cmi
- OCAMLC stdlib__Oo.cmi
- OCAMLC camlinternalMod.cmo
- OCAMLC stdlib__Effect.cmi
- OCAMLC stdlib__List.cmo
- OCAMLC stdlib__Bytes.cmo
- OCAMLC stdlib__String.cmo
- OCAMLC stdlib__Marshal.cmo
- OCAMLC stdlib__Array.cmo
- OCAMLC stdlib__Lexing.cmo
- OCAMLC stdlib__Parsing.cmo
- OCAMLC stdlib__Set.cmo
- OCAMLC stdlib__Map.cmo
- OCAMLC stdlib__Stack.cmo
- OCAMLC stdlib__Buffer.cmo
- OCAMLC stdlib__Domain.cmo
- OCAMLC camlinternalOO.cmo
- OCAMLC stdlib__ArrayLabels.cmo
- OCAMLC stdlib__ListLabels.cmo
- OCAMLC stdlib__BytesLabels.cmo
- OCAMLC stdlib__StringLabels.cmo
- OCAMLC stdlib__StdLabels.cmi
- OCAMLC stdlib__Float.cmo
- OCAMLC stdlib__Complex.cmo
- OCAMLC stdlib__Hashtbl.cmo
- OCAMLC stdlib__Weak.cmi
- OCAMLC stdlib__Ephemeron.cmi
- OCAMLC stdlib__MoreLabels.cmi
- OCAMLC stdlib__In_channel.cmo
- OCAMLC stdlib__Out_channel.cmo
- OCAMLC stdlib__Digest.cmo
- OCAMLC stdlib__Oo.cmo
- OCAMLC stdlib__Dynarray.cmo
- OCAMLC stdlib__Filename.cmo
- OCAMLC stdlib__Effect.cmo
- OCAMLC camlinternalFormat.cmo
- OCAMLC stdlib__Printf.cmo
- OCAMLC stdlib__Arg.cmo
- OCAMLC stdlib__Printexc.cmo
- OCAMLC stdlib__Gc.cmo
- OCAMLC stdlib__Scanf.cmo
- OCAMLC stdlib__StdLabels.cmo
- OCAMLC stdlib__Weak.cmo
- MKEXE yacc/ocamlyacc
- OCAMLC stdlib__Format.cmo
- OCAMLC stdlib__Ephemeron.cmo
- /usr/bin/make lex-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC lex/cset.cmi
- OCAMLYACC lex/parser.ml
- OCAMLLEX lex/lexer.ml
- OCAMLC lex/table.cmi
- OCAMLC lex/main.cmi
- OCAMLC lex/cset.cmo
- OCAMLC lex/syntax.cmi
- OCAMLC lex/table.cmo
- OCAMLC stdlib__MoreLabels.cmo
- OCAMLC lex/syntax.cmo
- OCAMLC lex/parser.cmi
- OCAMLC lex/lexgen.cmi
- OCAMLC lex/parser.cmo
- OCAMLC lex/lexer.cmi
- OCAMLC lex/lexgen.cmo
- OCAMLC lex/compact.cmi
- OCAMLC lex/common.cmi
- OCAMLC lex/lexer.cmo
- OCAMLC lex/common.cmo
- OCAMLC lex/outputbis.cmi
- OCAMLC lex/compact.cmo
- OCAMLC lex/output.cmi
- OCAMLC lex/output.cmo
- OCAMLC lex/outputbis.cmo
- OCAMLC lex/main.cmo
- LINKC lex/ocamllex
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC tools/ocamldep.cmi
- OCAMLC middle_end/printclambda_primitives.cmi
- OCAMLC middle_end/printclambda.cmi
- OCAMLC middle_end/semantics_of_primitives.cmi
- OCAMLC middle_end/convert_primitives.cmi
- OCAMLC middle_end/flambda/base_types/id_types.cmi
- OCAMLC middle_end/flambda/pass_wrapper.cmi
- OCAMLC middle_end/flambda/flambda_iterators.cmi
- OCAMLC middle_end/flambda/flambda_utils.cmi
- OCAMLC middle_end/flambda/effect_analysis.cmi
- OCAMLC middle_end/flambda/inlining_cost.cmi
- OCAMLC middle_end/flambda/export_info_for_pack.cmi
- OCAMLC middle_end/compilenv.cmi
- OCAMLC middle_end/backend_intf.cmi
- OCAMLC middle_end/flambda/import_approx.cmi
- OCAMLC middle_end/flambda/lift_code.cmi
- OCAMLC middle_end/flambda/closure_conversion_aux.cmi
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
- OCAMLC middle_end/flambda/alias_analysis.cmi
- OCAMLC middle_end/flambda/share_constants.cmi
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmi
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
- OCAMLC middle_end/flambda/ref_to_variables.cmi
- OCAMLC middle_end/flambda/flambda_invariants.cmi
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
- OCAMLC middle_end/flambda/closure_offsets.cmi
- OCAMLC middle_end/flambda/un_anf.cmi
- OCAMLC middle_end/flambda/flambda_to_clambda.cmi
- OCAMLC middle_end/internal_variable_names.cmo
- OCAMLC middle_end/linkage_name.cmo
- OCAMLC middle_end/compilation_unit.cmo
- OCAMLC middle_end/variable.cmo
- OCAMLC middle_end/flambda/base_types/closure_element.cmo
- OCAMLC middle_end/flambda/base_types/closure_id.cmo
- OCAMLC middle_end/symbol.cmo
- OCAMLC middle_end/backend_var.cmo
- OCAMLC middle_end/clambda_primitives.cmo
- OCAMLC middle_end/clambda.cmo
- OCAMLC middle_end/semantics_of_primitives.cmo
- OCAMLC middle_end/convert_primitives.cmo
- OCAMLC middle_end/flambda/base_types/tag.cmo
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
- OCAMLC middle_end/flambda/base_types/closure_origin.cmo
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
- OCAMLC middle_end/flambda/base_types/static_exception.cmo
- OCAMLC middle_end/flambda/pass_wrapper.cmo
- OCAMLC middle_end/flambda/allocated_const.cmo
- OCAMLC middle_end/flambda/parameter.cmo
- OCAMLC middle_end/flambda/projection.cmo
- OCAMLC middle_end/flambda/flambda.cmo
- OCAMLC middle_end/flambda/effect_analysis.cmo
- OCAMLC middle_end/flambda/export_info.cmo
- OCAMLC middle_end/flambda/export_info_for_pack.cmo
- OCAMLC middle_end/flambda/lift_code.cmo
- OCAMLC middle_end/flambda/closure_conversion_aux.cmo
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmo
- OCAMLC middle_end/flambda/share_constants.cmo
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
- OCAMLC middle_end/flambda/ref_to_variables.cmo
- OCAMLC middle_end/flambda/flambda_invariants.cmo
- OCAMLC middle_end/flambda/un_anf.cmo
- OCAMLC tools/objinfo.cmi
- OCAMLC tools/ocamlcmt.cmi
- OCAMLC tools/ocamlprof.cmi
- OCAMLC tools/ocamlcp_common.cmi
- OCAMLC tools/ocamlcp.cmi
- OCAMLC tools/ocamlmklib.cmi
- OCAMLC tools/ocamlmktop.cmi
- OCAMLC tools/ocamloptp.cmi
- GEN tools/opnames.ml
- OCAMLC tools/opnames.cmi
- OCAMLC tools/dumpobj.cmi
- OCAMLC tools/primreq.cmi
- OCAMLC tools/stripdebug.cmi
- OCAMLC tools/cmpbyt.cmi
- OCAMLC tools/profiling.cmi
- OCAMLC tools/ocamldep.cmo
- OCAMLC middle_end/closure/closure.cmi
- OCAMLC middle_end/closure/closure_middle_end.cmi
- OCAMLC middle_end/flambda/closure_conversion.cmi
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
- OCAMLC middle_end/flambda/find_recursive_functions.cmi
- OCAMLC middle_end/flambda/invariant_params.cmi
- OCAMLC middle_end/flambda/inconstant_idents.cmi
- OCAMLC middle_end/flambda/lift_constants.cmi
- OCAMLC middle_end/flambda/simplify_common.cmi
- OCAMLC middle_end/flambda/remove_unused_arguments.cmi
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops_intf.cmi
- OCAMLC middle_end/flambda/simplify_primitives.cmi
- OCAMLC middle_end/flambda/inlining_stats_types.cmi
- OCAMLC middle_end/flambda/build_export_info.cmi
- OCAMLC middle_end/flambda/flambda_middle_end.cmi
- OCAMLC middle_end/printclambda_primitives.cmo
- OCAMLC middle_end/printclambda.cmo
- OCAMLC middle_end/flambda/base_types/id_types.cmo
- OCAMLC middle_end/flambda/base_types/export_id.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
- OCAMLC middle_end/flambda/flambda_iterators.cmo
- OCAMLC middle_end/flambda/flambda_utils.cmo
- OCAMLC middle_end/flambda/freshening.cmo
- OCAMLC middle_end/flambda/inlining_cost.cmo
- OCAMLC middle_end/flambda/simple_value_approx.cmo
- OCAMLC middle_end/compilenv.cmo
- OCAMLC middle_end/flambda/import_approx.cmo
- OCAMLC middle_end/flambda/alias_analysis.cmo
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
- OCAMLC middle_end/flambda/closure_offsets.cmo
- OCAMLC middle_end/flambda/flambda_to_clambda.cmo
- OCAMLC tools/objinfo.cmo
- OCAMLC tools/ocamlcmt.cmo
- OCAMLC tools/ocamlprof.cmo
- OCAMLC tools/ocamlcp_common.cmo
- OCAMLC tools/ocamlcp.cmo
- OCAMLC tools/ocamlmklib.cmo
- OCAMLC tools/ocamlmktop.cmo
- OCAMLC tools/ocamloptp.cmo
- OCAMLC tools/opnames.cmo
- OCAMLC tools/dumpobj.cmo
- OCAMLC tools/primreq.cmo
- OCAMLC tools/stripdebug.cmo
- OCAMLC tools/cmpbyt.cmo
- OCAMLC tools/profiling.cmo
- LINKC tools/ocamldep
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmi
- OCAMLC middle_end/flambda/inlining_stats.cmi
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmi
- OCAMLC middle_end/closure/closure.cmo
- OCAMLC middle_end/closure/closure_middle_end.cmo
- OCAMLC middle_end/flambda/closure_conversion.cmo
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmo
- OCAMLC middle_end/flambda/find_recursive_functions.cmo
- OCAMLC middle_end/flambda/invariant_params.cmo
- OCAMLC middle_end/flambda/inconstant_idents.cmo
- OCAMLC middle_end/flambda/lift_constants.cmo
- OCAMLC middle_end/flambda/simplify_common.cmo
- OCAMLC middle_end/flambda/remove_unused_arguments.cmo
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmo
- OCAMLC middle_end/flambda/simplify_primitives.cmo
- OCAMLC middle_end/flambda/inlining_stats_types.cmo
- OCAMLC middle_end/flambda/inlining_stats.cmo
- LINKC tools/ocamlcp
- LINKC tools/ocamlmktop
- LINKC tools/ocamloptp
- LINKC tools/primreq
- LINKC tools/stripdebug
- LINKC tools/cmpbyt
- OCAMLC middle_end/flambda/inlining_decision_intf.cmi
- OCAMLC middle_end/flambda/extract_projections.cmi
- OCAMLC middle_end/flambda/augment_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmi
- OCAMLC middle_end/flambda/unbox_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_closures.cmi
- OCAMLC middle_end/flambda/inline_and_simplify.cmi
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmo
- OCAMLC middle_end/flambda/build_export_info.cmo
- LINKC tools/ocamlcmt
- LINKC tools/ocamlmklib
- OCAMLC middle_end/flambda/extract_projections.cmo
- LINKC tools/ocamlprof
- OCAMLC middle_end/flambda/augment_specialised_args.cmo
- OCAMLC middle_end/flambda/unbox_specialised_args.cmo
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmo
- OCAMLC middle_end/flambda/flambda_middle_end.cmo
- OCAMLC middle_end/flambda/inlining_transforms.cmi
- OCAMLC middle_end/flambda/inlining_decision.cmi
- OCAMLC middle_end/flambda/unbox_closures.cmo
- LINKC tools/dumpobj
- OCAMLC middle_end/flambda/inlining_transforms.cmo
- OCAMLC middle_end/flambda/inlining_decision.cmo
- OCAMLC middle_end/flambda/inline_and_simplify.cmo
- LINKC compilerlibs/ocamlmiddleend.cma
- LINKC stdlib.cma
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- LINKC tools/ocamlobjinfo
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocaml
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC toplevel/expunge.cmi
- OCAMLC toplevel/genprintval.cmi
- OCAMLC toplevel/trace.cmi
- OCAMLC toplevel/toploop.cmi
- OCAMLC toplevel/topprinters.cmi
- OCAMLC toplevel/topdirs.cmi
- OCAMLC toplevel/topmain.cmi
- OCAMLC toplevel/topstart.cmi
- OCAMLC toplevel/expunge.cmo
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
- OCAMLC toplevel/topstart.cmo
- OCAMLC toplevel/topprinters.cmo
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
- OCAMLC toplevel/topcommon.cmi
- OCAMLC toplevel/genprintval.cmo
- LINKC expunge
- OCAMLC toplevel/topeval.cmi
- OCAMLC toplevel/topcommon.cmo
- OCAMLC toplevel/byte/topmain.cmo
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
- OCAMLC toplevel/toploop.cmo
- OCAMLC toplevel/topdirs.cmo
- OCAMLC toplevel/byte/topeval.cmo
- OCAMLC toplevel/byte/trace.cmo
- LINKC compilerlibs/ocamltoplevel.cma
- LINKC ocaml.tmp
- GEN ocaml
- rm ocaml.tmp
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt-core
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- CC runtime/addrmap.n.o
- CC runtime/afl.n.o
- CC runtime/alloc.n.o
- CC runtime/array.n.o
- CC runtime/backtrace.n.o
- CC runtime/bigarray.n.o
- CC runtime/blake2.n.o
- CC runtime/callback.n.o
- CC runtime/codefrag.n.o
- CC runtime/compare.n.o
- CC runtime/custom.n.o
- CC runtime/debugger.n.o
- CC runtime/domain.n.o
- CC runtime/dynlink.n.o
- CC runtime/extern.n.o
- CC runtime/fail.n.o
- CC runtime/fiber.n.o
- CC runtime/finalise.n.o
- CC runtime/floats.n.o
- CC runtime/gc_ctrl.n.o
- CC runtime/gc_stats.n.o
- CC runtime/globroots.n.o
- CC runtime/hash.n.o
- CC runtime/intern.n.o
- CC runtime/ints.n.o
- CC runtime/io.n.o
- CC runtime/lexing.n.o
- CC runtime/lf_skiplist.n.o
- CC runtime/main.n.o
- CC runtime/major_gc.n.o
- CC runtime/md5.n.o
- CC runtime/memory.n.o
- CC runtime/memprof.n.o
- CC runtime/meta.n.o
- CC runtime/minor_gc.n.o
- CC runtime/misc.n.o
- CC runtime/obj.n.o
- CC runtime/parsing.n.o
- CC runtime/platform.n.o
- CC runtime/printexc.n.o
- CC runtime/prng.n.o
- CC runtime/roots.n.o
- CC runtime/runtime_events.n.o
- CC runtime/shared_heap.n.o
- CC runtime/signals.n.o
- CC runtime/skiplist.n.o
- CC runtime/startup_aux.n.o
- CC runtime/str.n.o
- CC runtime/sync.n.o
- CC runtime/sys.n.o
- CC runtime/unix.n.o
- CC runtime/weak.n.o
- CC runtime/backtrace_nat.n.o
- CC runtime/clambda_checks.n.o
- CC runtime/dynlink_nat.n.o
- CC runtime/fail_nat.n.o
- CC runtime/frame_descriptors.n.o
- CC runtime/startup_nat.n.o
- CC runtime/signals_nat.n.o
- ASM runtime/amd64.o
- CC runtime/zstd.npic.o
- CC runtime/addrmap.nd.o
- CC runtime/afl.nd.o
- CC runtime/alloc.nd.o
- CC runtime/array.nd.o
- CC runtime/backtrace.nd.o
- CC runtime/bigarray.nd.o
- CC runtime/blake2.nd.o
- CC runtime/callback.nd.o
- CC runtime/codefrag.nd.o
- CC runtime/compare.nd.o
- CC runtime/custom.nd.o
- CC runtime/debugger.nd.o
- CC runtime/domain.nd.o
- CC runtime/dynlink.nd.o
- CC runtime/extern.nd.o
- CC runtime/fail.nd.o
- CC runtime/fiber.nd.o
- CC runtime/finalise.nd.o
- CC runtime/floats.nd.o
- CC runtime/gc_ctrl.nd.o
- CC runtime/gc_stats.nd.o
- CC runtime/globroots.nd.o
- CC runtime/hash.nd.o
- CC runtime/intern.nd.o
- CC runtime/ints.nd.o
- CC runtime/io.nd.o
- CC runtime/lexing.nd.o
- CC runtime/lf_skiplist.nd.o
- CC runtime/main.nd.o
- CC runtime/major_gc.nd.o
- CC runtime/md5.nd.o
- CC runtime/memory.nd.o
- CC runtime/memprof.nd.o
- CC runtime/meta.nd.o
- CC runtime/minor_gc.nd.o
- CC runtime/misc.nd.o
- CC runtime/obj.nd.o
- CC runtime/parsing.nd.o
- CC runtime/platform.nd.o
- CC runtime/printexc.nd.o
- CC runtime/prng.nd.o
- CC runtime/roots.nd.o
- CC runtime/runtime_events.nd.o
- CC runtime/shared_heap.nd.o
- CC runtime/signals.nd.o
- CC runtime/skiplist.nd.o
- CC runtime/startup_aux.nd.o
- CC runtime/str.nd.o
- CC runtime/sync.nd.o
- CC runtime/sys.nd.o
- CC runtime/unix.nd.o
- CC runtime/weak.nd.o
- CC runtime/backtrace_nat.nd.o
- CC runtime/clambda_checks.nd.o
- CC runtime/dynlink_nat.nd.o
- CC runtime/fail_nat.nd.o
- CC runtime/frame_descriptors.nd.o
- CC runtime/startup_nat.nd.o
- CC runtime/signals_nat.nd.o
- ASM runtime/amd64.d.o
- CC runtime/addrmap.ni.o
- CC runtime/afl.ni.o
- CC runtime/alloc.ni.o
- CC runtime/array.ni.o
- CC runtime/backtrace.ni.o
- CC runtime/bigarray.ni.o
- CC runtime/blake2.ni.o
- CC runtime/callback.ni.o
- CC runtime/codefrag.ni.o
- CC runtime/compare.ni.o
- CC runtime/custom.ni.o
- CC runtime/debugger.ni.o
- CC runtime/domain.ni.o
- CC runtime/dynlink.ni.o
- CC runtime/extern.ni.o
- CC runtime/fail.ni.o
- CC runtime/fiber.ni.o
- CC runtime/finalise.ni.o
- CC runtime/floats.ni.o
- CC runtime/gc_ctrl.ni.o
- CC runtime/gc_stats.ni.o
- CC runtime/globroots.ni.o
- CC runtime/hash.ni.o
- CC runtime/intern.ni.o
- CC runtime/ints.ni.o
- CC runtime/io.ni.o
- CC runtime/lexing.ni.o
- CC runtime/lf_skiplist.ni.o
- CC runtime/main.ni.o
- CC runtime/major_gc.ni.o
- CC runtime/md5.ni.o
- CC runtime/memory.ni.o
- CC runtime/memprof.ni.o
- CC runtime/meta.ni.o
- CC runtime/minor_gc.ni.o
- CC runtime/misc.ni.o
- CC runtime/obj.ni.o
- CC runtime/parsing.ni.o
- CC runtime/platform.ni.o
- CC runtime/printexc.ni.o
- CC runtime/prng.ni.o
- CC runtime/roots.ni.o
- CC runtime/runtime_events.ni.o
- CC runtime/shared_heap.ni.o
- CC runtime/signals.ni.o
- CC runtime/skiplist.ni.o
- CC runtime/startup_aux.ni.o
- CC runtime/str.ni.o
- CC runtime/sync.ni.o
- CC runtime/sys.ni.o
- CC runtime/unix.ni.o
- CC runtime/weak.ni.o
- CC runtime/backtrace_nat.ni.o
- CC runtime/clambda_checks.ni.o
- CC runtime/dynlink_nat.ni.o
- CC runtime/fail_nat.ni.o
- CC runtime/frame_descriptors.ni.o
- CC runtime/startup_nat.ni.o
- CC runtime/signals_nat.ni.o
- ASM runtime/amd64.i.o
- CC runtime/addrmap.npic.o
- CC runtime/afl.npic.o
- CC runtime/alloc.npic.o
- CC runtime/array.npic.o
- CC runtime/backtrace.npic.o
- CC runtime/bigarray.npic.o
- CC runtime/blake2.npic.o
- CC runtime/callback.npic.o
- CC runtime/codefrag.npic.o
- CC runtime/compare.npic.o
- CC runtime/custom.npic.o
- CC runtime/debugger.npic.o
- CC runtime/domain.npic.o
- CC runtime/dynlink.npic.o
- CC runtime/extern.npic.o
- CC runtime/fail.npic.o
- CC runtime/fiber.npic.o
- CC runtime/finalise.npic.o
- CC runtime/floats.npic.o
- CC runtime/gc_ctrl.npic.o
- CC runtime/gc_stats.npic.o
- CC runtime/globroots.npic.o
- CC runtime/hash.npic.o
- CC runtime/intern.npic.o
- CC runtime/ints.npic.o
- CC runtime/io.npic.o
- CC runtime/lexing.npic.o
- CC runtime/lf_skiplist.npic.o
- CC runtime/main.npic.o
- CC runtime/major_gc.npic.o
- CC runtime/md5.npic.o
- CC runtime/memory.npic.o
- CC runtime/memprof.npic.o
- CC runtime/meta.npic.o
- CC runtime/minor_gc.npic.o
- CC runtime/misc.npic.o
- CC runtime/obj.npic.o
- CC runtime/parsing.npic.o
- CC runtime/platform.npic.o
- CC runtime/printexc.npic.o
- CC runtime/prng.npic.o
- CC runtime/roots.npic.o
- CC runtime/runtime_events.npic.o
- CC runtime/shared_heap.npic.o
- CC runtime/signals.npic.o
- CC runtime/skiplist.npic.o
- CC runtime/startup_aux.npic.o
- CC runtime/str.npic.o
- CC runtime/sync.npic.o
- CC runtime/sys.npic.o
- CC runtime/unix.npic.o
- CC runtime/weak.npic.o
- CC runtime/backtrace_nat.npic.o
- CC runtime/clambda_checks.npic.o
- CC runtime/dynlink_nat.npic.o
- CC runtime/fail_nat.npic.o
- CC runtime/frame_descriptors.npic.o
- CC runtime/startup_nat.npic.o
- CC runtime/signals_nat.npic.o
- ASM runtime/amd64_libasmrunpic.o
- MKLIB runtime/libasmrun.a
- MKLIB runtime/libcomprmarsh.a
- MKLIB runtime/libasmrund.a
- MKLIB runtime/libasmruni.a
- MKLIB runtime/libasmrun_pic.a
- MKDLL runtime/libasmrun_shared.so
- cd stdlib; ln -sf ../runtime/libasmrun.a .
- /usr/bin/make ocamlopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC asmcomp/x86_ast.cmi
- OCAMLC asmcomp/cmm.cmi
- OCAMLC asmcomp/coloring.cmi
- OCAMLC asmcomp/asmlink.cmi
- OCAMLC asmcomp/asmlibrarian.cmi
- OCAMLC asmcomp/asmpackager.cmi
- OCAMLC driver/opterrors.cmi
- OCAMLC driver/optcompile.cmi
- OCAMLC driver/optmaindriver.cmi
- OCAMLLEX tools/cvt_emit.ml
- OCAMLC tools/cvt_emit.cmi
- OCAMLC driver/optmain.cmi
- OCAMLC driver/opterrors.cmo
- OCAMLC asmcomp/asmlibrarian.cmo
- OCAMLC asmcomp/x86_proc.cmi
- OCAMLC asmcomp/x86_dsl.cmi
- OCAMLC asmcomp/x86_gas.cmi
- OCAMLC asmcomp/x86_masm.cmi
- OCAMLC asmcomp/arch.cmi
- OCAMLC asmcomp/printcmm.cmi
- OCAMLC asmcomp/reg.cmi
- OCAMLC asmcomp/strmatch.cmi
- OCAMLC asmcomp/cmmgen_state.cmi
- OCAMLC asmcomp/afl_instrument.cmi
- OCAMLC asmcomp/thread_sanitizer.cmi
- OCAMLC asmcomp/cmmgen.cmi
- OCAMLC asmcomp/cmm_invariants.cmi
- OCAMLC asmcomp/cmm.cmo
- OCAMLC tools/cvt_emit.cmo
- OCAMLC driver/optmain.cmo
- OCAMLC asmcomp/x86_proc.cmo
- OCAMLC asmcomp/x86_gas.cmo
- OCAMLC asmcomp/x86_masm.cmo
- OCAMLC asmcomp/afl_instrument.cmo
- OCAMLC asmcomp/printcmm.cmo
- OCAMLC asmcomp/cmm_helpers.cmi
- OCAMLC asmcomp/cmmgen_state.cmo
- OCAMLC asmcomp/x86_dsl.cmo
- OCAMLC asmcomp/reg.cmo
- LINKC tools/cvt_emit
- OCAMLC asmcomp/cmm_invariants.cmo
- OCAMLC asmcomp/mach.cmi
- OCAMLC asmcomp/arch.cmo
- OCAMLC asmcomp/strmatch.cmo
- GEN asmcomp/emit.ml
- OCAMLC asmcomp/cmm_helpers.cmo
- OCAMLC asmcomp/thread_sanitizer.cmo
- OCAMLC asmcomp/cmmgen.cmo
- OCAMLC asmcomp/proc.cmi
- OCAMLC asmcomp/interval.cmi
- OCAMLC asmcomp/dataflow.cmi
- OCAMLC asmcomp/polling.cmi
- OCAMLC asmcomp/selectgen.cmi
- OCAMLC asmcomp/selection.cmi
- OCAMLC asmcomp/comballoc.cmi
- OCAMLC asmcomp/CSEgen.cmi
- OCAMLC asmcomp/CSE.cmi
- OCAMLC asmcomp/liveness.cmi
- OCAMLC asmcomp/spill.cmi
- OCAMLC asmcomp/split.cmi
- OCAMLC asmcomp/interf.cmi
- OCAMLC asmcomp/reloadgen.cmi
- OCAMLC asmcomp/reload.cmi
- OCAMLC asmcomp/deadcode.cmi
- OCAMLC asmcomp/stackframegen.cmi
- OCAMLC asmcomp/linear.cmi
- OCAMLC asmcomp/mach.cmo
- OCAMLC asmcomp/reloadgen.cmo
- OCAMLC asmcomp/stackframe.cmi
- OCAMLC asmcomp/stackframegen.cmo
- OCAMLC asmcomp/dataflow.cmo
- OCAMLC asmcomp/split.cmo
- OCAMLC asmcomp/reload.cmo
- OCAMLC asmcomp/deadcode.cmo
- OCAMLC asmcomp/printmach.cmi
- OCAMLC asmcomp/linscan.cmi
- OCAMLC asmcomp/comballoc.cmo
- OCAMLC asmcomp/proc.cmo
- OCAMLC asmcomp/interval.cmo
- OCAMLC asmcomp/polling.cmo
- OCAMLC asmcomp/spill.cmo
- OCAMLC asmcomp/interf.cmo
- OCAMLC asmcomp/coloring.cmo
- OCAMLC driver/optmaindriver.cmo
- OCAMLC asmcomp/CSEgen.cmo
- OCAMLC asmcomp/CSE.cmo
- OCAMLC asmcomp/selectgen.cmo
- OCAMLC asmcomp/selection.cmo
- OCAMLC asmcomp/printlinear.cmi
- OCAMLC asmcomp/linearize.cmi
- OCAMLC file_formats/linear_format.cmi
- OCAMLC asmcomp/schedgen.cmi
- OCAMLC asmcomp/scheduling.cmi
- OCAMLC asmcomp/branch_relaxation_intf.cmi
- OCAMLC asmcomp/emitenv.cmi
- OCAMLC asmcomp/emit.cmi
- OCAMLC asmcomp/linear.cmo
- OCAMLC asmcomp/stackframe.cmo
- OCAMLC asmcomp/linscan.cmo
- OCAMLC asmcomp/printmach.cmo
- OCAMLC asmcomp/liveness.cmo
- OCAMLC asmcomp/printlinear.cmo
- OCAMLC asmcomp/linearize.cmo
- OCAMLC file_formats/linear_format.cmo
- OCAMLC asmcomp/branch_relaxation.cmi
- OCAMLC asmcomp/schedgen.cmo
- OCAMLC asmcomp/scheduling.cmo
- OCAMLC asmcomp/emitaux.cmi
- OCAMLC asmcomp/branch_relaxation.cmo
- OCAMLC asmcomp/asmgen.cmi
- OCAMLC asmcomp/emitaux.cmo
- OCAMLC asmcomp/emit.cmo
- OCAMLC asmcomp/asmgen.cmo
- OCAMLC asmcomp/asmlink.cmo
- OCAMLC asmcomp/asmpackager.cmo
- OCAMLC driver/optcompile.cmo
- LINKC compilerlibs/ocamloptcomp.cma
- LINKC ocamlopt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make libraryopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C stdlib allopt
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- OCAMLOPT camlinternalFormatBasics.cmx
- OCAMLOPT stdlib.cmx
- OCAMLOPT stdlib__Either.cmx
- OCAMLOPT stdlib__Sys.cmx
- OCAMLOPT stdlib__Atomic.cmx
- OCAMLOPT stdlib__Bool.cmx
- OCAMLOPT stdlib__Char.cmx
- OCAMLOPT stdlib__Int.cmx
- OCAMLOPT stdlib__Unit.cmx
- OCAMLOPT stdlib__Int64.cmx
- OCAMLOPT stdlib__Mutex.cmx
- OCAMLOPT std_exit.cmx
- OCAMLOPT stdlib__Condition.cmx
- OCAMLOPT stdlib__Uchar.cmx
- OCAMLOPT stdlib__Nativeint.cmx
- OCAMLOPT stdlib__Int32.cmx
- OCAMLOPT stdlib__Semaphore.cmx
- OCAMLOPT stdlib__Obj.cmx
- OCAMLOPT stdlib__Type.cmx
- OCAMLOPT camlinternalLazy.cmx
- OCAMLOPT stdlib__Callback.cmx
- OCAMLOPT stdlib__Lazy.cmx
- OCAMLOPT stdlib__Seq.cmx
- OCAMLOPT stdlib__Option.cmx
- OCAMLOPT stdlib__Result.cmx
- OCAMLOPT stdlib__List.cmx
- OCAMLOPT stdlib__Bytes.cmx
- OCAMLOPT stdlib__Queue.cmx
- OCAMLOPT stdlib__Set.cmx
- OCAMLOPT stdlib__Map.cmx
- OCAMLOPT stdlib__Stack.cmx
- OCAMLOPT stdlib__ListLabels.cmx
- OCAMLOPT stdlib__String.cmx
- OCAMLOPT stdlib__Marshal.cmx
- OCAMLOPT stdlib__BytesLabels.cmx
- OCAMLOPT stdlib__Array.cmx
- OCAMLOPT stdlib__Buffer.cmx
- OCAMLOPT stdlib__StringLabels.cmx
- OCAMLOPT camlinternalFormat.cmx
- OCAMLOPT stdlib__Float.cmx
- OCAMLOPT stdlib__Lexing.cmx
- OCAMLOPT stdlib__Domain.cmx
- OCAMLOPT camlinternalOO.cmx
- OCAMLOPT stdlib__ArrayLabels.cmx
- OCAMLOPT stdlib__StdLabels.cmx
- OCAMLOPT stdlib__Parsing.cmx
- OCAMLOPT stdlib__Complex.cmx
- OCAMLOPT stdlib__Oo.cmx
- OCAMLOPT camlinternalMod.cmx
- OCAMLOPT stdlib__Bigarray.cmx
- OCAMLOPT stdlib__Printf.cmx
- OCAMLOPT stdlib__Format.cmx
- OCAMLOPT stdlib__Arg.cmx
- OCAMLOPT stdlib__Printexc.cmx
- OCAMLOPT stdlib__Scanf.cmx
- OCAMLOPT stdlib__Dynarray.cmx
- OCAMLOPT stdlib__Fun.cmx
- OCAMLOPT stdlib__Effect.cmx
- OCAMLOPT stdlib__Gc.cmx
- OCAMLOPT stdlib__In_channel.cmx
- OCAMLOPT stdlib__Out_channel.cmx
- OCAMLOPT stdlib__Digest.cmx
- OCAMLOPT stdlib__Random.cmx
- OCAMLOPT stdlib__Hashtbl.cmx
- OCAMLOPT stdlib__Filename.cmx
- OCAMLOPT stdlib__Weak.cmx
- OCAMLOPT stdlib__Ephemeron.cmx
- OCAMLOPT stdlib__MoreLabels.cmx
- LINKOPT stdlib.cmxa
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlc.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLOPT utils/config.cmx
- OCAMLOPT utils/build_path_prefix_map.cmx
- OCAMLOPT utils/format_doc.cmx
- OCAMLOPT utils/arg_helper.cmx
- OCAMLOPT utils/local_store.cmx
- OCAMLOPT utils/terminfo.cmx
- OCAMLOPT utils/int_replace_polymorphic_compare.cmx
- OCAMLOPT utils/domainstate.cmx
- OCAMLOPT utils/binutils.cmx
- OCAMLOPT utils/lazy_backtrack.cmx
- OCAMLOPT utils/compression.cmx
- OCAMLOPT parsing/camlinternalMenhirLib.cmx
- OCAMLOPT lambda/switch.cmx
- OCAMLOPT lambda/runtimedef.cmx
- OCAMLOPT bytecomp/opcodes.cmx
- cd stdlib; ln -sf ../runtime/libcomprmarsh.a .
- OCAMLOPT bytecomp/bytesections.cmx
- OCAMLOPT utils/misc.cmx
- OCAMLOPT utils/identifiable.cmx
- OCAMLOPT utils/load_path.cmx
- OCAMLOPT utils/profile.cmx
- OCAMLOPT utils/warnings.cmx
- OCAMLOPT utils/consistbl.cmx
- OCAMLOPT utils/linkdeps.cmx
- OCAMLOPT utils/targetint.cmx
- OCAMLOPT utils/diffing.cmx
- OCAMLOPT parsing/longident.cmx
- OCAMLOPT bytecomp/dll.cmx
- OCAMLOPT utils/diffing_with_keys.cmx
- OCAMLOPT utils/numbers.cmx
- OCAMLOPT utils/clflags.cmx
- OCAMLOPT utils/strongly_connected_components.cmx
- OCAMLOPT utils/ccomp.cmx
- OCAMLOPT parsing/location.cmx
- OCAMLOPT typing/ident.cmx
- OCAMLOPT parsing/unit_info.cmx
- OCAMLOPT parsing/asttypes.cmx
- OCAMLOPT parsing/docstrings.cmx
- OCAMLOPT parsing/syntaxerr.cmx
- OCAMLOPT parsing/ast_iterator.cmx
- OCAMLOPT driver/compenv.cmx
- OCAMLOPT driver/errors.cmx
- OCAMLOPT lambda/debuginfo.cmx
- OCAMLOPT parsing/ast_helper.cmx
- OCAMLOPT driver/main_args.cmx
- OCAMLOPT parsing/builtin_attributes.cmx
- OCAMLOPT parsing/ast_mapper.cmx
- OCAMLOPT parsing/parser.cmx
- OCAMLOPT parsing/attr_helper.cmx
- OCAMLOPT parsing/ast_invariants.cmx
- OCAMLOPT parsing/depend.cmx
- OCAMLOPT typing/type_immediacy.cmx
- OCAMLOPT typing/primitive.cmx
- OCAMLOPT parsing/lexer.cmx
- OCAMLOPT parsing/pprintast.cmx
- OCAMLOPT typing/path.cmx
- OCAMLOPT typing/shape.cmx
- OCAMLOPT typing/types.cmx
- OCAMLOPT typing/gprinttyp.cmx
- OCAMLOPT typing/btype.cmx
- OCAMLOPT file_formats/cmi_format.cmx
- OCAMLOPT typing/errortrace.cmx
- OCAMLOPT typing/persistent_env.cmx
- OCAMLOPT typing/subst.cmx
- OCAMLOPT typing/predef.cmx
- OCAMLOPT typing/datarepr.cmx
- OCAMLOPT typing/signature_group.cmx
- OCAMLOPT parsing/parse.cmx
- OCAMLOPT parsing/printast.cmx
- OCAMLOPT typing/rawprinttyp.cmx
- OCAMLOPT typing/oprint.cmx
- OCAMLOPT typing/env.cmx
- OCAMLOPT driver/pparse.cmx
- OCAMLOPT driver/makedepend.cmx
- OCAMLOPT typing/typedtree.cmx
- OCAMLOPT typing/ctype.cmx
- OCAMLOPT typing/shape_reduce.cmx
- OCAMLOPT typing/typedecl_properties.cmx
- OCAMLOPT lambda/lambda.cmx
- OCAMLOPT typing/printtyped.cmx
- OCAMLOPT typing/tast_iterator.cmx
- OCAMLOPT typing/tast_mapper.cmx
- OCAMLOPT typing/untypeast.cmx
- OCAMLOPT typing/printpat.cmx
- OCAMLOPT lambda/value_rec_compiler.cmx
- OCAMLOPT lambda/translobj.cmx
- OCAMLOPT lambda/translattribute.cmx
- OCAMLOPT lambda/tmc.cmx
- OCAMLOPT bytecomp/instruct.cmx
- OCAMLOPT bytecomp/meta.cmx
- OCAMLOPT bytecomp/symtable.cmx
- OCAMLOPT file_formats/cmt_format.cmx
- OCAMLOPT lambda/simplif.cmx
- OCAMLOPT typing/out_type.cmx
- OCAMLOPT typing/mtype.cmx
- OCAMLOPT typing/patterns.cmx
- OCAMLOPT typing/typedecl_variance.cmx
- OCAMLOPT typing/typedecl_unboxed.cmx
- OCAMLOPT typing/typedecl_separability.cmx
- OCAMLOPT typing/typedecl_immediacy.cmx
- OCAMLOPT typing/typeopt.cmx
- OCAMLOPT typing/parmatch.cmx
- OCAMLOPT typing/value_rec_check.cmx
- OCAMLOPT typing/printtyp.cmx
- OCAMLOPT typing/errortrace_report.cmx
- OCAMLOPT typing/envaux.cmx
- OCAMLOPT typing/stypes.cmx
- OCAMLOPT lambda/printlambda.cmx
- OCAMLOPT typing/cmt2annot.cmx
- OCAMLOPT typing/includeclass.cmx
- OCAMLOPT typing/includecore.cmx
- OCAMLOPT typing/typetexp.cmx
- OCAMLOPT lambda/matching.cmx
- OCAMLOPT bytecomp/printinstr.cmx
- OCAMLOPT typing/includemod.cmx
- OCAMLOPT typing/typedecl.cmx
- OCAMLOPT typing/includemod_errorprinter.cmx
- OCAMLOPT typing/typecore.cmx
- OCAMLOPT lambda/translprim.cmx
- OCAMLOPT bytecomp/bytegen.cmx
- OCAMLOPT typing/typeclass.cmx
- OCAMLOPT lambda/translcore.cmx
- OCAMLOPT lambda/translclass.cmx
- OCAMLOPT typing/typemod.cmx
- OCAMLOPT lambda/translmod.cmx
- OCAMLOPT bytecomp/emitcode.cmx
- OCAMLOPT bytecomp/bytelink.cmx
- OCAMLOPT driver/compmisc.cmx
- OCAMLOPT bytecomp/bytelibrarian.cmx
- OCAMLOPT bytecomp/bytepackager.cmx
- OCAMLOPT driver/compile_common.cmx
- LINKOPT compilerlibs/ocamlcommon.cmxa
- OCAMLOPT driver/compile.cmx
- OCAMLOPT driver/maindriver.cmx
- LINKOPT compilerlibs/ocamlbytecomp.cmxa
- OCAMLOPT driver/main.cmx
- LINKOPT ocamlc.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibraries ocamldebug ocamldoc \
-
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-all
- OCAMLC otherlibs/dynlink/dynlink_config.cmi
- OCAMLC otherlibs/dynlink/dynlink_types.cmi
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC otherlibs/dynlink/dynlink_cmo_format.cmi
- OCAMLC otherlibs/dynlink/dynlink.cmi
- OCAMLC debugger/int64ops.cmi
- OCAMLC otherlibs/unix/unix.cmi
- OCAMLC debugger/debugger_config.cmi
- OCAMLC debugger/parameters.cmi
- OCAMLLEX debugger/debugger_lexer.ml
- OCAMLYACC debugger/debugger_parser.mli
- OCAMLC debugger/question.cmi
- OCAMLC debugger/exec.cmi
- OCAMLC debugger/source.cmi
- OCAMLC debugger/events.cmi
- OCAMLC debugger/history.cmi
- OCAMLC debugger/show_source.cmi
- OCAMLC debugger/program_management.cmi
- OCAMLC debugger/command_line.cmi
- OCAMLC debugger/main.cmi
- OCAMLC debugger/ocamldebug_entry.cmi
- OCAMLC ocamldoc/odoc_config.cmi
- OCAMLC ocamldoc/odoc_messages.cmi
- OCAMLC ocamldoc/odoc_types.cmi
- OCAMLYACC ocamldoc/odoc_text_parser.mli
- OCAMLC ocamldoc/odoc_name.cmi
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC ocamldoc/odoc_print.cmi
- OCAMLC ocamldoc/odoc_comments_global.cmi
- OCAMLYACC ocamldoc/odoc_parser.mli
- OCAMLC otherlibs/str/str.cmi
- OCAMLLEX ocamldoc/odoc_text_lexer.ml
- OCAMLLEX ocamldoc/odoc_lexer.ml
- OCAMLLEX ocamldoc/odoc_see_lexer.ml
- OCAMLC ocamldoc/odoc_ocamlhtml.cmi
- OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
- OCAMLC ocamldoc/odoc_latex_style.cmi
- OCAMLC ocamldoc/odoc.cmi
- OCAMLC ocamldoc/odoc_test.cmi
- /usr/bin/make tools-all
- OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmi
- OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmi
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/byte/
- OCAMLC otherlibs/dynlink/dynlink_config.cmo
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC otherlibs/dynlink/dynlink_types.cmo
- OCAMLC debugger/int64ops.cmo
- OCAMLC debugger/primitives.cmi
- OCAMLC debugger/unix_tools.cmi
- OCAMLC debugger/debugger_config.cmo
- OCAMLC debugger/parameters.cmo
- OCAMLC debugger/exec.cmo
- OCAMLC debugger/pos.cmi
- OCAMLC debugger/events.cmo
- OCAMLC debugger/frames.cmi
- OCAMLC debugger/show_information.cmi
- OCAMLC debugger/loadprinter.cmi
- OCAMLC ocamldoc/odoc_global.cmi
- OCAMLC ocamldoc/odoc_misc.cmi
- OCAMLC ocamldoc/odoc_text_parser.cmi
- OCAMLC ocamldoc/odoc_text.cmi
- OCAMLC ocamldoc/odoc_parameter.cmi
- OCAMLC ocamldoc/odoc_type.cmi
- OCAMLC ocamldoc/odoc_parser.cmi
- OCAMLC ocamldoc/odoc_env.cmi
- OCAMLC ocamldoc/odoc_config.cmo
- OCAMLC ocamldoc/odoc_messages.cmo
- OCAMLC ocamldoc/odoc_types.cmo
- OCAMLC ocamldoc/odoc_print.cmo
- OCAMLC ocamldoc/odoc_comments_global.cmo
- OCAMLC ocamldoc/odoc_latex_style.cmo
- OCAMLC otherlibs/dynlink/dynlink_common.cmi
- OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmo
- OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmo
- OCAMLC debugger/pos.cmo
- OCAMLC debugger/unix_tools.cmo
- OCAMLC ocamldoc/odoc_text_lexer.cmi
- OCAMLC ocamldoc/odoc_global.cmo
- OCAMLC debugger/primitives.cmo
- OCAMLC debugger/debugcom.cmi
- OCAMLC debugger/input_handling.cmi
- OCAMLC debugger/source.cmo
- OCAMLC debugger/program_loading.cmi
- OCAMLC debugger/show_source.cmo
- OCAMLC debugger/time_travel.cmi
- OCAMLC ocamldoc/odoc_value.cmi
- OCAMLC ocamldoc/odoc_lexer.cmi
- OCAMLC ocamldoc/odoc_see_lexer.cmi
- OCAMLC ocamldoc/odoc_misc.cmo
- OCAMLC ocamldoc/odoc_text_parser.cmo
- OCAMLC ocamldoc/odoc_name.cmo
- OCAMLC ocamldoc/odoc_parameter.cmo
- OCAMLC ocamldoc/odoc_type.cmo
- OCAMLC ocamldoc/odoc_parser.cmo
- OCAMLC ocamldoc/odoc_env.cmo
- OCAMLC ocamldoc/odoc_ocamlhtml.cmo
- OCAMLC ocamldoc/odoc_extension.cmi
- OCAMLC ocamldoc/odoc_exception.cmi
- OCAMLC otherlibs/dynlink/dynlink_common.cmo
- OCAMLC otherlibs/dynlink/byte/dynlink.cmo
- OCAMLC ocamldoc/odoc_text_lexer.cmo
- OCAMLC ocamldoc/odoc_text.cmo
- OCAMLC debugger/input_handling.cmo
- OCAMLC debugger/parser_aux.cmi
- OCAMLC debugger/debugcom.cmo
- OCAMLC debugger/checkpoints.cmi
- OCAMLC debugger/symbols.cmi
- OCAMLC debugger/breakpoints.cmi
- OCAMLC debugger/trap_barrier.cmi
- OCAMLC debugger/program_loading.cmo
- OCAMLC ocamldoc/odoc_lexer.cmo
- OCAMLC ocamldoc/odoc_see_lexer.cmo
- OCAMLC ocamldoc/odoc_class.cmi
- OCAMLC ocamldoc/odoc_value.cmo
- OCAMLC ocamldoc/odoc_exception.cmo
- OCAMLC ocamldoc/odoc_extension.cmo
- OCAMLC debugger/debugger_parser.cmi
- OCAMLC debugger/printval.cmi
- OCAMLC debugger/eval.cmi
- OCAMLC debugger/main.cmo
- OCAMLC debugger/checkpoints.cmo
- OCAMLC debugger/trap_barrier.cmo
- OCAMLC debugger/history.cmo
- OCAMLC debugger/symbols.cmo
- OCAMLC debugger/breakpoints.cmo
- OCAMLC debugger/time_travel.cmo
- OCAMLC debugger/program_management.cmo
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC debugger/frames.cmo
- OCAMLC ocamldoc/odoc_module.cmi
- OCAMLC ocamldoc/odoc_str.cmi
- OCAMLC ocamldoc/odoc_class.cmo
- OCAMLC debugger/debugger_lexer.cmi
- OCAMLC debugger/debugger_parser.cmo
- OCAMLC debugger/printval.cmo
- OCAMLC debugger/show_information.cmo
- OCAMLC debugger/loadprinter.cmo
- LINKC otherlibs/dynlink/dynlink.cma
- OCAMLC ocamldoc/odoc_str.cmo
- OCAMLC ocamldoc/odoc_merge.cmi
- OCAMLC ocamldoc/odoc_sig.cmi
- OCAMLC ocamldoc/odoc_search.cmi
- OCAMLC ocamldoc/odoc_scan.cmi
- OCAMLC ocamldoc/odoc_cross.cmi
- OCAMLC ocamldoc/odoc_comments.cmi
- OCAMLC ocamldoc/odoc_dep.cmi
- OCAMLC ocamldoc/odoc_analyse.cmi
- OCAMLC ocamldoc/odoc_module.cmo
- OCAMLC debugger/debugger_lexer.cmo
- OCAMLC debugger/question.cmo
- OCAMLC debugger/eval.cmo
- OCAMLC debugger/command_line.cmo
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- CC runtime_events_consumer.b.o
- CC runtime_events_consumer.n.o
- OCAMLC runtime_events.cmi
- OCAMLC ocamldoc/odoc_info.cmi
- OCAMLC ocamldoc/odoc_search.cmo
- OCAMLC ocamldoc/odoc_merge.cmo
- OCAMLC ocamldoc/odoc_comments.cmo
- OCAMLC runtime_events.cmo
- OCAMLC ocamldoc/odoc_scan.cmo
- OCAMLC ocamldoc/odoc_cross.cmo
- OCAMLC ocamldoc/odoc_ast.cmi
- OCAMLC ocamldoc/odoc_sig.cmo
- OCAMLC ocamldoc/odoc_dep.cmo
- OCAMLMKLIB runtime_events.cma
- OCAMLC ocamldoc/odoc_ast.cmo
- OCAMLC ocamldoc/odoc_analyse.cmo
- OCAMLC ocamldoc/odoc_info.cmo
- OCAMLC ocamldoc/odoc_dag2html.cmi
- OCAMLC ocamldoc/odoc_to_text.cmi
- OCAMLC ocamldoc/odoc_man.cmi
- OCAMLC ocamldoc/odoc_latex.cmi
- OCAMLC ocamldoc/odoc_texi.cmi
- OCAMLC ocamldoc/odoc_dot.cmi
- OCAMLC ocamldoc/odoc_dag2html.cmo
- OCAMLC ocamldoc/odoc_html.cmi
- OCAMLC ocamldoc/odoc_dot.cmo
- OCAMLC ocamldoc/odoc_to_text.cmo
- OCAMLC ocamldoc/odoc_man.cmo
- OCAMLC debugger/ocamldebug.cmo
- OCAMLC ocamldoc/odoc_texi.cmo
- OCAMLC ocamldoc/odoc_latex.cmo
- OCAMLC ocamldoc/odoc_html.cmo
- OCAMLC ocamldoc/odoc_gen.cmi
- OCAMLC debugger/ocamldebug_entry.cmo
- OCAMLC ocamldoc/odoc_gen.cmo
- OCAMLC ocamldoc/odoc_args.cmi
- LINKC ocamldoc/odoc_info.cma
- OCAMLC ocamldoc/odoc_args.cmo
- OCAMLC ocamldoc/odoc.cmo
- OCAMLC ocamldoc/odoc_test.cmo
- OCAMLMKLIB libcamlruntime_eventsbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- CC access.b.o
- CC addrofstr.b.o
- CC chdir.b.o
- CC chmod.b.o
- CC cst2constr.b.o
- CC cstringv.b.o
- CC execv.b.o
- CC execve.b.o
- CC execvp.b.o
- CC fsync.b.o
- CC mkdir.b.o
- CC exit.b.o
- CC getaddrinfo.b.o
- CC getcwd.b.o
- CC gethost.b.o
- CC gethostname.b.o
- CC getnameinfo.b.o
- CC getproto.b.o
- CC getserv.b.o
- CC gmtime.b.o
- CC mmap_ba.b.o
- CC putenv.b.o
- CC rmdir.b.o
- CC socketaddr.b.o
- CC strofaddr.b.o
- CC time.b.o
- CC unlink.b.o
- CC accept_unix.b.o
- CC bind_unix.b.o
- CC channels_unix.b.o
- CC close_unix.b.o
- CC connect_unix.b.o
- CC dup_unix.b.o
- CC envir_unix.b.o
- CC errmsg_unix.b.o
- CC getpeername_unix.b.o
- CC getpid_unix.b.o
- CC getsockname_unix.b.o
- CC gettimeofday_unix.b.o
- CC isatty_unix.b.o
- CC link_unix.b.o
- CC listen_unix.b.o
- CC lockf_unix.b.o
- CC lseek_unix.b.o
- CC mmap_unix.b.o
- CC open_unix.b.o
- CC pipe_unix.b.o
- CC read_unix.b.o
- CC readlink_unix.b.o
- CC realpath_unix.b.o
- CC rename_unix.b.o
- CC select_unix.b.o
- CC sendrecv_unix.b.o
- CC shutdown_unix.b.o
- CC sleep_unix.b.o
- CC socket_unix.b.o
- CC socketpair_unix.b.o
- CC sockopt_unix.b.o
- CC stat_unix.b.o
- CC symlink_unix.b.o
- CC times_unix.b.o
- CC truncate_unix.b.o
- CC unixsupport_unix.b.o
- CC utimes_unix.b.o
- CC write_unix.b.o
- CC alarm.b.o
- CC chown.b.o
- CC chroot.b.o
- CC closedir.b.o
- CC dup2.b.o
- CC fchmod.b.o
- CC fchown.b.o
- CC fcntl.b.o
- CC fork.b.o
- CC ftruncate.b.o
- CC getegid.b.o
- CC geteuid.b.o
- CC getgid.b.o
- CC getgr.b.o
- CC getgroups.b.o
- CC getlogin.b.o
- CC getppid.b.o
- CC getpw.b.o
- CC getuid.b.o
- CC initgroups.b.o
- CC itimer.b.o
- CC kill.b.o
- CC mkfifo.b.o
- CC nice.b.o
- CC opendir.b.o
- CC readdir.b.o
- CC rewinddir.b.o
- CC setgid.b.o
- CC setgroups.b.o
- CC setsid.b.o
- CC setuid.b.o
- CC signals.b.o
- CC spawn.b.o
- CC termios.b.o
- CC umask.b.o
- CC wait.b.o
- CC access.n.o
- CC addrofstr.n.o
- CC chdir.n.o
- CC chmod.n.o
- CC cst2constr.n.o
- CC cstringv.n.o
- CC execv.n.o
- CC execve.n.o
- CC execvp.n.o
- CC fsync.n.o
- CC mkdir.n.o
- CC exit.n.o
- CC getaddrinfo.n.o
- CC getcwd.n.o
- CC gethost.n.o
- CC gethostname.n.o
- CC getnameinfo.n.o
- CC getproto.n.o
- CC getserv.n.o
- CC gmtime.n.o
- CC mmap_ba.n.o
- CC putenv.n.o
- CC rmdir.n.o
- CC socketaddr.n.o
- CC strofaddr.n.o
- CC time.n.o
- CC unlink.n.o
- CC accept_unix.n.o
- CC bind_unix.n.o
- CC channels_unix.n.o
- CC close_unix.n.o
- CC connect_unix.n.o
- CC dup_unix.n.o
- CC envir_unix.n.o
- CC errmsg_unix.n.o
- CC getpeername_unix.n.o
- CC getpid_unix.n.o
- CC getsockname_unix.n.o
- CC gettimeofday_unix.n.o
- CC isatty_unix.n.o
- CC link_unix.n.o
- CC listen_unix.n.o
- CC lockf_unix.n.o
- CC lseek_unix.n.o
- CC mmap_unix.n.o
- CC open_unix.n.o
- CC pipe_unix.n.o
- CC read_unix.n.o
- CC readlink_unix.n.o
- CC realpath_unix.n.o
- CC rename_unix.n.o
- CC select_unix.n.o
- CC sendrecv_unix.n.o
- CC shutdown_unix.n.o
- CC sleep_unix.n.o
- CC socket_unix.n.o
- CC socketpair_unix.n.o
- CC sockopt_unix.n.o
- CC stat_unix.n.o
- CC symlink_unix.n.o
- CC times_unix.n.o
- CC truncate_unix.n.o
- CC unixsupport_unix.n.o
- CC utimes_unix.n.o
- CC write_unix.n.o
- CC alarm.n.o
- CC chown.n.o
- CC chroot.n.o
- CC closedir.n.o
- CC dup2.n.o
- CC fchmod.n.o
- CC fchown.n.o
- CC fcntl.n.o
- CC fork.n.o
- CC ftruncate.n.o
- CC getegid.n.o
- CC geteuid.n.o
- CC getgid.n.o
- CC getgr.n.o
- CC getgroups.n.o
- CC getlogin.n.o
- CC getppid.n.o
- CC getpw.n.o
- CC getuid.n.o
- CC initgroups.n.o
- CC itimer.n.o
- CC kill.n.o
- CC mkfifo.n.o
- CC nice.n.o
- CC opendir.n.o
- CC readdir.n.o
- CC rewinddir.n.o
- CC setgid.n.o
- CC setgroups.n.o
- CC setsid.n.o
- CC setuid.n.o
- CC signals.n.o
- CC spawn.n.o
- CC termios.n.o
- CC umask.n.o
- CC wait.n.o
- OCAMLC unix.cmo
- OCAMLC unixLabels.cmi
- OCAMLC unixLabels.cmo
- OCAMLMKLIB unix.cma
- OCAMLMKLIB libunixbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- CC strstubs.b.o
- CC strstubs.n.o
- OCAMLC str.cmo
- OCAMLMKLIB str.cma
- OCAMLMKLIB libcamlstrbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- CC st_stubs.b.o
- OCAMLC thread.cmi
- OCAMLC event.cmi
- OCAMLC event.cmo
- OCAMLC thread.cmo
- OCAMLMKLIB threads.cma
- OCAMLMKLIB libthreads.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- LINKC debugger/ocamldebug
- LINKC ocamldoc/ocamldoc
- rm ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlopt.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLOPT middle_end/internal_variable_names.cmx
- OCAMLOPT middle_end/linkage_name.cmx
- OCAMLOPT middle_end/backend_var.cmx
- OCAMLOPT middle_end/clambda_primitives.cmx
- OCAMLOPT middle_end/flambda/base_types/id_types.cmx
- OCAMLOPT middle_end/flambda/base_types/tag.cmx
- OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
- OCAMLOPT middle_end/flambda/pass_wrapper.cmx
- OCAMLOPT middle_end/flambda/allocated_const.cmx
- OCAMLOPT asmcomp/arch.cmx
- OCAMLOPT driver/opterrors.cmx
- OCAMLOPT middle_end/printclambda_primitives.cmx
- OCAMLOPT middle_end/semantics_of_primitives.cmx
- OCAMLOPT middle_end/convert_primitives.cmx
- OCAMLOPT middle_end/clambda.cmx
- OCAMLOPT asmcomp/cmm.cmx
- OCAMLOPT middle_end/compilation_unit.cmx
- OCAMLOPT middle_end/variable.cmx
- OCAMLOPT middle_end/flambda/base_types/export_id.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
- OCAMLOPT asmcomp/printcmm.cmx
- OCAMLOPT asmcomp/reg.cmx
- OCAMLOPT asmcomp/strmatch.cmx
- OCAMLOPT asmcomp/afl_instrument.cmx
- OCAMLOPT asmcomp/cmm_invariants.cmx
- OCAMLOPT middle_end/printclambda.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
- OCAMLOPT asmcomp/mach.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
- OCAMLOPT middle_end/symbol.cmx
- OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
- OCAMLOPT middle_end/flambda/parameter.cmx
- OCAMLOPT asmcomp/dataflow.cmx
- OCAMLOPT asmcomp/comballoc.cmx
- OCAMLOPT asmcomp/split.cmx
- OCAMLOPT asmcomp/reloadgen.cmx
- OCAMLOPT asmcomp/deadcode.cmx
- OCAMLOPT asmcomp/stackframegen.cmx
- OCAMLOPT asmcomp/linear.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
- OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
- OCAMLOPT file_formats/linear_format.cmx
- OCAMLOPT asmcomp/branch_relaxation.cmx
- OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
- OCAMLOPT asmcomp/polling.cmx
- OCAMLOPT asmcomp/stackframe.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
- OCAMLOPT middle_end/flambda/projection.cmx
- OCAMLOPT asmcomp/reload.cmx
- OCAMLOPT asmcomp/linearize.cmx
- OCAMLOPT middle_end/flambda/un_anf.cmx
- OCAMLOPT middle_end/flambda/flambda.cmx
- OCAMLOPT middle_end/flambda/flambda_iterators.cmx
- OCAMLOPT middle_end/flambda/effect_analysis.cmx
- OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
- OCAMLOPT middle_end/flambda/alias_analysis.cmx
- OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
- OCAMLOPT middle_end/flambda/flambda_utils.cmx
- OCAMLOPT middle_end/flambda/inlining_cost.cmx
- OCAMLOPT middle_end/flambda/lift_code.cmx
- OCAMLOPT middle_end/flambda/share_constants.cmx
- OCAMLOPT middle_end/flambda/ref_to_variables.cmx
- OCAMLOPT middle_end/flambda/flambda_invariants.cmx
- OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
- OCAMLOPT middle_end/flambda/inlining_stats.cmx
- OCAMLOPT middle_end/flambda/freshening.cmx
- OCAMLOPT middle_end/flambda/closure_conversion.cmx
- OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
- OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
- OCAMLOPT middle_end/flambda/invariant_params.cmx
- OCAMLOPT middle_end/flambda/inconstant_idents.cmx
- OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
- OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
- OCAMLOPT middle_end/flambda/closure_offsets.cmx
- OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
- OCAMLOPT middle_end/flambda/simple_value_approx.cmx
- OCAMLOPT middle_end/flambda/export_info.cmx
- OCAMLOPT middle_end/flambda/lift_constants.cmx
- OCAMLOPT middle_end/flambda/simplify_common.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
- OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
- OCAMLOPT middle_end/flambda/simplify_primitives.cmx
- OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
- OCAMLOPT middle_end/compilenv.cmx
- OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
- OCAMLOPT middle_end/flambda/extract_projections.cmx
- OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
- OCAMLOPT middle_end/flambda/inlining_transforms.cmx
- OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
- OCAMLOPT middle_end/closure/closure.cmx
- OCAMLOPT middle_end/flambda/import_approx.cmx
- OCAMLOPT middle_end/flambda/build_export_info.cmx
- OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
- OCAMLOPT asmcomp/x86_proc.cmx
- OCAMLOPT asmcomp/cmmgen_state.cmx
- OCAMLOPT asmcomp/emitaux.cmx
- OCAMLOPT middle_end/flambda/inlining_decision.cmx
- OCAMLOPT asmcomp/cmm_helpers.cmx
- OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
- OCAMLOPT middle_end/flambda/unbox_closures.cmx
- OCAMLOPT asmcomp/x86_dsl.cmx
- OCAMLOPT asmcomp/x86_gas.cmx
- OCAMLOPT asmcomp/x86_masm.cmx
- OCAMLOPT asmcomp/proc.cmx
- OCAMLOPT asmcomp/interval.cmx
- OCAMLOPT asmcomp/selectgen.cmx
- OCAMLOPT asmcomp/CSEgen.cmx
- OCAMLOPT asmcomp/spill.cmx
- OCAMLOPT asmcomp/interf.cmx
- OCAMLOPT asmcomp/coloring.cmx
- OCAMLOPT asmcomp/schedgen.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
- OCAMLOPT asmcomp/emit.cmx
- OCAMLOPT asmcomp/printmach.cmx
- OCAMLOPT asmcomp/linscan.cmx
- OCAMLOPT asmcomp/CSE.cmx
- OCAMLOPT asmcomp/scheduling.cmx
- OCAMLOPT middle_end/closure/closure_middle_end.cmx
- OCAMLOPT asmcomp/liveness.cmx
- OCAMLOPT asmcomp/printlinear.cmx
- OCAMLOPT asmcomp/selection.cmx
- OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
- OCAMLOPT asmcomp/thread_sanitizer.cmx
- OCAMLOPT asmcomp/cmmgen.cmx
- OCAMLOPT asmcomp/asmgen.cmx
- OCAMLOPT asmcomp/asmlink.cmx
- OCAMLOPT driver/optcompile.cmx
- OCAMLOPT asmcomp/asmlibrarian.cmx
- OCAMLOPT asmcomp/asmpackager.cmx
- OCAMLOPT driver/optmaindriver.cmx
- LINKOPT compilerlibs/ocamloptcomp.cmxa
- OCAMLOPT driver/optmain.cmx
- LINKOPT ocamlopt.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibrariesopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/native/
- OCAMLOPT otherlibs/dynlink/dynlink_config.cmx
- OCAMLOPT otherlibs/dynlink/dynlink_types.cmx
- OCAMLC otherlibs/dynlink/dynlink_cmxs_format.cmi
- OCAMLOPT otherlibs/dynlink/dynlink_platform_intf.cmx
- OCAMLOPT otherlibs/dynlink/dynlink_common.cmx
- OCAMLOPT otherlibs/dynlink/native/dynlink.cmx
- LINKOPT otherlibs/dynlink/dynlink.cmxa
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- OCAMLMKLIB libcamlruntime_eventsnat.a
- OCAMLOPT runtime_events.cmx
- OCAMLMKLIB runtime_events.cmxa
- OCAMLOPT runtime_events.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- OCAMLMKLIB libunixnat.a
- OCAMLOPT unix.cmx
- OCAMLOPT unixLabels.cmx
- OCAMLMKLIB unix.cmxa
- OCAMLOPT unix.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- OCAMLMKLIB libcamlstrnat.a
- OCAMLOPT str.cmx
- OCAMLMKLIB str.cmxa
- OCAMLOPT str.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- CC st_stubs.n.o
- OCAMLOPT thread.cmx
- OCAMLOPT event.cmx
- LINKOPT threads.cmxa
- OCAMLMKLIB libthreadsnat.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt \
- ocamldoc.opt \
- othertools ocamlnat
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-allopt
- /usr/bin/make tools-allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- OCAMLOPT ocamldoc/odoc_config.cmx
- OCAMLOPT ocamldoc/odoc_messages.cmx
- OCAMLYACC ocamldoc/odoc_text_parser.ml
- OCAMLLEX ocamldoc/odoc_text_lexer.ml
- OCAMLOPT ocamldoc/odoc_print.cmx
- OCAMLOPT ocamldoc/odoc_comments_global.cmx
- OCAMLYACC ocamldoc/odoc_parser.ml
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- OCAMLLEX ocamldoc/odoc_lexer.ml
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- OCAMLLEX ocamldoc/odoc_see_lexer.ml
- OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
- OCAMLOPT ocamldoc/odoc_latex_style.cmx
- cd otherlibs/dynlink; ln -sf native/dynlink.cmx .
- OCAMLOPT tools/profiling.cmx
- /usr/bin/make lex-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLC tools/ocamltex.cmi
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- OCAMLC toplevel/native/tophooks.cmi
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
- OCAMLOPT toplevel/genprintval.cmx
- OCAMLOPT toplevel/topprinters.cmx
- OCAMLOPT toplevel/native/trace.cmx
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLOPT ocamldoc/odoc_ocamlhtml.cmx
- OCAMLOPT lex/cset.cmx
- OCAMLC tools/ocamltex.cmo
- OCAMLOPT lex/table.cmx
- OCAMLOPT ocamldoc/odoc_types.cmx
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- OCAMLOPT ocamldoc/odoc_global.cmx
- OCAMLOPT ocamldoc/odoc_misc.cmx
- OCAMLOPT ocamldoc/odoc_parameter.cmx
- OCAMLOPT ocamldoc/odoc_parser.cmx
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- OCAMLOPT ocamldoc/odoc_lexer.cmx
- OCAMLOPT ocamldoc/odoc_see_lexer.cmx
- OCAMLOPT lex/syntax.cmx
- OCAMLOPT ocamldoc/odoc_text_parser.cmx
- OCAMLOPT ocamldoc/odoc_name.cmx
- OCAMLOPT lex/parser.cmx
- OCAMLOPT lex/lexgen.cmx
- OCAMLOPT ocamldoc/odoc_text_lexer.cmx
- OCAMLOPT ocamldoc/odoc_value.cmx
- OCAMLOPT ocamldoc/odoc_type.cmx
- OCAMLOPT ocamldoc/odoc_env.cmx
- OCAMLOPT ocamldoc/odoc_extension.cmx
- OCAMLOPT ocamldoc/odoc_exception.cmx
- OCAMLOPT ocamldoc/odoc_class.cmx
- OCAMLOPT ocamldoc/odoc_text.cmx
- OCAMLOPT ocamldoc/odoc_module.cmx
- OCAMLOPT ocamldoc/odoc_str.cmx
- OCAMLOPT toplevel/topcommon.cmx
- OCAMLOPT lex/lexer.cmx
- LINKC tools/ocamltex
- OCAMLOPT ocamldoc/odoc_merge.cmx
- OCAMLOPT ocamldoc/odoc_search.cmx
- OCAMLOPT ocamldoc/odoc_scan.cmx
- OCAMLOPT ocamldoc/odoc_dep.cmx
- OCAMLOPT ocamldoc/odoc_sig.cmx
- OCAMLOPT ocamldoc/odoc_cross.cmx
- OCAMLOPT toplevel/native/tophooks.cmx
- OCAMLOPT ocamldoc/odoc_comments.cmx
- OCAMLOPT lex/compact.cmx
- OCAMLOPT lex/common.cmx
- OCAMLOPT ocamldoc/odoc_ast.cmx
- OCAMLOPT toplevel/native/topeval.cmx
- OCAMLOPT lex/output.cmx
- OCAMLOPT lex/outputbis.cmx
- OCAMLOPT ocamldoc/odoc_analyse.cmx
- OCAMLOPT ocamldoc/odoc_info.cmx
- OCAMLOPT toplevel/toploop.cmx
- LINKOPT ocamldoc/odoc_info.cmxa
- OCAMLOPT ocamldoc/odoc_dag2html.cmx
- OCAMLOPT ocamldoc/odoc_to_text.cmx
- OCAMLOPT ocamldoc/odoc_man.cmx
- OCAMLOPT ocamldoc/odoc_dot.cmx
- OCAMLOPT lex/main.cmx
- OCAMLOPT ocamldoc/odoc_latex.cmx
- OCAMLOPT ocamldoc/odoc_texi.cmx
- LINKOPT lex/ocamllex.opt
- OCAMLOPT toplevel/topdirs.cmx
- OCAMLOPT toplevel/native/topmain.cmx
- OCAMLOPT ocamldoc/odoc_html.cmx
- OCAMLOPT toplevel/topstart.cmx
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-allopt.opt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- OCAMLOPT tools/ocamldep.cmx
- LINKOPT compilerlibs/ocamlmiddleend.cmxa
- OCAMLOPT tools/objinfo.cmx
- LINKOPT compilerlibs/ocamltoplevel.cmxa
- LINKOPT tools/ocamldep.opt
- LINKOPT ocamlnat
- OCAMLOPT ocamldoc/odoc_gen.cmx
- OCAMLOPT ocamldoc/odoc_args.cmx
- LINKOPT tools/ocamlobjinfo.opt
- OCAMLOPT ocamldoc/odoc.cmx
- LINKOPT ocamldoc/ocamldoc.opt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- rm ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make manpages
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C api_docgen man
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc man
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p build/
- mkdir -p build/libref
- mkdir -p build/compilerlibref
- mkdir -p build/man
- GEN build/Format_tutorial.mld
- GEN build/Ocaml_operators.mld
- OCAMLDOC build/libref/arg.odoc
- OCAMLDOC build/libref/array.odoc
- OCAMLDOC build/libref/arrayLabels.odoc
- OCAMLDOC build/libref/atomic.odoc
- OCAMLDOC build/libref/bigarray.odoc
- OCAMLDOC build/libref/bool.odoc
- OCAMLDOC build/libref/buffer.odoc
- OCAMLDOC build/libref/bytes.odoc
- OCAMLDOC build/libref/bytesLabels.odoc
- OCAMLDOC build/libref/callback.odoc
- OCAMLDOC build/libref/char.odoc
- OCAMLDOC build/libref/complex.odoc
- OCAMLDOC build/libref/condition.odoc
- OCAMLDOC build/libref/digest.odoc
- OCAMLDOC build/libref/domain.odoc
- OCAMLDOC build/libref/dynarray.odoc
- OCAMLDOC build/libref/dynlink.odoc
- OCAMLDOC build/libref/effect.odoc
- OCAMLDOC build/libref/either.odoc
- OCAMLDOC build/libref/ephemeron.odoc
- OCAMLDOC build/libref/event.odoc
- OCAMLDOC build/libref/filename.odoc
- OCAMLDOC build/libref/float.odoc
- OCAMLDOC build/libref/format.odoc
- OCAMLDOC build/libref/fun.odoc
- OCAMLDOC build/libref/gc.odoc
- OCAMLDOC build/libref/hashtbl.odoc
- OCAMLDOC build/libref/in_channel.odoc
- OCAMLDOC build/libref/int.odoc
- OCAMLDOC build/libref/int32.odoc
- OCAMLDOC build/libref/int64.odoc
- OCAMLDOC build/libref/lazy.odoc
- OCAMLDOC build/libref/lexing.odoc
- OCAMLDOC build/libref/list.odoc
- OCAMLDOC build/libref/listLabels.odoc
- OCAMLDOC build/libref/map.odoc
- OCAMLDOC build/libref/marshal.odoc
- OCAMLDOC build/libref/moreLabels.odoc
- OCAMLDOC build/libref/mutex.odoc
- OCAMLDOC build/libref/nativeint.odoc
- OCAMLDOC build/libref/obj.odoc
- OCAMLDOC build/libref/oo.odoc
- OCAMLDOC build/libref/option.odoc
- OCAMLDOC build/libref/out_channel.odoc
- OCAMLDOC build/libref/parsing.odoc
- OCAMLDOC build/libref/printexc.odoc
- OCAMLDOC build/libref/printf.odoc
- OCAMLDOC build/libref/queue.odoc
- OCAMLDOC build/libref/random.odoc
- OCAMLDOC build/libref/result.odoc
- OCAMLDOC build/libref/runtime_events.odoc
- OCAMLDOC build/libref/scanf.odoc
- OCAMLDOC build/libref/semaphore.odoc
- OCAMLDOC build/libref/seq.odoc
- OCAMLDOC build/libref/set.odoc
- OCAMLDOC build/libref/stack.odoc
- OCAMLDOC build/libref/stdLabels.odoc
- OCAMLDOC build/libref/stdlib.odoc
- OCAMLDOC build/libref/str.odoc
- OCAMLDOC build/libref/string.odoc
- OCAMLDOC build/libref/stringLabels.odoc
- OCAMLDOC build/libref/sys.odoc
- OCAMLDOC build/libref/thread.odoc
- OCAMLDOC build/libref/type.odoc
- OCAMLDOC build/libref/uchar.odoc
- OCAMLDOC build/libref/unit.odoc
- OCAMLDOC build/libref/unix.odoc
- OCAMLDOC build/libref/unixLabels.odoc
- OCAMLDOC build/libref/weak.odoc
- OCAMLDOC build/libref/camlinternalFormat.odoc
- OCAMLDOC build/libref/camlinternalFormatBasics.odoc
- OCAMLDOC build/libref/camlinternalLazy.odoc
- OCAMLDOC build/libref/camlinternalMod.odoc
- OCAMLDOC build/libref/camlinternalOO.odoc
- GEN build/Compiler_libs.mld
- OCAMLDOC build/compilerlibref/ast_helper.odoc
- OCAMLDOC build/compilerlibref/ast_invariants.odoc
- OCAMLDOC build/compilerlibref/ast_iterator.odoc
- OCAMLDOC build/compilerlibref/ast_mapper.odoc
- OCAMLDOC build/compilerlibref/asttypes.odoc
- OCAMLDOC build/compilerlibref/attr_helper.odoc
- OCAMLDOC build/compilerlibref/builtin_attributes.odoc
- OCAMLDOC build/compilerlibref/camlinternalMenhirLib.odoc
- OCAMLDOC build/compilerlibref/depend.odoc
- OCAMLDOC build/compilerlibref/docstrings.odoc
- OCAMLDOC build/compilerlibref/lexer.odoc
- OCAMLDOC build/compilerlibref/location.odoc
- OCAMLDOC build/compilerlibref/longident.odoc
- OCAMLDOC build/compilerlibref/parse.odoc
- OCAMLDOC build/compilerlibref/parser.odoc
- OCAMLDOC build/compilerlibref/parsetree.odoc
- OCAMLDOC build/compilerlibref/pprintast.odoc
- OCAMLDOC build/compilerlibref/printast.odoc
- OCAMLDOC build/compilerlibref/syntaxerr.odoc
- OCAMLDOC build/compilerlibref/unit_info.odoc
- OCAMLDOC build/compilerlibref/arg_helper.odoc
- OCAMLDOC build/compilerlibref/binutils.odoc
- OCAMLDOC build/compilerlibref/build_path_prefix_map.odoc
- OCAMLDOC build/compilerlibref/ccomp.odoc
- OCAMLDOC build/compilerlibref/clflags.odoc
- OCAMLDOC build/compilerlibref/compression.odoc
- OCAMLDOC build/compilerlibref/config.odoc
- OCAMLDOC build/compilerlibref/config_boot.odoc
- OCAMLDOC build/compilerlibref/config_main.odoc
- OCAMLDOC build/compilerlibref/consistbl.odoc
- OCAMLDOC build/compilerlibref/diffing.odoc
- OCAMLDOC build/compilerlibref/diffing_with_keys.odoc
- OCAMLDOC build/compilerlibref/domainstate.odoc
- OCAMLDOC build/compilerlibref/format_doc.odoc
- OCAMLDOC build/compilerlibref/identifiable.odoc
- OCAMLDOC build/compilerlibref/int_replace_polymorphic_compare.odoc
- OCAMLDOC build/compilerlibref/lazy_backtrack.odoc
- OCAMLDOC build/compilerlibref/linkdeps.odoc
- OCAMLDOC build/compilerlibref/load_path.odoc
- OCAMLDOC build/compilerlibref/local_store.odoc
- OCAMLDOC build/compilerlibref/misc.odoc
- OCAMLDOC build/compilerlibref/numbers.odoc
- OCAMLDOC build/compilerlibref/profile.odoc
- OCAMLDOC build/compilerlibref/strongly_connected_components.odoc
- OCAMLDOC build/compilerlibref/targetint.odoc
- OCAMLDOC build/compilerlibref/terminfo.odoc
- OCAMLDOC build/compilerlibref/warnings.odoc
- OCAMLDOC build/compilerlibref/pparse.odoc
- OCAMLDOC build/libref/Format_tutorial.odoc
- OCAMLDOC build/libref/Ocaml_operators.odoc
- OCAMLDOC build/compilerlibref/Compiler_libs.odoc
- OCAMLDOC build/man/Stdlib.3o
- Warning: Element modname_from_source not found
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-> compiled ocaml-compiler.5.3.0
[ocaml-compiler: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- mkdir -p "/home/opam/.opam/default/bin"
- mkdir -p "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/default/doc/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/caml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p runtime/ocamlrun runtime/ocamlrund runtime/ocamlruni "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.a runtime/libcamlrund.a runtime/libcamlruni.a runtime/libcamlrun_pic.a \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libcamlrun_shared.so \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
- "/home/opam/.opam/default/lib/ocaml/caml"
- /usr/bin/install -c -p ocaml "/home/opam/.opam/default/bin"
- ./boot/ocamlrun ./tools/stripdebug ocamlc ocamlc.tmp && /usr/bin/install -c -p ocamlc.tmp "/home/opam/.opam/default/bin/ocamlc.byte" && rm ocamlc.tmp
- /usr/bin/make -C stdlib install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cma std_exit.cmo *.cmi "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 META "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 \
- *.cmt *.cmti *.mli *.ml *.ml.in \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_runtime-launch-info "/home/opam/.opam/default/lib/ocaml/runtime-launch-info"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p lex/ocamllex \
- "/home/opam/.opam/default/bin/ocamllex.byte"
- for i in ocamldep ocamlobjinfo; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin/$i.byte";\
- if test -f "tools/$i".opt; then \
- /usr/bin/install -c -p "tools/$i.opt" "/home/opam/.opam/default/bin" && \
- (cd "/home/opam/.opam/default/bin" && ln -sf "$i.opt" "$i"); \
- else \
- (cd "/home/opam/.opam/default/bin" && ln -sf "$i.byte" "$i"); \
- fi; \
- done
- for i in ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamloptp; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin";\
- done
- /usr/bin/install -c -p yacc/ocamlyacc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmi \
- parsing/*.cmi \
- typing/*.cmi \
- bytecomp/*.cmi \
- file_formats/*.cmi \
- lambda/*.cmi \
- driver/*.cmi \
- toplevel/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmt utils/*.cmti utils/*.mli \
- parsing/*.cmt parsing/*.cmti parsing/*.mli \
- typing/*.cmt typing/*.cmti typing/*.mli \
- file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
- lambda/*.cmt lambda/*.cmti lambda/*.mli \
- bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
- driver/*.cmt driver/*.cmti driver/*.mli \
- toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmt \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmt tools/profiling.cmti \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cma compilerlibs/META \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmo toplevel/topstart.cmo \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge "/home/opam/.opam/default/lib/ocaml"
- rm -f "/home/opam/.opam/default/lib/ocaml"/topdirs.cm* "/home/opam/.opam/default/lib/ocaml/topdirs.mli"
- rm -f "/home/opam/.opam/default/lib/ocaml"/profiling.cm* "/home/opam/.opam/default/lib/ocaml/profiling.o"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmi tools/profiling.cmo \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/make -C man install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/man'
- mkdir -p '/home/opam/.opam/default/man/man1'
- /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/home/opam/.opam/default/man/man1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/man'
- rm -f "/home/opam/.opam/default/lib/ocaml"/dynlink.cm* "/home/opam/.opam/default/lib/ocaml/dynlink.mli" \
- "/home/opam/.opam/default/lib/ocaml/dynlink.a" \
- "/home/opam/.opam/default/lib/ocaml/"dynlink_config.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_types.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_platform_intf.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_common.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink.cmx
- mkdir -p "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.cma \
- otherlibs/dynlink/META \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- otherlibs/dynlink/dynlink.cmti otherlibs/dynlink/dynlink.mli \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
- /usr/bin/make -C otherlibs/$i install || exit $?; \
- done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- if test -f dllcamlruntime_eventsbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/runtime_events.cma "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmi "/home/opam/.opam/default/lib/ocaml"/runtime_events.mli "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmti "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmx "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxa "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml"/runtime_events.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/runtime_events"
- /usr/bin/install -c -p -m 644 \
- runtime_events.cma runtime_events.cmi META \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- /usr/bin/install -c -p -m 644 \
- runtime_events.mli \
- runtime_events.cmti \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -n "caml/runtime_events_consumer.h"; then \
- /usr/bin/install -c -p -m 644 caml/runtime_events_consumer.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- if test -f dllunixbyt.so; then \
- /usr/bin/install -c -p \
- dllunixbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/unix.cma "/home/opam/.opam/default/lib/ocaml"/unix.cmi "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmi "/home/opam/.opam/default/lib/ocaml"/unix.mli "/home/opam/.opam/default/lib/ocaml"/unixLabels.mli "/home/opam/.opam/default/lib/ocaml"/unix.cmti "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmti "/home/opam/.opam/default/lib/ocaml"/unix.cmx "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmx "/home/opam/.opam/default/lib/ocaml"/unix.cmxa "/home/opam/.opam/default/lib/ocaml"/unix.cmxs "/home/opam/.opam/default/lib/ocaml"/unix.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/unix"
- /usr/bin/install -c -p -m 644 \
- unix.cma unix.cmi unixLabels.cmi META \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- /usr/bin/install -c -p -m 644 \
- unix.mli unixLabels.mli \
- unix.cmti unixLabels.cmti \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -n "caml/unixsupport.h caml/socketaddr.h"; then \
- /usr/bin/install -c -p -m 644 caml/unixsupport.h caml/socketaddr.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- if test -f dllcamlstrbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlstrbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/str.cma "/home/opam/.opam/default/lib/ocaml"/str.cmi "/home/opam/.opam/default/lib/ocaml"/str.mli "/home/opam/.opam/default/lib/ocaml"/str.cmti "/home/opam/.opam/default/lib/ocaml"/str.cmx "/home/opam/.opam/default/lib/ocaml"/str.cmxa "/home/opam/.opam/default/lib/ocaml"/str.cmxs "/home/opam/.opam/default/lib/ocaml"/str.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/str"
- /usr/bin/install -c -p -m 644 \
- str.cma str.cmi META \
- "/home/opam/.opam/default/lib/ocaml/str/"
- /usr/bin/install -c -p -m 644 \
- str.mli \
- str.cmti \
- "/home/opam/.opam/default/lib/ocaml/str/"
- if test -n ""; then \
- /usr/bin/install -c -p -m 644 "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f dllthreads.so; then \
- /usr/bin/install -c -p dllthreads.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmi event.cmi threads.cma META \
- "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmti event.cmti \
- "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli event.mli "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 caml/threads.h "/home/opam/.opam/default/lib/ocaml/caml"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/ocamldoc.hva ocamldoc/*.cmi ocamldoc/odoc_info.cma \
- ocamldoc/META \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/make -C api_docgen install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p "/home/opam/.opam/default/man/man3"
- if test -d build/man; then \
- /usr/bin/install -c -p -m 644 build/man/*.3o "/home/opam/.opam/default/man/man3"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- if test -n "ocamldebug"; then \
- /usr/bin/install -c -p debugger/ocamldebug "/home/opam/.opam/default/bin"; \
- fi
- /usr/bin/install -c -p -m 644 Makefile.config "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/home/opam/.opam/default/doc/ocaml"
- if test -f ocamlopt; then /usr/bin/make installopt; else \
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 runtime/libasmrun.a runtime/libcomprmarsh.a runtime/libasmrund.a runtime/libasmruni.a runtime/libasmrun_pic.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libasmrun_shared.so "/home/opam/.opam/default/lib/ocaml"
- ./boot/ocamlrun ./tools/stripdebug ocamlopt ocamlopt.tmp && /usr/bin/install -c -p ocamlopt.tmp "/home/opam/.opam/default/bin/ocamlopt.byte" && rm ocamlopt.tmp
- /usr/bin/make -C stdlib installopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cmxa stdlib.a std_exit.o *.cmx \
- "/home/opam/.opam/default/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmt middle_end/*.cmti \
- middle_end/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmt middle_end/closure/*.cmti \
- middle_end/closure/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
- middle_end/flambda/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmt \
- middle_end/flambda/base_types/*.cmti \
- middle_end/flambda/base_types/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmt asmcomp/*.cmti \
- asmcomp/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/optmain.cmo \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- ocamldoc/ocamldoc.hva ocamldoc/*.cmx ocamldoc/odoc_info.a \
- ocamldoc/odoc_info.cmxa \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- otherlibs/dynlink/dynlink_config.cmx otherlibs/dynlink/dynlink_types.cmx otherlibs/dynlink/dynlink_platform_intf.cmx otherlibs/dynlink/dynlink_common.cmx otherlibs/dynlink/native/dynlink.cmx otherlibs/dynlink/dynlink.cmxa \
- otherlibs/dynlink/dynlink.a \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
- /usr/bin/make -C otherlibs/$i installopt || exit $?; \
- done
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- /usr/bin/install -c -p -m 644 \
- runtime_events.cmx runtime_events.cmxa runtime_events.a \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -f runtime_events.cmxs; then \
- /usr/bin/install -c -p runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml/runtime_events"; \
- fi
- if test -f dllcamlruntime_eventsnat.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
- unix.cmx unixLabels.cmx unix.cmxa unix.a \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -f unix.cmxs; then \
- /usr/bin/install -c -p unix.cmxs "/home/opam/.opam/default/lib/ocaml/unix"; \
- fi
- if test -f dllunixnat.so; then \
- /usr/bin/install -c -p \
- dllunixnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
- str.cmx str.cmxa str.a \
- "/home/opam/.opam/default/lib/ocaml/str/"
- if test -f str.cmxs; then \
- /usr/bin/install -c -p str.cmxs "/home/opam/.opam/default/lib/ocaml/str"; \
- fi
- if test -f dllcamlstrnat.so; then \
- /usr/bin/install -c -p \
- dllcamlstrnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
- thread.cmx event.cmx threads.cmxa threads.a \
- "/home/opam/.opam/default/lib/ocaml/threads"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f ocamlopt.opt; then /usr/bin/make installoptopt; else \
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamlopt.byte ocamlopt; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p ocamlc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p ocamlopt.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p lex/ocamllex.opt "/home/opam/.opam/default/bin"
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.opt ocamlc; \
- ln -sf ocamlopt.opt ocamlopt; \
- ln -sf ocamllex.opt ocamllex
- /usr/bin/install -c -p -m 644 \
- utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
- toplevel/*.cmx toplevel/native/*.cmx \
- toplevel/native/tophooks.cmi \
- file_formats/*.cmx \
- lambda/*.cmx \
- driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
- middle_end/closure/*.cmx \
- middle_end/flambda/*.cmx \
- middle_end/flambda/base_types/*.cmx \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cmxa compilerlibs/*.a \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmx driver/main.o \
- driver/optmain.cmx driver/optmain.o \
- toplevel/topstart.o \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmx tools/profiling.o \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-> installed ocaml-compiler.5.3.0
Layer ocaml-base-compiler.5.3.0: /var/lib/day10/cache/debian-13-x86_64/e05bfb87e0b4cb9bdd511c1366887cea
Processing: [default: loading data]
-> installed ocaml-base-compiler.5.3.0
Layer ocaml-config.3: /var/lib/day10/cache/debian-13-x86_64/a78a8a40f9b33e8a65422f5b60bacd81
Processing: [default: loading data]
[ocaml-config.3/gen_ocaml_config.ml.in: dl]
[ocaml-config.3/ocaml-config.install: dl]
-> retrieved ocaml-config.3 (2 extra sources)
-> retrieved ocaml-config.3 (2 extra sources)
[ocaml-config: subst] expanding opam variables in gen_ocaml_config.ml.in, generating gen_ocaml_config.ml
-> installed ocaml-config.3
Layer ocaml.5.3.0: /var/lib/day10/cache/debian-13-x86_64/9c82be091b7d8c78c0ec7f86ae7e1d66
Processing: [default: loading data]
[ocaml: ocaml 5.3.0]
+ /home/opam/.opam/default/bin/ocaml "/home/opam/.opam/default/share/ocaml-config/gen_ocaml_config.ml" "5.3.0" "ocaml" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml.5.3.0)
-> compiled ocaml.5.3.0
-> installed ocaml.5.3.0
Layer ocamlbuild.0.16.1: /var/lib/day10/cache/debian-13-x86_64/8e61ed4679a0af74fcb6919186e29da5
Processing: [default: loading data]
[ocamlbuild.0.16.1: http]
[ocamlbuild.0.16.1: extract]
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
[ocamlbuild: make configure.make]
+ /usr/bin/make "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/default" "OCAMLBUILD_BINDIR=/home/opam/.opam/default/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/default/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/default/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/default/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/default/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/default/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/default"; \
- echo "BINDIR=/home/opam/.opam/default/bin"; \
- echo "LIBDIR=/home/opam/.opam/default/lib"; \
- echo "MANDIR=/home/opam/.opam/default/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/default/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/default/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/default/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/default/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.16.1"'; \
- ) > src/ocamlbuild_config.ml
[ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/default/lib/ocaml/ocamlbuild; then\
- >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
- "/home/opam/.opam/default/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma 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/default/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- 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/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- 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/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- 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_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- 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/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- 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/default/.opam-switch/build/ocamlbuild.0.16.1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled ocamlbuild.0.16.1
-> installed ocamlbuild.0.16.1
Layer ocamlfind.1.9.8: /var/lib/day10/cache/debian-13-x86_64/18a02612a99f91e8e5ddcadf531e2daa
Processing: [default: loading data]
[ocamlfind.1.9.8: http]
[ocamlfind.1.9.8: extract]
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
[ocamlfind: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/default/bin" "-sitelib" "/home/opam/.opam/default/lib" "-mandir" "/home/opam/.opam/default/man" "-config" "/home/opam/.opam/default/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
-
- About the OCAML core installation:
- Standard library: /home/opam/.opam/default/lib/ocaml
- Binaries: /home/opam/.opam/default/bin
- Manual pages: /home/opam/.opam/default/man
- Multi-threading type: posix
- The directory of site-specific packages will be
- site-lib: /home/opam/.opam/default/lib
- The configuration file is written to:
- findlib config file: /home/opam/.opam/default/lib/findlib.conf
- Software will be installed:
- Libraries: in <site-lib>/findlib
- Binaries: /home/opam/.opam/default/bin
- Manual pages: /home/opam/.opam/default/man
- topfind script: /home/opam/.opam/default/lib/ocaml
- Topfind ppxopt support: yes
- Toolbox: no
- Link custom runtime: no
- Need bytes compatibility: no
-
- Configuration has been written to Makefile.config
-
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
[ocamlfind: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
- ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/default/lib/findlib.conf' | \
- ../../tools/patch '@STDLIB@' '/home/opam/.opam/default/lib/ocaml' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- sed -e 's;@AUTOLINK@;true;g' \
- -e 's;@SYSTEM@;linux;g' \
- >findlib_config.ml
- if [ "true" = "true" ]; then \
- cp topfind.ml.in topfind.ml; \
- else \
- sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
- > topfind.ml ; \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
- -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then \
- cp topfind.in topfind.compat.in; \
- else \
- sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- > topfind.compat.in ; \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
- ../../tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' \
- >topfind
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
- /usr/bin/make findlib-relative; \
- else \
- /usr/bin/make findlib-absolute; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
- tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
- tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/default/lib/ocaml:/home/opam/.opam/default/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
[ocamlfind: make opt]
+ /usr/bin/make "opt" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled ocamlfind.1.9.8
[ocamlfind: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
- for x in camlp4 dbm graphics labltk num ocamlbuild; do \
- if [ -f "/home/opam/.opam/default/lib/$x/META" ]; then \
- if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/default/lib/$x/META"; then \
- rm -f site-lib-src/$x/META; \
- fi; \
- fi; \
- done; \
- test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
- fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/default/bin"
- install -d "/home/opam/.opam/default/man"
- /usr/bin/make install-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/default/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/default/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/default/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/bin/make install ); done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/default/lib/findlib"
- install -d "/home/opam/.opam/default/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/default/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/default/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/default/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/default/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/default/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
- cd "/home/opam/.opam/default/lib/ocaml/compiler-libs/"; \
- cp topdirs.cmi toploop.cmi "/home/opam/.opam/default/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/default/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/default/lib/$x/META.tmp" && mv "/home/opam/.opam/default/lib/$x/META.tmp" "/home/opam/.opam/default/lib/$x/META"; done
- install -d "/home/opam/.opam/default/lib/findlib"; cp Makefile.packages "/home/opam/.opam/default/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/default/bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/default/man/man1" "/home/opam/.opam/default/man/man3" "/home/opam/.opam/default/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/default/man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/default/man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Layer omake.0.10.7: /var/lib/day10/cache/debian-13-x86_64/777adb7d368cafc002f551a301e88a6e
Processing: [default: loading data]
[omake.0.10.7: http]
[omake.0.10.7: extract]
-> retrieved omake.0.10.7 (https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz)
[omake: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/omake.0.10.7/./configure "-prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/omake.0.10.7)
- Wrote .preconfig
[omake: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/omake.0.10.7)
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -auto-bootstrap OCAML="ocaml"
- No input files
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/default/.opam-switch/build/omake.0.10.7/make.ml' '-C' 'boot' 'Makefile.dep' '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/default/.opam-switch/build/omake.0.10.7/make.ml' '-C' 'boot' 'omake' '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 -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_channel.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_printf.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_ctype.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_uname_ext.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_unix_cutil.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_compat_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_readline.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_omake_shell_sys.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_omake_shell_spawn.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_fam_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_fam_kqueue.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_fam_inotify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_notify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_termsize.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/lib/ocaml/caml" -c c_lm_terminfo.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/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 -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I"/home/opam/.opam/default/lib/ocaml" -I"/home/opam/.opam/default/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/default/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/default/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/default/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/default/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/default/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (NO)
- --- Checking whether ocamlopt can create cmxs plugins... (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 if ocamldep understands -modules... (yes)
- Updating the .config file.
- --- Checking for OCaml library location... (/home/opam/.opam/default/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 latex... (FAILED - no latex found)
- --- Checking for date... (found /usr/bin/date)
- --- Checking for date... (found /usr/bin/date)
- *** omake: finished reading OMakefiles (1.26 sec)
- *** omake: saved .omakedb
- - build src/clib lm_notify.o
- + gcc -g -O2 -Wall -Wno-unused -DFAM_ENABLED -DFAM_PSEUDO -DFAM_INOTIFY -DHAVE_INOTIFY_H -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -DHAVE_SNPRINTF -DHAVE_POSIX_SPAWN -DHAVE_MONCONTROL -I. -I/home/opam/.opam/default/lib/ocaml -I. -c -o lm_notify.o lm_notify.c
- In file included from lm_notify.c:49:
- fam_pseudo.h:46:9: warning: "NAME_MAX" redefined
- 46 | #define NAME_MAX 1024
- | ^~~~~~~~
- In file included from /usr/include/x86_64-linux-gnu/bits/local_lim.h:38,
- from /usr/include/x86_64-linux-gnu/bits/posix1_lim.h:161,
- from /usr/include/limits.h:195,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/limits.h:210,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/syslimits.h:7,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/limits.h:34,
- from /home/opam/.opam/default/lib/ocaml/caml/config.h:48,
- from /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:19,
- from lm_notify.c:33:
- /usr/include/linux/limits.h:12:9: note: this is the location of the previous definition
- 12 | #define NAME_MAX 255 /* # chars in a file name */
- | ^~~~~~~~
- *** omake: saved .omakedb
- *** omake: done (40.58 sec, 244/244 scans, 268/429 rules, 728/916 digests)
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'all' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.05 sec)
- - build src/clib lm_notify.o
- + gcc -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -Wall -Wno-unused -DFAM_ENABLED -DFAM_PSEUDO -DFAM_INOTIFY -DHAVE_INOTIFY_H -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -DHAVE_SNPRINTF -DHAVE_POSIX_SPAWN -DHAVE_MONCONTROL -I. -I/home/opam/.opam/default/lib/ocaml -I. -c -o lm_notify.o lm_notify.c
- In file included from lm_notify.c:49:
- fam_pseudo.h:46:9: warning: "NAME_MAX" redefined
- 46 | #define NAME_MAX 1024
- | ^~~~~~~~
- In file included from /usr/include/x86_64-linux-gnu/bits/local_lim.h:38,
- from /usr/include/x86_64-linux-gnu/bits/posix1_lim.h:161,
- from /usr/include/limits.h:195,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/limits.h:210,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/syslimits.h:7,
- from /usr/lib/gcc/x86_64-linux-gnu/14/include/limits.h:34,
- from /home/opam/.opam/default/lib/ocaml/caml/config.h:48,
- from /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:19,
- from lm_notify.c:33:
- /usr/include/linux/limits.h:12:9: note: this is the location of the previous definition
- 12 | #define NAME_MAX 255 /* # chars in a file name */
- | ^~~~~~~~
- *** omake: done (13.88 sec, 244/244 scans, 130/469 rules, 220/400 digests)
-> compiled omake.0.10.7
[omake: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/omake.0.10.7)
- 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.05 sec)
- *** omake: done (0.31 sec, 0/244 scans, 3/458 rules, 0/160 digests)
-> installed omake.0.10.7
Layer topkg.1.1.0: /var/lib/day10/cache/debian-13-x86_64/dd4ea54749ff577fcddcb51923302b9f
Processing: [default: loading data]
[topkg.1.1.0: http]
[topkg.1.1.0: extract]
-> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)
[topkg: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/topkg.1.1.0)
- + ocamlfind ocamlc -config
- + 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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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 test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -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(83), max: 20, min: 2, average(total): 11.000(1.241) }
-> compiled topkg.1.1.0
-> installed topkg.1.1.0
Layer conjury.2.2: /var/lib/day10/cache/debian-13-x86_64/927e8ccb34a317389b266ed129c404a9
Processing: [default: loading data]
[conjury.2.2: http]
[conjury.2.2: extract]
-> retrieved conjury.2.2 (https://bitbucket.org/jhw/conjury/get/r2.2.tar.gz)
[conjury: omake build]
+ /home/opam/.opam/default/bin/omake "--dotomake.omake" "--force-dotomake" "--configure" "build" (CWD=/home/opam/.opam/default/.opam-switch/build/conjury.2.2)
- *** omake: reading OMakefiles
- [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
- *** omake: finished reading OMakefiles (0.05 sec)
- *** omake: done (0.05 sec, 0/0 scans, 0/0 rules, 11/45 digests)
-> compiled conjury.2.2
[conjury: omake install]
+ /home/opam/.opam/default/bin/omake "--dotomake.omake" "--force-dotomake" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/conjury.2.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.01 sec)
- *** omake: done (0.05 sec, 0/0 scans, 44/44 rules, 58/81 digests)
-> installed conjury.2.2
Layer xmlm.1.4.0: /var/lib/day10/cache/debian-13-x86_64/42fe72f61e66ea0876a8fdf341112a30
Processing: [default: loading data]
[xmlm.1.4.0: http]
[xmlm.1.4.0: extract]
-> retrieved xmlm.1.4.0 (https://erratique.ch/software/xmlm/releases/xmlm-1.4.0.tbz)
[xmlm: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/xmlm.1.4.0)
- + ocamlfind ocamlc -config
- + 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
-> installed xmlm.1.4.0
Layer uucd.15.0.0: /var/lib/day10/cache/debian-13-x86_64/d80ae5cb11d35f4ef36dba275cf9a74b
Processing: [default: loading data]
[uucd.15.0.0: http]
[uucd.15.0.0: extract]
-> retrieved uucd.15.0.0 (https://erratique.ch/software/uucd/releases/uucd-15.0.0.tbz)
[uucd: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/uucd.15.0.0)
- + ocamlfind ocamlc -config
- + 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
-> installed uucd.15.0.0
Layer orsetto.1.1.3: /var/lib/day10/cache/debian-13-x86_64/f44573d793236b6507f4093a34e83294
Processing: [default: loading data]
[orsetto.1.1.3: http]
[orsetto.1.1.3: extract]
[orsetto.1.1.3/NormalizationTest.txt: dl]
[orsetto.1.1.3/PropertyAliases.txt: dl]
[orsetto.1.1.3/PropertyValueAliases.txt: dl]
[orsetto.1.1.3/ucd.all.grouped.zip: dl]
-> retrieved orsetto.1.1.3 (https://bitbucket.org/jhw/orsetto/get/r1.1.3.tar.gz)
[orsetto: omake]
+ /home/opam/.opam/default/bin/omake "--verbose" "--configure" "MODE=release" (CWD=/home/opam/.opam/default/.opam-switch/build/orsetto.1.1.3)
- *** 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/default/bin/ocamlfind
- --- Checking command availability 'opam' -> /usr/local/bin/opam
- === OBSOLESCENT! Conjury/OPAM
- Please use Conjury/Packaging/OPAM... instead!
- [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
- [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
- [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
- --- Checking command availability 'unzip' -> /usr/bin/unzip
- *** omake: finished reading OMakefiles (0.31 sec)
- - build src/cf ../../stage/release/lib
- + <if ... then ... [else ...]>
- - build src/ucs ../../stage/release/src/ucs/db
- + <if ... then ... [else ...]>
- - build src/ucs ../../stage/release/bin
- + <if ... then ... [else ...]>
- + mkdir -p ../../stage/release/lib
- + mkdir -p ../../stage/release/src/ucs/db
- + mkdir -p ../../stage/release/bin
- - exit src/ucs ../../stage/release/bin, 0.00 sec, code 0
- - 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/PropertyValueAliases.txt
- + Shell.ln-or-cp(PropertyValueAliases.txt stage/release/src/ucs/db/PropertyValueAliases.txt)
- - build src/ucs ../../stage/release/src/ucs/db/PropertyAliases.txt
- + Shell.ln-or-cp(PropertyAliases.txt stage/release/src/ucs/db/PropertyAliases.txt)
- - exit src/cf ../../stage/release/lib, 0.01 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_scan.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_uri.mli
- - scan src/cf ../../stage/release/lib/cf_data_render.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base16.mli
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_gregorian.mli
- - scan src/cf ../../stage/release/lib/cf_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_type.mli
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian_big.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_decode.mli
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_slice_big.mli
- - scan src/cf ../../stage/release/lib/cf_annot.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_relations.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_tai64n.mli
- - scan src/cf ../../stage/release/lib/cf_dfa.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_sbheap.mli
- - scan src/cf ../../stage/release/lib/cf_index_node.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_index_node.mli
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_leap_second.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 unix cf_endian_big_aux.c
- - scan src/cf ../../stage/release/lib/cf_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_number_scan.mli
- - scan src/cf ../../stage/release/lib/cf_uri.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_slice.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_slice.ml
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_relations.mli
- - scan src/cf ../../stage/release/lib/cf_base32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.mli
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_scmonad.mli
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_seq.mli
- - exit src/ucs ../../stage/release/src/ucs/db/PropertyAliases.txt, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_data_ingest.mli
- - exit src/ucs ../../stage/release/src/ucs/db/PropertyValueAliases.txt, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_cmonad.mli
- - 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_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 unix -c -o ../../stage/release/lib/cf_seq.cmi cf_seq.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_chain_scan.mli
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_leap_second.mli
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_radix_n.mli
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_journal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_journal.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmo.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_data_render.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_data_render.mli
- - exit src/cf ../../stage/release/lib/cf_relations.cmi.scan, 0.08 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 unix -c -o ../../stage/release/lib/cf_relations.cmi cf_relations.mli
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_dfa.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_dfa.mli
- - exit src/cf ../../stage/release/lib/cf_slice.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_big.mli
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_core.mli
- - exit src/cf ../../stage/release/lib/cf_uri.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_stdtime.mli
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_emit.mli
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_record_scan.mli
- - exit src/cf ../../stage/release/lib/cf_encode.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big_aux.o.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package 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_leap_second.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian_little.ml
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_deque.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seq.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base16.ml
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_index_node.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_annot.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_annot.mli
- - exit src/cf ../../stage/release/lib/cf_annot.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_monad.mli
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base64.mli
- - exit src/cf ../../stage/release/lib/cf_decode.cmi.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_stdtime.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_journal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_journal.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_regx.mli
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_rbtree.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmi.scan, 0.12 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 unix -c -o ../../stage/release/lib/cf_type.cmi cf_type.mli
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi.scan, 0.12 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 unix -c -o ../../stage/release/lib/cf_gregorian.cmi cf_gregorian.mli
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_base16.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.mli
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_tai64.mli
- - exit src/cf ../../stage/release/lib/cf_uri.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_little.mli
- - exit src/cf ../../stage/release/lib/cf_scan.cmo.scan, 0.12 sec, code 0
- - 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 unix cf_endian_little_aux.c
- - exit src/cf ../../stage/release/lib/cf_relations.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_sbheap.cmi cf_sbheap.mli
- - exit src/cf ../../stage/release/lib/cf_seq.cmi, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi.scan, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_index_node.cmi cf_index_node.mli
- - exit src/cf ../../stage/release/lib/cf_relations.cmti, 0.01 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_relations.cmo cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmti, 0.01 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_type.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi.scan, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_rbtree.cmi cf_rbtree.mli
- - exit src/cf ../../stage/release/lib/cf_regx.cmi.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_seqmonad.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmi.scan, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_journal.cmi cf_journal.mli
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_bsearch.mli
- - exit src/cf ../../stage/release/lib/cf_base64.cmi.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_monad.cmi.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_clockface.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmi.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_encode.mli
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_number_scan.ml
- - exit src/cf ../../stage/release/lib/cf_base16.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmo.scan, 0.06 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 unix -c -o ../../stage/release/lib/cf_type.cmo cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmo.scan, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_seq.cmo cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmi.scan, 0.06 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 unix -c -o ../../stage/release/lib/cf_deque.cmi cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_clockface.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_clockface.mli
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian_core.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_smonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_monad_core.mli
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_seqmonad.mli
- - exit src/cf ../../stage/release/lib/cf_base64.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base32.mli
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_dfa.cmi cf_dfa.mli
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_data_render.cmi cf_data_render.mli
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_journal.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_smonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_smonad.mli
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian.mli
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_decode.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_type.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_journal.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_type.cmti, 0.08 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 unix -c -o ../../stage/release/lib/cf_journal.cmo cf_journal.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmti, 0.08 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 unix -c -o ../../stage/release/lib/cf_deque.cmo cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_index_node.cmo cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_tai64.cmi cf_tai64.mli
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan, 0.11 sec, code 0
- - 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 unix cf_tai64_aux.c
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo.scan, 0.11 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 unix -c -o ../../stage/release/lib/cf_sbheap.cmo cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmti, 0.02 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_cmonad.ml
- - exit src/cf ../../stage/release/lib/cf_index_node.cmti, 0.02 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_emit.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmt, 0.03 sec, code 0
- - 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 unix cf_tai64n_aux.c
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmti, 0.03 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmti, 0.03 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_lex_scan.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmti, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmi.scan, 0.05 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 unix -c -o ../../stage/release/lib/cf_slice.cmi cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_base32.cmi.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmo.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.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 unix -c -o ../../stage/release/lib/cf_monad_core.cmi cf_monad_core.mli
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi.scan, 0.08 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 unix -c -o ../../stage/release/lib/cf_clockface.cmi cf_clockface.mli
- - exit src/cf ../../stage/release/lib/cf_seq.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_scan.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_gregorian.cmo cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_bsearch.cmi cf_bsearch.mli
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package 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_seq.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi, 0.03 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 unix -c -o ../../stage/release/lib/cf_clockface.cmo cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmti
- +
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_monad_core.cmo cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmti, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmti, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmi, 0.05 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 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 unix -c -o ../../stage/release/lib/cf_slice.cmo cf_slice.ml
- - build src/cf ../../stage/release/lib/cf_regx.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_regx.cmi cf_regx.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 unix -c -o ../../stage/release/lib/cf_slice_big.cmi cf_slice_big.mli
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_leap_second.cmi cf_leap_second.mli
- - build src/cf ../../stage/release/lib/cf_stdtime.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 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 unix -c -o ../../stage/release/lib/cf_tai64.cmo cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_deque.cmo, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_journal.cmo, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmo.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi.scan, 0.11 sec, code 0
- - exit src/ucs ../../stage/release/src/ucs/db/ucd.all.grouped.xml, 0.33 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmt, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmt, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmt, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi, 0.12 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 unix -c -o ../../stage/release/lib/cf_tai64n.cmo cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmti, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi, 0.13 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 unix -c -o ../../stage/release/lib/cf_leap_second.cmo cf_leap_second.ml
- - build src/cf ../../stage/release/lib/cf_leap_second.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmt, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi, 0.13 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 unix -c -o ../../stage/release/lib/cf_slice_big.cmo cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmi, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_slice.cmo, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_slice.cmti, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi, 0.13 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 unix -c -o ../../stage/release/lib/cf_radix_n.cmo cf_radix_n.ml
- - build src/cf ../../stage/release/lib/cf_base32.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base32.cmi cf_base32.mli
- - build src/cf ../../stage/release/lib/cf_base64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base64.cmi cf_base64.mli
- - build src/cf ../../stage/release/lib/cf_base16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base16.cmi cf_base16.mli
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi, 0.14 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 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 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_monad_core.cmti, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_clockface.cmti, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_bsearch_data.cmi cf_bsearch_data.mli
- - 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 unix -c -o ../../stage/release/lib/cf_bsearch.cmo cf_bsearch.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan, 0.20 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo.scan, 0.20 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_rbtree.cmo cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan, 0.20 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package 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_emit.cmo.scan, 0.20 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo.scan, 0.20 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o.scan, 0.21 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package 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_endian_big_aux.o, 0.39 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.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_seqmonad.cmti, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmi, 0.03 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 unix -c -o ../../stage/release/lib/cf_base16.cmo cf_base16.ml
- - exit src/cf ../../stage/release/lib/cf_base64.cmi, 0.03 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 unix -c -o ../../stage/release/lib/cf_base64.cmo cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmi, 0.03 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 unix -c -o ../../stage/release/lib/cf_base32.cmo cf_base32.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmti, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmt, 0.03 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice_big.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmti, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmt, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.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_base64.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_bsearch.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmi, 0.04 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 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 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 unix -c -o ../../stage/release/lib/cf_encode.cmi cf_encode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmti
- +
- - build src/cf ../../stage/release/lib/cf_decode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_decode.cmi cf_decode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_scan.cmi cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmti, 0.00 sec, code 0
- - 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_seqmonad.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o, 0.22 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmt, 0.00 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_base32.cmt, 0.00 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 unix -c -o ../../stage/release/lib/cf_smonad.cmo cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base64.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_base64.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi, 0.03 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 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 unix -c -o ../../stage/release/lib/cf_cmonad.cmo cf_cmonad.ml
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_data_render.cmo cf_data_render.ml
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmi cf_disjoint_interval.mli
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_radix_n.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmi, 0.04 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 unix -c -o ../../stage/release/lib/cf_decode.cmo cf_decode.ml
- - exit src/cf ../../stage/release/lib/cf_encode.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian_core.cmi cf_endian_core.mli
- - 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 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 unix -c -o ../../stage/release/lib/cf_emit.cmi cf_emit.mli
- - exit src/cf ../../stage/release/lib/cf_encode.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_monad.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_smonad.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_smonad.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi, 0.04 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 unix -c -o ../../stage/release/lib/cf_scmonad.cmo cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmo cf_disjoint_interval.ml
- - 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 unix -c -o ../../stage/release/lib/cf_dfa.cmo cf_dfa.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian_core.cmo cf_endian_core.ml
- - 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 unix -c -o ../../stage/release/lib/cf_endian_little.cmi cf_endian_little.mli
- - build src/cf ../../stage/release/lib/cf_endian.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian.cmi cf_endian.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 unix -c -o ../../stage/release/lib/cf_endian_big.cmi cf_endian_big.mli
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmi, 0.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_number_scan.cmi cf_number_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 unix -c -o ../../stage/release/lib/cf_data_ingest.cmi cf_data_ingest.mli
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_annot.cmi cf_annot.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 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 unix -c -o ../../stage/release/lib/cf_chain_scan.cmi cf_chain_scan.mli
- - exit src/cf ../../stage/release/lib/cf_scan.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_emit.cmi, 0.06 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 unix -c -o ../../stage/release/lib/cf_emit.cmo cf_emit.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_uri.cmi cf_uri.mli
- - exit src/cf ../../stage/release/lib/cf_emit.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big.cmti
- +
- - build src/cf ../../stage/release/lib/cf_endian_big.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian_big.cmo cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmti, 0.01 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_little.cmi, 0.05 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 unix -c -o ../../stage/release/lib/cf_endian_little.cmo cf_endian_little.ml
- - build src/cf ../../stage/release/lib/cf_endian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian.cmo cf_endian.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_number_scan.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_number_scan.cmo cf_number_scan.ml
- - build src/cf ../../stage/release/lib/cf_number_scan.cmti
- +
- - build src/cf ../../stage/release/lib/cf_stdtime.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_regx.cmo cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_decode.cmo, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_decode.cmt
- +
- - 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_data_render.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_encode.cmo, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_encode.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmti, 0.00 sec, code 0
- - 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_chain_scan.cmi, 0.06 sec, code 0
- - 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 unix -c -o ../../stage/release/lib/cf_record_scan.cmi cf_record_scan.mli
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_chain_scan.cmo cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi, 0.08 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 unix -c -o ../../stage/release/lib/cf_data_ingest.cmo cf_data_ingest.ml
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmti, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmt, 0.02 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi, 0.09 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 unix -c -o ../../stage/release/lib/cf_lex_scan.cmo cf_lex_scan.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_uri.cmo cf_uri.ml
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmti
- +
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo, 0.16 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmt, 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_little.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_emit.cmo, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_annot.cmi, 0.10 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 unix -c -o ../../stage/release/lib/cf_annot.cmo cf_annot.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmti, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.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_endian_core.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo, 0.12 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.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_record_scan.cmo cf_record_scan.ml
- - build src/cf ../../stage/release/lib/cf_record_scan.cmti
- +
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_index_node.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_encode.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmti, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmt, 0.00 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmt, 0.00 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base32.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmt, 0.00 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_decode.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmt, 0.01 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_smonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx.scan, 0.03 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_clockface.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx.scan, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_tai64.cmx cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_core.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_relations.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmx.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_data_ingest.ml
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_little.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_base16.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_scan.ml
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_monad.cmx.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_seqmonad.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmo, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o, 0.33 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_leap_second.cmx cf_leap_second.ml
- - build src/cf ../../stage/release/lib/cf_tai64n.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_tai64n.cmx cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_gregorian.cmx cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx.scan, 0.11 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 unix -inline 9 -c -o ../../stage/release/lib/cf_monad_core.cmx cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmx.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_seq.cmx cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_annot.cmo, 0.17 sec, code 0
- - build src/cf ../../stage/release/lib/cf_annot.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo, 0.20 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_scan.cmo, 0.27 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scan.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o, 0.41 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmt, 0.00 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmt, 0.01 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_base64.cmx.scan, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmx.scan, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_slice.cmx cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx.scan, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmx.scan, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmx.scan, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmx.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx.scan, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_relations.cmx cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_clockface.cmx cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmx.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmx.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmx.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_type.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_type.cmx cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_emit.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmx.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmx.scan, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_deque.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_deque.cmx cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_annot.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmo, 0.22 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmt
- +
- - exit src/cf ../../stage/release/lib/cf_uri.cmt, 0.01 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package 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 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 unix -inline 9 -c -o ../../stage/release/lib/cf_index_node.cmx cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_slice.cmx, 0.08 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 unix -inline 9 -c -o ../../stage/release/lib/cf_slice_big.cmx cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seqmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_seqmonad.cmx cf_seqmonad.ml
- - exit src/cf ../../stage/release/lib/cf_type.cmx, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx, 0.03 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_sbheap.cmx cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmx, 0.15 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 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 unix -inline 9 -c -o ../../stage/release/lib/cf_rbtree.cmx cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_monad.cmx cf_monad.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmx, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_cmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package 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 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 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 unix -inline 9 -c -o ../../stage/release/lib/cf_scan.cmx cf_scan.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmx, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_scmonad.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_scmonad.cmx cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx, 0.18 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base32.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_base32.cmx cf_base32.ml
- - build src/cf ../../stage/release/lib/cf_base64.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_base64.cmx cf_base64.ml
- - build src/cf ../../stage/release/lib/cf_base16.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_base16.cmx cf_base16.ml
- - exit src/cf ../../stage/release/lib/cf_decode.cmx, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmx, 0.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx, 0.23 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 unix -inline 9 -c -o ../../stage/release/lib/cf_bsearch_data.cmx cf_bsearch_data.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmx, 0.05 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx, 0.24 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_number_scan.cmx cf_number_scan.ml
- - build src/cf ../../stage/release/lib/cf_annot.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package 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 unix -inline 9 -c -o ../../stage/release/lib/cf_chain_scan.cmx cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx, 0.07 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 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.18 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_data_render.cmx cf_data_render.ml
- - build src/cf ../../stage/release/lib/cf_data_ingest.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_data_ingest.cmx cf_data_ingest.ml
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_disjoint_interval.cmx cf_disjoint_interval.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_stdtime.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_stdtime.cmx cf_stdtime.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx, 0.08 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_dfa.cmx cf_dfa.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_encode.cmx cf_encode.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmx, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_endian_core.cmx cf_endian_core.ml
- - build src/cf ../../stage/release/lib/cf_emit.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_emit.cmx cf_emit.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmx, 0.35 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx, 0.17 sec, code 0
- - build src/cf ../../stage/release/lib/cf_regx.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_regx.cmx cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmx, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx, 0.09 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 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 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.04 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx, 0.04 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_endian.cmx cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmx, 0.21 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 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.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_uri.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_uri.cmx cf_uri.ml
- - exit src/cf ../../stage/release/lib/cf_uri.cmx, 0.18 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.04 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.06 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_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
- - 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.cmo.scan, 0.02 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.04 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.04 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.01 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.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx, 0.10 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmi
- +
- - 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
- - 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.27 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmx, 0.40 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.44 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.37 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 quick_check_nfkd as interval map.
- - exit src/ucs ../../stage/release/src/ucs/db/ucs_db_core.ml, 15.78 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.04 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmt
- +
- - build src/ucs ../../stage/release/lib/ucs_db_core.cmi
- +
- - 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.cmt, 0.00 sec, code 0
- INFO: Generated general_category as interval map.
- - 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.06 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, 16.69 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.03 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.16 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmt
- +
- - build src/ucs ../../stage/release/lib/ucs_db_regx1.cmi
- +
- - exit src/ucs ../../stage/release/lib/ucs_db_regx1.cmt, 0.00 sec, code 0
- - 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.cmx.scan, 0.03 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.21 sec, code 0
- - 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_transport_utf8.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf8.mli
- - 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_stream_safe.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - 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.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport.ml
- - 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.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport.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_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_aux.mli
- - 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_transport_utf32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - 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_transport_utf32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf32.mli
- - 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_stream_safe.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_stream_safe.mli
- - 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_property_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf8.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_text.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_text.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_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_regx.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_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_scan.mli
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan, 0.01 sec, code 0
- - 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_utf32.cmo.scan, 0.01 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan, 0.01 sec, code 0
- - 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_transport.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_transport.cmo.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi.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_transport_utf16.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_transport_utf16.cmi.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi, 0.02 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_property_core.cmti
- +
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmo.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmi.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmo.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan, 0.04 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
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan, 0.04 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_scan.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmi, 0.03 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
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi, 0.04 sec, code 0
- - 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_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
- - 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.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
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmti, 0.01 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_stream_safe.cmi, 0.02 sec, code 0
- - 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
- - build src/ucs ../../stage/release/lib/ucs_stream_safe.cmti
- +
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmt, 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_transport_utf32.cmi, 0.02 sec, code 0
- - 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
- - build src/ucs ../../stage/release/lib/ucs_transport_utf32.cmti
- +
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi, 0.02 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
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmti
- +
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.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_transport.cmti
- +
- - 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
- - 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_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
- - 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
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.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_transport_utf16.cmti, 0.01 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_stream_safe.cmo, 0.03 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_normal.cmo, 0.05 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.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_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
- - 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
- - exit src/ucs ../../stage/release/lib/ucs_text.cmti, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmo, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport_utf16.cmt
- +
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo, 0.03 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_utf16.cmt, 0.00 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmo, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_transport.cmt
- +
- - 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.03 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.02 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.03 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.03 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.02 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.03 sec, code 0
- - 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_transport_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - 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_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_lex_scan.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_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_utf32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf32.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_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_type.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_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.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport.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_lex_scan.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_stream_safe.cmx.scan, 0.02 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_scan.cmx.scan, 0.01 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_type.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan, 0.02 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_normal.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmo, 0.07 sec, code 0
- - build src/ucs ../../stage/release/lib/ucs_scan.cmt
- +
- - 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_lex_scan.cmo, 0.04 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_property_core.cmx, 0.03 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_transport_aux.cmx, 0.05 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.12 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.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmx, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx, 0.05 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.07 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.03 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.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmx, 0.06 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.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmx, 0.07 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.26 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.06 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.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/OrsettoUCS.cmxa, 0.03 sec, code 0
- - build src/ucs ../../stage/release/lib/OrsettoUCS.a
- +
- - 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_flyweight.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - 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_flyweight.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_flyweight.mli
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_decode.mli
- - scan src/json ../../stage/release/lib/json_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_scan.ml
- - 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/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/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_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_type.mli
- - 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_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_emit.ml
- - 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_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_type.ml
- - scan src/json ../../stage/release/lib/json_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_event.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_notation.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_notation.ml
- - scan src/json ../../stage/release/lib/json_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_type.mli
- - exit src/ucs ../../stage/release/lib/OrsettoUCS.a, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi.scan, 0.02 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.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_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_type.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmi.scan, 0.03 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.03 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_notation.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi.scan, 0.03 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_type.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmo.scan, 0.04 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan, 0.04 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi, 0.03 sec, code 0
- - 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
- - build src/cbor ../../stage/release/lib/cbor_flyweight.cmti
- +
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi, 0.04 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.cmti
- +
- - 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_decode.cmo.scan, 0.06 sec, code 0
- - 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.cmi, 0.03 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/json ../../stage/release/lib/json_type.cmi, 0.03 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.04 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.00 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.cmti, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi, 0.02 sec, code 0
- - 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_type.cmti, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_notation.cmti
- +
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmti, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.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_encode.cmti
- +
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmti, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmo, 0.02 sec, code 0
- - build src/json ../../stage/release/lib/json_type.cmt
- +
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo, 0.04 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_event.cmt
- +
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi, 0.04 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_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib 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_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
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_encode.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.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmt, 0.01 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo, 0.04 sec, code 0
- - build src/json ../../stage/release/lib/json_event.cmt
- +
- - exit src/json ../../stage/release/lib/json_event.cmt, 0.00 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmo, 0.03 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_type.cmt
- +
- - exit src/json ../../stage/release/lib/json_scan.cmi, 0.05 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_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_event.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
- File "cbor_flyweight.ml", line 277, characters 27-35:
- 277 | (BE.stu16[@tailcall]) fp16 b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 279, characters 27-35:
- 279 | (BE.sti32[@tailcall]) (Int32.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 281, characters 27-35:
- 281 | (BE.sti64[@tailcall]) (Int64.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 286, characters 31-39:
- 286 | | 25 -> (BE.stu16[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 287, characters 31-39:
- 287 | | 26 -> (BE.stu32[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 288, characters 31-39:
- 288 | | 27 -> (BE.stu64[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
- - exit src/json ../../stage/release/lib/json_scan.cmti, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmt, 0.01 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmx.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmx.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmx.scan, 0.03 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.03 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_decode.cmx.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo, 0.08 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/cbor ../../stage/release/lib/cbor_encode.cmx.scan, 0.04 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo, 0.07 sec, code 0
- - build src/json ../../stage/release/lib/json_emit.cmt
- +
- File "cbor_encode.ml", line 99, characters 20-28:
- 99 | (stu16[@tailcall]) fp16 b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 101, characters 20-28:
- 101 | (sti32[@tailcall]) (Int32.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 103, characters 20-28:
- 103 | (sti64[@tailcall]) (Int64.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 108, characters 24-32:
- 108 | | 25 -> (stu16[@tailcall]) (Int64.to_int info) b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 109, characters 24-32:
- 109 | | 26 -> (stu32[@tailcall]) (Int64.to_int info) b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 110, characters 24-32:
- 110 | | 27 -> (sti64[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
- - exit src/json ../../stage/release/lib/json_emit.cmt, 0.00 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmx.scan, 0.03 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.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmx.scan, 0.03 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_emit.cmx.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmo, 0.06 sec, code 0
- - build src/cbor ../../stage/release/lib/cbor_notation.cmt
- +
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmo, 0.08 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/cbor ../../stage/release/lib/cbor_notation.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/cbor ../../stage/release/lib/cbor_event.cmx, 0.05 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/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_type.cmx, 0.03 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.13 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_scan.cmo, 0.12 sec, code 0
- - build src/json ../../stage/release/lib/json_scan.cmt
- +
- - exit src/json ../../stage/release/lib/json_scan.cmt, 0.01 sec, code 0
- File "cbor_flyweight.ml", line 277, characters 27-35:
- 277 | (BE.stu16[@tailcall]) fp16 b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 279, characters 27-35:
- 279 | (BE.sti32[@tailcall]) (Int32.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 281, characters 27-35:
- 281 | (BE.sti64[@tailcall]) (Int64.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 286, characters 31-39:
- 286 | | 25 -> (BE.stu16[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 287, characters 31-39:
- 287 | | 26 -> (BE.stu32[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_flyweight.ml", line 288, characters 31-39:
- 288 | | 27 -> (BE.stu64[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmx, 0.16 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmx, 0.14 sec, code 0
- File "cbor_encode.ml", line 99, characters 20-28:
- 99 | (stu16[@tailcall]) fp16 b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 101, characters 20-28:
- 101 | (sti32[@tailcall]) (Int32.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 103, characters 20-28:
- 103 | (sti64[@tailcall]) (Int64.bits_of_float n) b i
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 108, characters 24-32:
- 108 | | 25 -> (stu16[@tailcall]) (Int64.to_int info) b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 109, characters 24-32:
- 109 | | 26 -> (stu32[@tailcall]) (Int64.to_int info) b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
-
- File "cbor_encode.ml", line 110, characters 24-32:
- 110 | | 27 -> (sti64[@tailcall]) info b i;
- ^^^^^^^^
- Warning 53 [misplaced-attribute]: the "tailcall" attribute cannot appear in this context
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmx, 0.20 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmx, 0.40 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.03 sec, code 0
- - exit src/json ../../stage/release/lib/OrsettoJSON.cmxa, 0.04 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.48 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.16 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.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/OrsettoCBOR.cmxa, 0.04 sec, code 0
- - build src/cbor ../../stage/release/lib/OrsettoCBOR.a
- +
- - exit src/cbor ../../stage/release/lib/OrsettoCBOR.a, 0.01 sec, code 0
- *** omake: done (23.08 sec, 224/224 scans, 395/395 rules, 593/648 digests)
-> compiled orsetto.1.1.3
[orsetto: omake install]
+ /home/opam/.opam/default/bin/omake "--verbose" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/orsetto.1.1.3)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.16 sec)
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package 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 unix cf_record_scan.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_data_ingest.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_big.mli
- - scan src/cf ../../stage/release/lib/cf_index_node.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_index_node.mli
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_monad_core.mli
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_chain_scan.mli
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian_little.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_seqmonad.ml
- - build src/ucs ../../stage/release/src/ucs/db
- + <if ... then ... [else ...]>
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_core.mli
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_number_scan.mli
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_leap_second.mli
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_data_ingest.mli
- - scan src/cf ../../stage/release/lib/cf_data_render.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_data_render.mli
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_record_scan.mli
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_gregorian.mli
- - scan src/cf ../../stage/release/lib/cf_clockface.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_clockface.mli
- - scan src/cf ../../stage/release/lib/cf_relations.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_relations.mli
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_slice_big.mli
- - 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 unix cf_endian_big_aux.c
- - 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 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 unix cf_tai64_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 unix cf_endian_little_aux.c
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_seqmonad.mli
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_lex_scan.mli
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_rbtree.ml
- - exit src/ucs ../../stage/release/src/ucs/db, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_journal.cmo.scan, 0.03 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_smonad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_smonad.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo.scan, 0.03 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_encode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_encode.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base32.ml
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base16.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_base16.ml
- - 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 unix -c -o ../../stage/release/lib/cf_relations.cmi cf_relations.mli
- - 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 unix -c -o ../../stage/release/lib/cf_clockface.cmi cf_clockface.mli
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi.scan, 0.07 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 unix -c -o ../../stage/release/lib/cf_gregorian.cmi cf_gregorian.mli
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_decode.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_decode.ml
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_annot.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_annot.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmi.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmi.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_monad.ml
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_deque.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_emit.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_scan.ml
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_uri.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_uri.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi.scan, 0.12 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 unix -c -o ../../stage/release/lib/cf_monad_core.cmi cf_monad_core.mli
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seq.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi.scan, 0.13 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_dfa.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_dfa.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmo.scan, 0.13 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_index_node.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_clockface.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmo.scan, 0.15 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo.scan, 0.16 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_relations.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmi, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib -package unix cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmi, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_bsearch.mli
- - exit src/cf ../../stage/release/lib/cf_clockface.cmi, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_stdtime.mli
- - exit src/cf ../../stage/release/lib/cf_relations.cmi, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_index_node.cmi cf_index_node.mli
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo.scan, 0.04 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_radix_n.mli
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_journal.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_journal.mli
- - exit src/cf ../../stage/release/lib/cf_dfa.cmo.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_scmonad.mli
- - exit src/cf ../../stage/release/lib/cf_seq.cmo.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian.mli
- - exit src/cf ../../stage/release/lib/cf_uri.cmo.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_encode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_encode.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmo.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_tai64n.mli
- - exit src/cf ../../stage/release/lib/cf_regx.cmo.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_decode.mli
- - exit src/cf ../../stage/release/lib/cf_scan.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_sbheap.mli
- - exit src/cf ../../stage/release/lib/cf_emit.cmo.scan, 0.09 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_cmonad.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base16.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base16.mli
- - exit src/cf ../../stage/release/lib/cf_monad.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_smonad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_smonad.mli
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo.scan, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base32.mli
- - exit src/cf ../../stage/release/lib/cf_slice.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_base64.mli
- - exit src/cf ../../stage/release/lib/cf_annot.cmo.scan, 0.11 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_rbtree.mli
- - exit src/cf ../../stage/release/lib/cf_decode.cmo.scan, 0.12 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_monad.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_monad.mli
- - exit src/cf ../../stage/release/lib/cf_base16.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_annot.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_annot.mli
- - exit src/cf ../../stage/release/lib/cf_base64.cmo.scan, 0.14 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_tai64.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_tai64.mli
- - exit src/cf ../../stage/release/lib/cf_base32.cmo.scan, 0.15 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_deque.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo.scan, 0.16 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_encode.cmo.scan, 0.16 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_emit.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_emit.mli
- - exit src/cf ../../stage/release/lib/cf_smonad.cmo.scan, 0.17 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_regx.mli
- - exit src/cf ../../stage/release/lib/cf_endian.cmo.scan, 0.18 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo.scan, 0.18 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_type.mli
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmo.scan, 0.19 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_uri.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_uri.mli
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo.scan, 0.19 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seq.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_seq.mli
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi.scan, 0.19 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_dfa.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_dfa.mli
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi.scan, 0.20 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 unix -c -o ../../stage/release/lib/cf_seqmonad.cmi cf_seqmonad.mli
- - exit src/cf ../../stage/release/lib/cf_endian_little_aux.o.scan, 0.22 sec, code 0
- - build . stage/release/src/orsetto.findlib
- + <if ... then ... [else ...]>
- - exit src/cf ../../stage/release/lib/cf_tai64_aux.o.scan, 0.23 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.mli
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o.scan, 0.23 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64n_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package 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_endian_big_aux.o.scan, 0.23 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_big_aux.o
- + ocamlfind ocamlc -I ../../stage/release/lib -package unix -ccopt -O3 -ccopt -DNDEBUG -ccopt -o -ccopt ../../stage/release/lib/cf_endian_big_aux.o -c cf_endian_big_aux.c
- + mkdir -p stage/release/src/orsetto.findlib
- - exit src/cf ../../stage/release/lib/cf_index_node.cmi, 0.15 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 unix -c -o ../../stage/release/lib/cf_index_node.cmo cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_relations.cmo.scan, 0.16 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_relations.cmo cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo.scan, 0.16 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_endian_little.mli
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo.scan, 0.17 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 unix -c -o ../../stage/release/lib/cf_clockface.cmo cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo.scan, 0.17 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad_core.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_monad_core.cmo cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo.scan, 0.19 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.mli
- - exit . stage/release/src/orsetto.findlib, 0.05 sec, code 0
- - build . stage/release/src/orsetto.findlib/META
- + public.fprint($(public.@), $(this.to-string))
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmi, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi.scan, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_dfa.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_dfa.cmi cf_dfa.mli
- - exit src/cf ../../stage/release/lib/cf_seq.cmi.scan, 0.07 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 unix -c -o ../../stage/release/lib/cf_seq.cmi cf_seq.mli
- - exit src/cf ../../stage/release/lib/cf_uri.cmi.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmi.scan, 0.08 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 unix -c -o ../../stage/release/lib/cf_type.cmi cf_type.mli
- - exit src/cf ../../stage/release/lib/cf_scan.cmi.scan, 0.08 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmi.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_slice.cmi.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_slice.cmi cf_slice.mli
- - exit src/cf ../../stage/release/lib/cf_deque.cmi.scan, 0.10 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 unix -c -o ../../stage/release/lib/cf_deque.cmi cf_deque.mli
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_tai64.cmi cf_tai64.mli
- - exit src/cf ../../stage/release/lib/cf_annot.cmi.scan, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmi.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_monad.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_monad.cmi cf_monad.mli
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi.scan, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_rbtree.cmi cf_rbtree.mli
- - exit src/cf ../../stage/release/lib/cf_base64.cmi.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmi.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmi.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi.scan, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_sbheap.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_sbheap.cmi cf_sbheap.mli
- - exit src/cf ../../stage/release/lib/cf_decode.cmi.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi.scan, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi.scan, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmi.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmi.scan, 0.17 sec, code 0
- - build src/cf ../../stage/release/lib/cf_journal.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_journal.cmi cf_journal.mli
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi.scan, 0.19 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi.scan, 0.19 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 unix -c -o ../../stage/release/lib/cf_bsearch.cmi cf_bsearch.mli
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo.scan, 0.19 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 unix -c -o ../../stage/release/lib/cf_gregorian.cmo cf_gregorian.ml
- - build . stage/release/src/orsetto.findlib/META
- + ocamlfind lint stage/release/src/orsetto.findlib/META
- - exit src/cf ../../stage/release/lib/cf_tai64.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_leap_second.cmi cf_leap_second.mli
- - build src/cf ../../stage/release/lib/cf_stdtime.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 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 unix -c -o ../../stage/release/lib/cf_tai64.cmo cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmi, 0.08 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 unix -c -o ../../stage/release/lib/cf_deque.cmo cf_deque.ml
- - exit src/cf ../../stage/release/lib/cf_slice.cmi, 0.08 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 unix -c -o ../../stage/release/lib/cf_radix_n.cmi cf_radix_n.mli
- - build src/cf ../../stage/release/lib/cf_slice.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_slice_big.cmi cf_slice_big.mli
- - exit src/cf ../../stage/release/lib/cf_type.cmi, 0.10 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 unix -c -o ../../stage/release/lib/cf_data_render.cmi cf_data_render.mli
- - build src/cf ../../stage/release/lib/cf_type.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_type.cmo cf_type.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmi, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_seq.cmo cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmi, 0.11 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 unix -c -o ../../stage/release/lib/cf_regx.cmi cf_regx.mli
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmo, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmo, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmo, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmo, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi.scan, 0.17 sec, code 0
- 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_leap_second.cmi, 0.05 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 unix -c -o ../../stage/release/lib/cf_leap_second.cmo cf_leap_second.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmi, 0.07 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 unix -c -o ../../stage/release/lib/cf_bsearch.cmo cf_bsearch.ml
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmi, 0.09 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 unix -c -o ../../stage/release/lib/cf_sbheap.cmo cf_sbheap.ml
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmi, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_rbtree.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_rbtree.cmo cf_rbtree.ml
- - exit src/cf ../../stage/release/lib/cf_monad.cmi, 0.12 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 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 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 unix -c -o ../../stage/release/lib/cf_decode.cmi cf_decode.mli
- - build src/cf ../../stage/release/lib/cf_monad.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_scan.cmi cf_scan.mli
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi.scan, 0.18 sec, code 0
- - build src/cf ../../stage/release/lib/cf_bsearch_data.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_bsearch_data.cmi cf_bsearch_data.mli
- - exit src/cf ../../stage/release/lib/cf_regx.cmi, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmi, 0.08 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 unix -c -o ../../stage/release/lib/cf_slice_big.cmo cf_slice_big.ml
- - exit src/cf ../../stage/release/lib/cf_tai64.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmi, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmo, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmi, 0.14 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 unix -c -o ../../stage/release/lib/cf_journal.cmo cf_journal.ml
- - exit . stage/release/src/orsetto.findlib/META, 0.23 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_type.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmi, 0.11 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 unix -c -o ../../stage/release/lib/cf_radix_n.cmo cf_radix_n.ml
- - build src/cf ../../stage/release/lib/cf_base32.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base32.cmi cf_base32.mli
- - build src/cf ../../stage/release/lib/cf_base64.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base64.cmi cf_base64.mli
- - build src/cf ../../stage/release/lib/cf_base16.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base16.cmi cf_base16.mli
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmi, 0.12 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 unix -c -o ../../stage/release/lib/cf_tai64n.cmo cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmi, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmi, 0.08 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 unix -c -o ../../stage/release/lib/cf_scmonad.cmo cf_scmonad.ml
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_render.cmi, 0.13 sec, code 0
- - build src/cf ../../stage/release/lib/cf_encode.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_encode.cmi cf_encode.mli
- - exit src/cf ../../stage/release/lib/cf_slice.cmo, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_deque.cmo, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n_aux.o, 0.33 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmo, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base32.cmi, 0.05 sec, code 0
- - build src/cf ../../stage/release/lib/cf_base32.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_base32.cmo cf_base32.ml
- - exit src/cf ../../stage/release/lib/cf_seq.cmo, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmo, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmi, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_data_render.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_data_render.cmo cf_data_render.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 unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmi cf_disjoint_interval.mli
- - exit src/cf ../../stage/release/lib/cf_base16.cmi, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmi, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmo, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big_aux.o, 0.37 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_encode.cmi, 0.06 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 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 unix -c -o ../../stage/release/lib/cf_emit.cmi cf_emit.mli
- - exit src/cf ../../stage/release/lib/cf_decode.cmi, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_core.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian_core.cmi cf_endian_core.mli
- - build src/cf ../../stage/release/lib/cf_decode.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_decode.cmo cf_decode.ml
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmo, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmo, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmi, 0.15 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_number_scan.cmi cf_number_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 unix -c -o ../../stage/release/lib/cf_data_ingest.cmi cf_data_ingest.mli
- - build src/cf ../../stage/release/lib/cf_lex_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_annot.cmi cf_annot.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 unix -c -o ../../stage/release/lib/cf_chain_scan.cmi cf_chain_scan.mli
- - exit src/cf ../../stage/release/lib/cf_base32.cmo, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmo, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmi, 0.07 sec, code 0
- - build src/cf ../../stage/release/lib/cf_disjoint_interval.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_disjoint_interval.cmo cf_disjoint_interval.ml
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmi, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_endian_little.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian_little.cmi cf_endian_little.mli
- - build src/cf ../../stage/release/lib/cf_endian.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian.cmi cf_endian.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 unix -c -o ../../stage/release/lib/cf_endian_big.cmi cf_endian_big.mli
- - exit src/cf ../../stage/release/lib/cf_data_render.cmo, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmi, 0.09 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 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.09 sec, code 0
- - build src/cf ../../stage/release/lib/cf_number_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_number_scan.cmo cf_number_scan.ml
- - build src/cf ../../stage/release/lib/cf_stdtime.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package 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 unix -c -o ../../stage/release/lib/cf_regx.cmo cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmi, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_emit.cmo cf_emit.ml
- - build src/cf ../../stage/release/lib/cf_uri.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_uri.cmi cf_uri.mli
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmi, 0.05 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 unix -c -o ../../stage/release/lib/cf_endian_big.cmo cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmi, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_record_scan.cmi
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_record_scan.cmi cf_record_scan.mli
- - build src/cf ../../stage/release/lib/cf_chain_scan.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_chain_scan.cmo cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmi, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmi, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmi, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmi, 0.07 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 unix -c -o ../../stage/release/lib/cf_endian_little.cmo cf_endian_little.ml
- - build src/cf ../../stage/release/lib/cf_endian.cmo
- + ocamlfind ocamlc -unsafe -noassert -w -67-70 -bin-annot -I ../../stage/release/lib -package unix -c -o ../../stage/release/lib/cf_endian.cmo cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_encode.cmo, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmo, 0.11 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmo, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmi, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmo, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmo, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmo, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_uri.cmi, 0.10 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_scmonad.ml
- - scan src/cf ../../stage/release/lib/cf_index_node.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_index_node.ml
- - scan src/cf ../../stage/release/lib/cf_monad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_monad.ml
- - scan src/cf ../../stage/release/lib/cf_leap_second.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_leap_second.ml
- - scan src/cf ../../stage/release/lib/cf_base16.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base16.ml
- - scan src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_disjoint_interval.ml
- - scan src/cf ../../stage/release/lib/cf_rbtree.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_rbtree.ml
- - scan src/cf ../../stage/release/lib/cf_number_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_number_scan.ml
- - scan src/cf ../../stage/release/lib/cf_stdtime.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_stdtime.ml
- - scan src/cf ../../stage/release/lib/cf_journal.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_journal.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_bsearch.ml
- - scan src/cf ../../stage/release/lib/cf_tai64n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_tai64n.ml
- - scan src/cf ../../stage/release/lib/cf_cmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_cmonad.ml
- - scan src/cf ../../stage/release/lib/cf_annot.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_annot.ml
- - scan src/cf ../../stage/release/lib/cf_tai64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_tai64.ml
- - scan src/cf ../../stage/release/lib/cf_sbheap.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_sbheap.ml
- - scan src/cf ../../stage/release/lib/cf_seq.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_seq.ml
- - scan src/cf ../../stage/release/lib/cf_radix_n.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_radix_n.ml
- - scan src/cf ../../stage/release/lib/cf_monad_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_monad_core.ml
- - scan src/cf ../../stage/release/lib/cf_data_render.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_data_render.ml
- - scan src/cf ../../stage/release/lib/cf_gregorian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_gregorian.ml
- - scan src/cf ../../stage/release/lib/cf_deque.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_deque.ml
- - scan src/cf ../../stage/release/lib/cf_uri.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_uri.ml
- - scan src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_lex_scan.ml
- - scan src/cf ../../stage/release/lib/cf_dfa.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_dfa.ml
- - scan src/cf ../../stage/release/lib/cf_emit.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_emit.ml
- - scan src/cf ../../stage/release/lib/cf_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_encode.ml
- - scan src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_bsearch_data.ml
- - scan src/cf ../../stage/release/lib/cf_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_type.ml
- - scan src/cf ../../stage/release/lib/cf_base32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base32.ml
- - scan src/cf ../../stage/release/lib/cf_decode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_decode.ml
- - scan src/cf ../../stage/release/lib/cf_smonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_smonad.ml
- - scan src/cf ../../stage/release/lib/cf_clockface.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_clockface.ml
- - scan src/cf ../../stage/release/lib/cf_slice_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_slice_big.ml
- - scan src/cf ../../stage/release/lib/cf_endian_core.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_core.ml
- - scan src/cf ../../stage/release/lib/cf_relations.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmo, 0.25 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_regx.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_regx.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmo, 0.26 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian.ml
- - exit src/cf ../../stage/release/lib/cf_regx.cmo, 0.26 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_data_ingest.ml
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmo, 0.27 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_little.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_little.ml
- - exit src/cf ../../stage/release/lib/cf_base32.cmx.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_chain_scan.ml
- - exit src/cf ../../stage/release/lib/cf_type.cmx.scan, 0.05 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_scan.ml
- - exit src/cf ../../stage/release/lib/cf_encode.cmx.scan, 0.06 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_record_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_record_scan.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmx.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_slice.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_dfa.cmx.scan, 0.07 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_base64.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_base64.ml
- - exit src/cf ../../stage/release/lib/cf_lex_scan.cmx.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_seqmonad.ml
- - exit src/cf ../../stage/release/lib/cf_uri.cmx.scan, 0.08 sec, code 0
- - scan src/cf ../../stage/release/lib/cf_endian_big.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib -package unix cf_endian_big.ml
- - exit src/cf ../../stage/release/lib/cf_deque.cmx.scan, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx.scan, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_gregorian.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_gregorian.cmx cf_gregorian.ml
- - exit src/cf ../../stage/release/lib/cf_data_render.cmx.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx.scan, 0.10 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 unix -inline 9 -c -o ../../stage/release/lib/cf_monad_core.cmx cf_monad_core.ml
- - exit src/cf ../../stage/release/lib/cf_radix_n.cmx.scan, 0.10 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmx.scan, 0.11 sec, code 0
- - build src/cf ../../stage/release/lib/cf_seq.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_seq.cmx cf_seq.ml
- - exit src/cf ../../stage/release/lib/cf_sbheap.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx.scan, 0.12 sec, code 0
- - build src/cf ../../stage/release/lib/cf_tai64.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_tai64.cmx cf_tai64.ml
- - exit src/cf ../../stage/release/lib/cf_annot.cmx.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_cmonad.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_journal.cmx.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_stdtime.cmx.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_number_scan.cmx.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_rbtree.cmx.scan, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_disjoint_interval.cmx.scan, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base16.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_monad.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx.scan, 0.18 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scmonad.cmx.scan, 0.18 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx.scan, 0.16 sec, code 0
- - build src/cf ../../stage/release/lib/cf_relations.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_relations.cmx cf_relations.ml
- - exit src/cf ../../stage/release/lib/cf_endian_core.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice_big.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx.scan, 0.17 sec, code 0
- - build src/cf ../../stage/release/lib/cf_clockface.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_clockface.cmx cf_clockface.ml
- - exit src/cf ../../stage/release/lib/cf_smonad.cmx.scan, 0.18 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_decode.cmx.scan, 0.18 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_bsearch_data.cmx.scan, 0.19 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_big.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seqmonad.cmx.scan, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_base64.cmx.scan, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmx.scan, 0.14 sec, code 0
- - build src/cf ../../stage/release/lib/cf_slice.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_slice.cmx cf_slice.ml
- - exit src/cf ../../stage/release/lib/cf_record_scan.cmx.scan, 0.14 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_scan.cmx.scan, 0.15 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_chain_scan.cmx.scan, 0.16 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian_little.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_data_ingest.cmx.scan, 0.17 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_endian.cmx.scan, 0.18 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_regx.cmx.scan, 0.19 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64.cmx, 0.10 sec, code 0
- - build src/cf ../../stage/release/lib/cf_leap_second.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_leap_second.cmx cf_leap_second.ml
- - build src/cf ../../stage/release/lib/cf_tai64n.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_tai64n.cmx cf_tai64n.ml
- - exit src/cf ../../stage/release/lib/cf_monad_core.cmx, 0.12 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_gregorian.cmx, 0.13 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_relations.cmx, 0.06 sec, code 0
- - build src/cf ../../stage/release/lib/cf_index_node.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_index_node.cmx cf_index_node.ml
- - exit src/cf ../../stage/release/lib/cf_clockface.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_tai64n.cmx, 0.07 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_index_node.cmx, 0.06 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_slice.cmx, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_leap_second.cmx, 0.09 sec, code 0
- - exit src/cf ../../stage/release/lib/cf_seq.cmx, 0.21 sec, code 0
- - build src/cf ../../stage/release/lib/cf_emit.cmx
- + ocamlfind ocamlopt -unsafe -noassert -w -67-70 -I ../../stage/release/lib -package unix -inline 9 -c -o ../../stage/release/lib/cf_emit.cmx cf_emit.ml
- - exit src/cf ../../stage/release/lib/cf_emit.cmx, 0.15 sec, code 0
- - 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.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib -package unix,uucd ucs_db_aux.mli
- - 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.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmo.scan, 0.02 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.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucdgen.cmx.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_ucdgen_aux.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_db_aux.cmx.scan, 0.04 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.04 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.04 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.04 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.04 sec, code 0
- - 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_transport_utf8.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf8.mli
- - 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_stream_safe.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_stream_safe.ml
- - 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.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport.ml
- - 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.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport.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_aux.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_aux.mli
- - 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_transport_utf32.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf32.ml
- - 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_transport_utf32.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_transport_utf32.mli
- - 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_stream_safe.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_stream_safe.mli
- - 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_property_core.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_property_core.ml
- - scan src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_transport_utf8.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_text.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_text.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_regx.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_regx.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_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib ucs_type.ml
- - scan src/ucs ../../stage/release/lib/ucs_scan.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib ucs_scan.mli
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmo.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmi.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmo.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmi.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmo.scan, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmi.scan, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmi.scan, 0.05 sec, code 0
- - 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
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmi.scan, 0.06 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmi.scan, 0.06 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmo.scan, 0.07 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi.scan, 0.07 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmo.scan, 0.07 sec, code 0
- - 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_transport_utf16.cmo.scan, 0.08 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmi.scan, 0.08 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf16.cmi.scan, 0.08 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmo.scan, 0.06 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_regx.cmo.scan, 0.08 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmo.scan, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo.scan, 0.04 sec, code 0
- - 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_regx.cmi.scan, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmo.scan, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi.scan, 0.05 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
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmo.scan, 0.06 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
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmo.scan, 0.06 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf32.cmi, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmo, 0.04 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_text.cmi, 0.04 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_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_transport_aux.cmo, 0.06 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmi, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_normal.cmo, 0.08 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmi, 0.05 sec, code 0
- - 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_transport_aux.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_aux.ml
- - 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_lex_scan.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_lex_scan.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_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_utf32.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport_utf32.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_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_type.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_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.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib ucs_transport.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_utf32.cmx.scan, 0.02 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_property_core.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_lex_scan.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_stream_safe.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmx.scan, 0.03 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_text.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_utf8.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_type.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport.cmx.scan, 0.03 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_scan.cmx.scan, 0.03 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_normal.cmx.scan, 0.05 sec, code 0
- - exit src/ucs ../../stage/release/lib/ucs_transport_aux.cmx, 0.05 sec, code 0
- - 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_flyweight.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_flyweight.ml
- - 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_flyweight.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_flyweight.mli
- - scan src/cbor ../../stage/release/lib/cbor_decode.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_decode.mli
- - scan src/json ../../stage/release/lib/json_scan.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_scan.ml
- - 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/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/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_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib cbor_type.mli
- - 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_emit.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_emit.ml
- - 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_type.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib json_type.ml
- - scan src/json ../../stage/release/lib/json_event.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_event.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_notation.cmo.scan
- + ocamlfind ocamldep -bytecode -one-line -I ../../stage/release/lib cbor_notation.ml
- - scan src/json ../../stage/release/lib/json_type.cmi.scan
- + ocamlfind ocamldep -one-line -I ../../stage/release/lib json_type.mli
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi.scan, 0.02 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmi.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmi.scan, 0.03 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.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmi.scan, 0.03 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_type.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_flyweight.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_notation.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmo.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo.scan, 0.04 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmi.scan, 0.04 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmi.scan, 0.02 sec, code 0
- - 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
- - 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/cbor ../../stage/release/lib/cbor_notation.cmo.scan, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_event.cmi.scan, 0.03 sec, code 0
- - 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_encode.cmo.scan, 0.04 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmo.scan, 0.04 sec, code 0
- - 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_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.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_type.cmo, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_type.cmi, 0.02 sec, code 0
- - 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_notation.cmi, 0.04 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.cmi, 0.04 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_event.cmo, 0.05 sec, code 0
- - exit src/json ../../stage/release/lib/json_scan.cmi, 0.05 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_event.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib json_event.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
- - exit src/cbor ../../stage/release/lib/cbor_type.cmo, 0.03 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmi, 0.05 sec, code 0
- - 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_type.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib cbor_type.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
- - scan src/cbor ../../stage/release/lib/cbor_encode.cmx.scan
- + ocamlfind ocamldep -native -one-line -I ../../stage/release/lib 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_emit.cmx.scan, 0.02 sec, code 0
- - 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/json ../../stage/release/lib/json_scan.cmx.scan, 0.03 sec, code 0
- - exit src/json ../../stage/release/lib/json_emit.cmo, 0.09 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_encode.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_flyweight.cmx.scan, 0.02 sec, code 0
- - exit src/cbor ../../stage/release/lib/cbor_decode.cmx.scan, 0.03 sec, code 0
- --- Querying OCaml findlib configuration (ldconf) -> /home/opam/.opam/default/lib/ocaml/ld.conf
- - build . <install-orsetto>
- + ocamlfind install orsetto -ldconf /home/opam/.opam/default/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/default/lib/orsetto/json_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/json_emit.cmx
- Installed /home/opam/.opam/default/lib/orsetto/json_event.cmx
- Installed /home/opam/.opam/default/lib/orsetto/json_type.cmx
- Installed /home/opam/.opam/default/lib/orsetto/json_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/json_emit.cmt
- Installed /home/opam/.opam/default/lib/orsetto/json_event.cmt
- Installed /home/opam/.opam/default/lib/orsetto/json_type.cmt
- Installed /home/opam/.opam/default/lib/orsetto/json_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/json_emit.cmti
- Installed /home/opam/.opam/default/lib/orsetto/json_event.cmti
- Installed /home/opam/.opam/default/lib/orsetto/json_type.cmti
- Installed /home/opam/.opam/default/lib/orsetto/json_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/json_emit.cmi
- Installed /home/opam/.opam/default/lib/orsetto/json_event.cmi
- Installed /home/opam/.opam/default/lib/orsetto/json_type.cmi
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoJSON.a
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoJSON.cmxa
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoJSON.cma
- Installed /home/opam/.opam/default/lib/orsetto/cbor_notation.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_decode.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_encode.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_event.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_flyweight.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_type.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cbor_notation.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_decode.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_encode.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_event.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_flyweight.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_type.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cbor_notation.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_decode.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_encode.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_event.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_flyweight.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_type.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cbor_notation.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cbor_decode.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cbor_encode.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cbor_event.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cbor_flyweight.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cbor_type.cmi
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCBOR.a
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCBOR.cmxa
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCBOR.cma
- Installed /home/opam/.opam/default/lib/orsetto/ucs_lex_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_regx.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_type.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_text.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_stream_safe.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_normal.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_property_core.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf32.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf16.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf8.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_aux.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_regx1.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_core.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_aux.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_ucdgen_aux.cmx
- Installed /home/opam/.opam/default/lib/orsetto/ucs_lex_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_regx.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_type.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_text.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_stream_safe.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_normal.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_property_core.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf32.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf16.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf8.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_aux.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_regx1.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_core.cmt
- Installed /home/opam/.opam/default/lib/orsetto/ucs_lex_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_regx.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_type.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_text.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_stream_safe.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_normal.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_property_core.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf32.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf16.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf8.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_aux.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_aux.cmti
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_regx1.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_core.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_lex_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_regx.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_type.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_text.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_stream_safe.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_normal.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_property_core.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf32.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf16.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_utf8.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_transport_aux.cmi
- Installed /home/opam/.opam/default/lib/orsetto/ucs_db_aux.cmi
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoUCS.a
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoUCS.cmxa
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoUCS.cma
- Installed /home/opam/.opam/default/lib/orsetto/cf_record_scan.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_uri.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_stdtime.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_lex_scan.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_regx.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_dfa.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_number_scan.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_chain_scan.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_annot.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_ingest.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_scan.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_emit.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_base64.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_base32.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_base16.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_radix_n.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_smonad.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_scmonad.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_cmonad.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_little.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_big.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_core.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_encode.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_decode.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_render.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_disjoint_interval.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch_data.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_sbheap.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_rbtree.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_index_node.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_deque.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_type.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice_big.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_seqmonad.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_seq.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad_core.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_clockface.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_gregorian.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_leap_second.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64n.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_journal.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_relations.mli
- Installed /home/opam/.opam/default/lib/orsetto/cf_record_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_uri.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_stdtime.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_lex_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_regx.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_dfa.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_number_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_chain_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_annot.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_ingest.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_scan.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_emit.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_base64.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_base32.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_base16.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_radix_n.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_smonad.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_scmonad.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_cmonad.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_little.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_big.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_core.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_encode.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_decode.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_render.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_disjoint_interval.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch_data.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_sbheap.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_rbtree.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_index_node.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_deque.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_type.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice_big.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_seqmonad.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_seq.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad_core.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_clockface.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_gregorian.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_leap_second.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64n.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_journal.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_relations.cmx
- Installed /home/opam/.opam/default/lib/orsetto/cf_record_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_uri.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_stdtime.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_lex_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_regx.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_dfa.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_number_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_chain_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_annot.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_ingest.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_scan.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_emit.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_base64.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_base32.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_base16.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_radix_n.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_smonad.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_scmonad.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_cmonad.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_little.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_big.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_core.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_encode.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_decode.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_render.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_disjoint_interval.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch_data.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_sbheap.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_rbtree.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_index_node.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_deque.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_type.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice_big.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_seqmonad.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_seq.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad_core.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_clockface.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_gregorian.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_leap_second.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64n.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_journal.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_relations.cmt
- Installed /home/opam/.opam/default/lib/orsetto/cf_record_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_uri.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_stdtime.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_lex_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_regx.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_dfa.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_number_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_chain_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_annot.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_ingest.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_scan.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_emit.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_base64.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_base32.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_base16.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_radix_n.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_smonad.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_scmonad.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_cmonad.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_little.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_big.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_core.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_encode.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_decode.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_render.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_disjoint_interval.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch_data.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_sbheap.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_rbtree.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_index_node.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_deque.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_type.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice_big.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_seqmonad.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_seq.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad_core.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_clockface.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_gregorian.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_leap_second.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64n.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_journal.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_relations.cmti
- Installed /home/opam/.opam/default/lib/orsetto/cf_record_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_uri.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_stdtime.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_lex_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_regx.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_dfa.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_number_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_chain_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_annot.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_ingest.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_scan.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_emit.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_base64.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_base32.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_base16.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_radix_n.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_smonad.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_scmonad.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_cmonad.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_little.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_big.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_endian_core.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_encode.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_decode.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_data_render.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_disjoint_interval.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch_data.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_bsearch.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_sbheap.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_rbtree.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_index_node.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_deque.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_type.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice_big.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_slice.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_seqmonad.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_seq.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_monad_core.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_clockface.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_gregorian.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_leap_second.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64n.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_tai64.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_journal.cmi
- Installed /home/opam/.opam/default/lib/orsetto/cf_relations.cmi
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCF.a
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCF.cmxa
- Installed /home/opam/.opam/default/lib/orsetto/OrsettoCF.cma
- Installed /home/opam/.opam/default/lib/orsetto/libOrsettoCF.a
- Installed /home/opam/.opam/default/lib/orsetto/opam
- Installed /home/opam/.opam/default/lib/stublibs/dllOrsettoCF.so
- Installed /home/opam/.opam/default/lib/stublibs/dllOrsettoCF.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/orsetto/META
- - exit . <install-orsetto>, 0.08 sec, code 0
- *** omake: done (2.78 sec, 224/224 scans, 116/398 rules, 214/402 digests)
-> installed orsetto.1.1.3
[NOTE] success
Job succeeded