+2
-1
.devcontainer/setup-ocaml.sh
+2
-1
.devcontainer/setup-ocaml.sh
+2
CLAUDE.md
+2
CLAUDE.md
···
···+This is a monorepo of a collection of OCaml libraries that should all work together, but they are in different stages of porting. Ultimately, the goal is to use Eio for everything and move away from Lwt entirely. For HTTP(S) requests the idea is to use River as the main high evel 'http requests' API, so anything using Cohttp or other HTTP fetchers will need to be ported.
+1
-1
stack/bushel/bushel.opam
+1
-1
stack/bushel/bushel.opam
+1
-1
stack/bushel/dune-project
+1
-1
stack/bushel/dune-project
+1
-1
stack/cacheio/cacheio.opam
+1
-1
stack/cacheio/cacheio.opam
+1
-1
stack/cacheio/dune-project
+1
-1
stack/cacheio/dune-project
+1
-1
stack/crockford/crockford.opam
+1
-1
stack/crockford/crockford.opam
+1
-1
stack/crockford/dune-project
+1
-1
stack/crockford/dune-project
+1
-1
stack/mltessera/dune-project
+1
-1
stack/mltessera/dune-project
+1
-1
stack/mltessera/mltessera.opam
+1
-1
stack/mltessera/mltessera.opam
+4
-4
stack/requests/bin/ocurl.ml
+4
-4
stack/requests/bin/ocurl.ml
······
···+Arg.(value & opt (enum methods) `GET & info ["X"; "request"] ~env:env_info ~docv:"METHOD" ~doc)···
+19
-19
stack/requests/lib/requests.ml
+19
-19
stack/requests/lib/requests.ml
······
······
+1
-1
stack/river/dune-project
+1
-1
stack/river/dune-project
+1
-1
stack/river/river.opam
+1
-1
stack/river/river.opam
+19
-18
stack/toru/bin/toru_cache.ml
+19
-18
stack/toru/bin/toru_cache.ml
···············-let term = Term.(const (clean_cmd env sw) $ global_opts_term $ max_size $ max_age $ dry_run) in···-[info_cmd_def env sw; list_cmd_def env sw; size_cmd_def env sw; clean_cmd_def env sw; vacuum_cmd_def env sw]
······+let term = Term.(const (list_cmd eio_env sw) $ global_opts_term $ sort_by $ format $ limit) in···+let term = Term.(const (size_cmd eio_env sw) $ global_opts_term $ breakdown $ human_readable) in······+let term = Term.(const (clean_cmd eio_env sw) $ global_opts_term $ max_size $ max_age $ dry_run) in···+[info_cmd_def eio_env sw; list_cmd_def eio_env sw; size_cmd_def eio_env sw; clean_cmd_def eio_env sw; vacuum_cmd_def eio_env sw]
+13
-13
stack/toru/bin/toru_main.ml
+13
-13
stack/toru/bin/toru_main.ml
·········-let term env = Term.(ret (const inspect $ global_opts_t env $ registry_source $ show_stats $ list_files $ search_pattern)) in···-let term env = Term.(ret (const validate $ global_opts_t env $ registry_source $ check_hashes)) in···-let term env = Term.(ret (const convert $ global_opts_t env $ input_registry $ output_file)) in
·········+let term eio_env = Term.(ret (const inspect $ global_opts_t eio_env $ registry_source $ show_stats $ list_files $ search_pattern)) in···+let term eio_env = Term.(ret (const validate $ global_opts_t eio_env $ registry_source $ check_hashes)) in···+let term eio_env = Term.(ret (const convert $ global_opts_t eio_env $ input_registry $ output_file)) in
+2
-2
stack/toru/bin/toru_make_registry_simple.ml
+2
-2
stack/toru/bin/toru_make_registry_simple.ml
···
···
+1
-1
stack/toru/dune-project
+1
-1
stack/toru/dune-project
+4
-4
stack/toru/lib/toru/cmd.ml
+4
-4
stack/toru/lib/toru/cmd.ml
·········
·········
+2
-2
stack/zulip/examples/echo_bot.ml
+2
-2
stack/zulip/examples/echo_bot.ml
······
······