This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "Thun" repository containing the "joypy" project. The branch, simpler has been updated via c76ae9979d9847f9831de20e431187aaf4e8dca4 (commit) from 8cb04fc72d3fd3eb14d0841174c11e070c0aa7ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c76ae9979d9847f9831de20e431187aaf4e8dca4 Author: Simon Forman <sform****@hushm*****> Date: Fri Sep 23 08:37:04 2022 -0700 Ocaml FTW! ----------------------------------------------------------------------- Summary of changes: implementations/Ocaml/_build/log | 5 + implementations/Ocaml/helloworld/.ocamlformat | 1 + .../fmt-fd26e5eb62e175416c4175b88399d8b8} | 0 .../fmt-ee995a30c73243018f2b8e8d77ee7155} | 0 .../fmt-440d2cb7bd964d5a3bd7ffdd17832fb9} | 0 .../fmt-922d6f7045e3dec7e6e4a822d20b6eb9} | 0 implementations/Ocaml/helloworld/_build/.db | Bin 0 -> 4310 bytes implementations/Ocaml/helloworld/_build/.digest-db | Bin 0 -> 5480 bytes .../Ocaml/helloworld/_build/.filesystem-clock | 1 + .../helloworld/_build/default/.dune/configurator | 2 + .../_build/default/.dune/configurator.v2 | 1 + .../Ocaml/helloworld/_build/default/.ocamlformat | 1 + .../helloworld/_build/default/META.helloworld} | 0 .../helloworld/_build/default/bin/.formatted/dune | 4 + .../_build/default/bin/.formatted/main.ml | 17 +++ .../bin/.main.eobjs/byte/dune__exe__Main.cmi | Bin 0 -> 205 bytes .../bin/.main.eobjs/byte/dune__exe__Main.cmti | Bin 0 -> 2387 bytes .../bin/.main.eobjs/native/dune__exe__Main.cmx | Bin 0 -> 441 bytes .../bin/.main.eobjs/native/dune__exe__Main.o | Bin 0 -> 4376 bytes .../_build/default/bin/.merlin-conf/exe-main | Bin 0 -> 299 bytes .../Ocaml/helloworld/_build/default/bin/dune | 4 + .../Ocaml/helloworld/_build/default/bin/main.exe | Bin 0 -> 1440048 bytes .../Ocaml/helloworld/_build/default/bin/main.ml | 24 +++++ .../Ocaml/helloworld/_build/default/bin/main.mli | 1 + .../_build/default/helloworld.dune-package | 4 + .../helloworld/_build/default/helloworld.install | 8 ++ .../helloworld/_build/default/helloworld.opam | 31 ++++++ .../helloworld/_build/default/lib/.formatted/dune | 2 + .../lib/.helloworld.objs/byte/helloworld.cmi | Bin 0 -> 123 bytes .../lib/.helloworld.objs/byte/helloworld.cmo | Bin 0 -> 1745 bytes .../lib/.helloworld.objs/byte/helloworld.cmt | Bin 0 -> 2127 bytes .../lib/.helloworld.objs/native/helloworld.cmx | Bin 0 -> 100 bytes .../lib/.helloworld.objs/native/helloworld.o | Bin 0 -> 1432 bytes .../_build/default/lib/.merlin-conf/lib-helloworld | Bin 0 -> 282 bytes .../Ocaml/helloworld/_build/default/lib/dune | 2 + .../helloworld/_build/default/lib/helloworld.a | Bin 0 -> 1790 bytes .../helloworld/_build/default/lib/helloworld.cma | Bin 0 -> 1752 bytes .../helloworld/_build/default/lib/helloworld.cmxa | Bin 0 -> 107 bytes .../helloworld/_build/default/lib/helloworld.cmxs | Bin 0 -> 8456 bytes .../_build/default/lib/helloworld.ml-gen} | 0 .../helloworld/_build/default/test/.formatted/dune | 2 + .../_build/default/test/.formatted/helloworld.ml} | 0 .../byte/dune__exe__Helloworld.cmi | Bin 0 -> 217 bytes .../byte/dune__exe__Helloworld.cmti | Bin 0 -> 2400 bytes .../native/dune__exe__Helloworld.cmx | Bin 0 -> 183 bytes .../native/dune__exe__Helloworld.o | Bin 0 -> 1520 bytes .../default/test/.merlin-conf/exe-helloworld | Bin 0 -> 275 bytes .../Ocaml/helloworld/_build/default/test/dune | 2 + .../helloworld/_build/default/test/helloworld.exe | Bin 0 -> 1138840 bytes .../helloworld/_build/default/test/helloworld.ml} | 0 .../helloworld/_build/default/test/helloworld.mli | 1 + .../_build/install/default/bin/helloworld | 1 + .../_build/install/default/lib/helloworld/META | 1 + .../install/default/lib/helloworld/dune-package | 1 + .../_build/install/default/lib/helloworld/opam | 1 + implementations/Ocaml/helloworld/_build/log | 118 +++++++++++++++++++++ implementations/Ocaml/helloworld/bin/dune | 4 + implementations/Ocaml/helloworld/bin/main.ml | 24 +++++ implementations/Ocaml/helloworld/dune-project | 26 +++++ implementations/Ocaml/helloworld/helloworld.opam | 31 ++++++ implementations/Ocaml/helloworld/lib/dune | 2 + implementations/Ocaml/helloworld/test/dune | 2 + .../helloworld/test/helloworld.ml} | 0 63 files changed, 324 insertions(+) create mode 100644 implementations/Ocaml/_build/log create mode 100644 implementations/Ocaml/helloworld/.ocamlformat copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/.actions/default/bin/.formatted/fmt-fd26e5eb62e175416c4175b88399d8b8} (100%) copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/.actions/default/lib/.formatted/fmt-ee995a30c73243018f2b8e8d77ee7155} (100%) copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/.actions/default/test/.formatted/fmt-440d2cb7bd964d5a3bd7ffdd17832fb9} (100%) copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/.actions/default/test/.formatted/fmt-922d6f7045e3dec7e6e4a822d20b6eb9} (100%) create mode 100644 implementations/Ocaml/helloworld/_build/.db create mode 100644 implementations/Ocaml/helloworld/_build/.digest-db create mode 100644 implementations/Ocaml/helloworld/_build/.filesystem-clock create mode 100644 implementations/Ocaml/helloworld/_build/default/.dune/configurator create mode 100644 implementations/Ocaml/helloworld/_build/default/.dune/configurator.v2 create mode 100644 implementations/Ocaml/helloworld/_build/default/.ocamlformat copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/default/META.helloworld} (100%) create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.formatted/dune create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.formatted/main.ml create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.main.eobjs/byte/dune__exe__Main.cmi create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.main.eobjs/byte/dune__exe__Main.cmti create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.main.eobjs/native/dune__exe__Main.cmx create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.main.eobjs/native/dune__exe__Main.o create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/.merlin-conf/exe-main create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/dune create mode 100755 implementations/Ocaml/helloworld/_build/default/bin/main.exe create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/main.ml create mode 100644 implementations/Ocaml/helloworld/_build/default/bin/main.mli create mode 100644 implementations/Ocaml/helloworld/_build/default/helloworld.dune-package create mode 100644 implementations/Ocaml/helloworld/_build/default/helloworld.install create mode 100644 implementations/Ocaml/helloworld/_build/default/helloworld.opam create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.formatted/dune create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.helloworld.objs/byte/helloworld.cmi create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.helloworld.objs/byte/helloworld.cmo create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.helloworld.objs/byte/helloworld.cmt create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.helloworld.objs/native/helloworld.cmx create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.helloworld.objs/native/helloworld.o create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/.merlin-conf/lib-helloworld create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/dune create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/helloworld.a create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/helloworld.cma create mode 100644 implementations/Ocaml/helloworld/_build/default/lib/helloworld.cmxa create mode 100755 implementations/Ocaml/helloworld/_build/default/lib/helloworld.cmxs copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/default/lib/helloworld.ml-gen} (100%) create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.formatted/dune copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/default/test/.formatted/helloworld.ml} (100%) create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.helloworld.eobjs/byte/dune__exe__Helloworld.cmi create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.helloworld.eobjs/byte/dune__exe__Helloworld.cmti create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.helloworld.eobjs/native/dune__exe__Helloworld.cmx create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.helloworld.eobjs/native/dune__exe__Helloworld.o create mode 100644 implementations/Ocaml/helloworld/_build/default/test/.merlin-conf/exe-helloworld create mode 100644 implementations/Ocaml/helloworld/_build/default/test/dune create mode 100755 implementations/Ocaml/helloworld/_build/default/test/helloworld.exe copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/_build/default/test/helloworld.ml} (100%) create mode 100644 implementations/Ocaml/helloworld/_build/default/test/helloworld.mli create mode 120000 implementations/Ocaml/helloworld/_build/install/default/bin/helloworld create mode 120000 implementations/Ocaml/helloworld/_build/install/default/lib/helloworld/META create mode 120000 implementations/Ocaml/helloworld/_build/install/default/lib/helloworld/dune-package create mode 120000 implementations/Ocaml/helloworld/_build/install/default/lib/helloworld/opam create mode 100644 implementations/Ocaml/helloworld/_build/log create mode 100644 implementations/Ocaml/helloworld/bin/dune create mode 100644 implementations/Ocaml/helloworld/bin/main.ml create mode 100644 implementations/Ocaml/helloworld/dune-project create mode 100644 implementations/Ocaml/helloworld/helloworld.opam create mode 100644 implementations/Ocaml/helloworld/lib/dune create mode 100644 implementations/Ocaml/helloworld/test/dune copy implementations/{Python/ojoy/__init__.py => Ocaml/helloworld/test/helloworld.ml} (100%) hooks/post-receive -- Thun (joypy)