=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ocaml-calendar-2.04nb10 echo "let version = \"2.04\"" > src/version.ml echo "let date = \"`date`\"" >> src/version.ml rm -f .depend ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \ > .depend ocamlc -I src -I target -I tests -c src/period.mli ocamlc -I src -I target -I tests -c src/date_sig.mli ocamlc -I src -I target -I tests -c src/time_Zone.mli ocamlc -I src -I target -I tests -c src/time_sig.mli ocamlc -I src -I target -I tests -c src/calendar_sig.mli ocamlc -I src -I target -I tests -c src/utils.mli ocamlc -I src -I target -I tests -c src/utils.ml ocamlc -I src -I target -I tests -c src/time_Zone.ml ocamlc -I src -I target -I tests -c src/time.mli ocamlc -I src -I target -I tests -c src/time.ml ocamlc -I src -I target -I tests -c src/ftime.mli ocamlc -I src -I target -I tests -c src/ftime.ml ocamlc -I src -I target -I tests -c src/date.mli ocamlc -I src -I target -I tests -c src/date.ml ocamlc -I src -I target -I tests -c src/calendar_builder.mli ocamlc -I src -I target -I tests -c src/calendar_builder.ml ocamlc -I src -I target -I tests -c src/calendar.mli ocamlc -I src -I target -I tests -c src/calendar.ml ocamlc -I src -I target -I tests -c src/fcalendar.mli ocamlc -I src -I target -I tests -c src/fcalendar.ml ocamlc -I src -I target -I tests -c src/printer.mli ocamlc -I src -I target -I tests -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: Warning 3: deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlc -I src -I target -I tests -c src/version.mli ocamlc -I src -I target -I tests -c src/version.ml mkdir -p target ocamlfind ocamlc -I src -I target -I tests -pack -o target/calendarLib.cmo \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo ocamlfind ocamlc -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo echo "name = \"calendar\"" > META echo "description = \"calendar library\"" >> META echo "version = \"2.04\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META