Pin OxCaml opam repository to a specific commit
Nearly every time the OxCaml opam repository is updated, our GitHub Actions break and likewise following the installation instructions from the Wiki fails. Hopefully we can avoid this churn by pinning that repository to a particular commit. The `ocamlformat` changes in this commit are the consequence of a version update; I've suppressed comment formatting to avoid most of the churn. Signed-off-by: Kevin Svetlitski <ksvetlitski@janestreet.com>
This commit is contained in:
committed by
Kevin Svetlitski
parent
7a6935ca20
commit
76f4f54ffd
@@ -12,6 +12,8 @@ jobs:
|
||||
- ubuntu_x64_8_cores
|
||||
ocaml-version:
|
||||
- '5.2.0+ox'
|
||||
oxcaml-opam-commit:
|
||||
- '231c88c2e564fdca40e15e750aacad5fb0887435'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
@@ -21,7 +23,7 @@ jobs:
|
||||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.opam
|
||||
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-1
|
||||
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-${{ matrix.oxcaml-opam-commit }}-1
|
||||
|
||||
- name: Install musl-compatible kernel headers
|
||||
run: |
|
||||
@@ -80,12 +82,14 @@ jobs:
|
||||
|
||||
export OPAMYES=1
|
||||
export OPAMJOBS=$(($(nproc) + 2))
|
||||
export OPAMROOTISOK=1
|
||||
echo "OPAMYES=1" >> "$GITHUB_ENV"
|
||||
echo "OPAMJOBS=$OPAMJOBS" >> "$GITHUB_ENV"
|
||||
echo "OPAMROOTISOK=$OPAMROOTISOK" >> "$GITHUB_ENV"
|
||||
|
||||
opam init --bare -yav https://github.com/ocaml/opam-repository.git
|
||||
opam switch set ${{ matrix.ocaml-version }} 2>/dev/null || \
|
||||
opam switch create ${{ matrix.ocaml-version }} --repos ox=git+https://github.com/oxcaml/opam-repository.git,default
|
||||
opam switch create ${{ matrix.ocaml-version }} --repos "ox=git+https://github.com/oxcaml/opam-repository.git#${{ matrix.oxcaml-opam-commit }},default"
|
||||
|
||||
- run: opam install . --deps-only --locked --with-test
|
||||
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
profile=janestreet
|
||||
wrap-comments=false
|
||||
parse-docstrings=false
|
||||
|
||||
Vendored
+1
-1
@@ -12,7 +12,7 @@ override_dh_clean:
|
||||
|
||||
override_dh_auto_build:
|
||||
opam init -y --bare
|
||||
opam switch create -y 5.2.0+ox --repos ox=git+https://github.com/oxcaml/opam-repository.git,default
|
||||
opam switch create -y 5.2.0+ox --repos "ox=git+https://github.com/oxcaml/opam-repository.git#231c88c2e564fdca40e15e750aacad5fb0887435,default"
|
||||
opam exec -- opam install -y . --deps-only --locked
|
||||
opam exec -- dh_auto_build
|
||||
|
||||
|
||||
+195
-126
@@ -13,12 +13,12 @@ bug-reports: "https://github.com/janestreet/magic-trace/issues"
|
||||
depends: [
|
||||
"angstrom" {= "0.16.1"}
|
||||
"astring" {= "0.8.5"}
|
||||
"async" {= "v0.18~preview.130.83+317"}
|
||||
"async_kernel" {= "v0.18~preview.130.83+317"}
|
||||
"async_log" {= "v0.18~preview.130.83+317"}
|
||||
"async_rpc_kernel" {= "v0.18~preview.130.83+317"}
|
||||
"async_unix" {= "v0.18~preview.130.83+317"}
|
||||
"base" {= "v0.18~preview.130.83+317"}
|
||||
"async" {= "v0.18~preview.130.91+190"}
|
||||
"async_kernel" {= "v0.18~preview.130.91+190"}
|
||||
"async_log" {= "v0.18~preview.130.91+190"}
|
||||
"async_rpc_kernel" {= "v0.18~preview.130.91+190"}
|
||||
"async_unix" {= "v0.18~preview.130.91+190"}
|
||||
"base" {= "v0.18~preview.130.91+190"}
|
||||
"base-bigarray" {= "base"}
|
||||
"base-bytes" {= "base"}
|
||||
"base-domains" {= "base"}
|
||||
@@ -26,21 +26,20 @@ depends: [
|
||||
"base-threads" {= "base"}
|
||||
"base-unix" {= "base"}
|
||||
"base64" {= "3.5.2"}
|
||||
"base_bigstring" {= "v0.18~preview.130.83+317"}
|
||||
"base_quickcheck" {= "v0.18~preview.130.83+317"}
|
||||
"basement" {= "v0.18~preview.130.83+317"}
|
||||
"bigarray-compat" {= "1.1.0"}
|
||||
"base_bigstring" {= "v0.18~preview.130.91+190"}
|
||||
"base_quickcheck" {= "v0.18~preview.130.91+190"}
|
||||
"basement" {= "v0.18~preview.130.91+190"}
|
||||
"bigstringaf" {= "0.10.0"}
|
||||
"bin_prot" {= "v0.18~preview.130.83+317"}
|
||||
"bin_prot" {= "v0.18~preview.130.91+190"}
|
||||
"camlp-streams" {= "5.0.1"}
|
||||
"camlzip" {= "1.14"}
|
||||
"capitalization" {= "v0.18~preview.130.83+317"}
|
||||
"capsule" {= "v0.18~preview.130.83+317"}
|
||||
"capsule0" {= "v0.18~preview.130.83+317"}
|
||||
"capitalization" {= "v0.18~preview.130.91+190"}
|
||||
"capsule" {= "v0.18~preview.130.91+190"}
|
||||
"capsule0" {= "v0.18~preview.130.91+190"}
|
||||
"cmdliner" {= "1.3.0"}
|
||||
"cohttp" {= "5.3.1"}
|
||||
"cohttp-async" {= "5.3.0"}
|
||||
"cohttp_static_handler" {= "v0.18~preview.130.83+317"}
|
||||
"cohttp_static_handler" {= "v0.18~preview.130.91+190"}
|
||||
"conduit" {= "8.0.0"}
|
||||
"conduit-async" {= "8.0.0"}
|
||||
"conf-autoconf" {= "0.2"}
|
||||
@@ -48,41 +47,41 @@ depends: [
|
||||
"conf-which" {= "1"}
|
||||
"conf-zlib" {= "1"}
|
||||
"conf-zstd" {= "1.3.8"}
|
||||
"core" {= "v0.18~preview.130.83+317"}
|
||||
"core_extended" {= "v0.18~preview.130.83+317"}
|
||||
"core_kernel" {= "v0.18~preview.130.83+317"}
|
||||
"core_unix" {= "v0.18~preview.130.83+317"}
|
||||
"core" {= "v0.18~preview.130.91+190"}
|
||||
"core_extended" {= "v0.18~preview.130.91+190"}
|
||||
"core_kernel" {= "v0.18~preview.130.91+190"}
|
||||
"core_unix" {= "v0.18~preview.130.91+190"}
|
||||
"crunch" {= "4.0.0"}
|
||||
"csexp" {= "1.5.2"}
|
||||
"cstruct" {= "6.2.0"}
|
||||
"ctypes" {= "0.23.0+ox"}
|
||||
"ctypes" {= "0.24.0+ox"}
|
||||
"domain-name" {= "0.5.0"}
|
||||
"dune" {= "3.21.1"}
|
||||
"dune-build-info" {= "3.21.1" & with-test}
|
||||
"dune-configurator" {= "3.21.1"}
|
||||
"either" {= "1.0.0" & with-test}
|
||||
"expect_test_helpers_async" {= "v0.18~preview.130.83+317"}
|
||||
"expect_test_helpers_core" {= "v0.18~preview.130.83+317"}
|
||||
"fieldslib" {= "v0.18~preview.130.83+317"}
|
||||
"fix" {= "20250919" & with-test}
|
||||
"flexible_sexp" {= "v0.18~preview.130.83+317"}
|
||||
"fmt" {= "0.10.0"}
|
||||
"fpath" {= "0.7.3" & with-test}
|
||||
"int_repr" {= "v0.18~preview.130.83+317"}
|
||||
"dune" {= "3.20.2+ox1"}
|
||||
"dune-build-info" {= "3.20.2"}
|
||||
"dune-configurator" {= "3.20.2+ox"}
|
||||
"either" {= "1.0.0"}
|
||||
"expect_test_helpers_async" {= "v0.18~preview.130.91+190"}
|
||||
"expect_test_helpers_core" {= "v0.18~preview.130.91+190"}
|
||||
"fieldslib" {= "v0.18~preview.130.91+190"}
|
||||
"fix" {= "20250919"}
|
||||
"flexible_sexp" {= "v0.18~preview.130.91+190"}
|
||||
"fmt" {= "0.11.0"}
|
||||
"fpath" {= "0.7.3"}
|
||||
"int_repr" {= "v0.18~preview.130.91+190"}
|
||||
"integers" {= "0.7.0"}
|
||||
"ipaddr" {= "5.6.2"}
|
||||
"ipaddr-sexp" {= "5.6.2"}
|
||||
"jane-street-headers" {= "v0.18~preview.130.83+317"}
|
||||
"jane-street-headers" {= "v0.18~preview.130.91+190"}
|
||||
"jsonm" {= "1.0.2"}
|
||||
"jst-config" {= "v0.18~preview.130.83+317"}
|
||||
"logs" {= "0.9.0"}
|
||||
"jst-config" {= "v0.18~preview.130.91+190"}
|
||||
"logs" {= "0.10.0"}
|
||||
"macaddr" {= "5.6.2"}
|
||||
"magic-mime" {= "1.3.1"}
|
||||
"menhir" {= "20260209" & with-test}
|
||||
"menhirCST" {= "20260209" & with-test}
|
||||
"menhirGLR" {= "20260209" & with-test}
|
||||
"menhirLib" {= "20260209" & with-test}
|
||||
"menhirSdk" {= "20260209" & with-test}
|
||||
"menhir" {= "20260209"}
|
||||
"menhirCST" {= "20260209"}
|
||||
"menhirGLR" {= "20260209"}
|
||||
"menhirLib" {= "20260209"}
|
||||
"menhirSdk" {= "20260209"}
|
||||
"num" {= "1.6"}
|
||||
"ocaml" {= "5.2.0"}
|
||||
"ocaml-compiler-libs" {= "v0.17.0+ox"}
|
||||
@@ -90,104 +89,174 @@ depends: [
|
||||
"ocaml-options-vanilla" {= "1"}
|
||||
"ocaml-syntax-shims" {= "1.0.0"}
|
||||
"ocaml-variants" {= "5.2.0+ox"}
|
||||
"ocaml-version" {= "4.0.4" & with-test}
|
||||
"ocaml_intrinsics" {= "v0.18~preview.130.83+317"}
|
||||
"ocaml_intrinsics_kernel" {= "v0.18~preview.130.83+317"}
|
||||
"ocamlbuild" {= "0.15.0+ox"}
|
||||
"ocaml-version" {= "4.1.0"}
|
||||
"ocaml_intrinsics" {= "v0.18~preview.130.91+190"}
|
||||
"ocaml_intrinsics_kernel" {= "v0.18~preview.130.91+190"}
|
||||
"ocamlbuild" {= "0.16.1+ox"}
|
||||
"ocamlfind" {= "1.9.8+ox"}
|
||||
"ocamlformat" {= "0.26.2+ox" & with-test}
|
||||
"ocamlformat-lib" {= "0.26.2+ox" & with-test}
|
||||
"ocp-indent" {= "1.9.0" & with-test}
|
||||
"ocamlformat" {= "0.26.2+ox1" & with-test}
|
||||
"ocamlformat-lib" {= "0.26.2+ox1"}
|
||||
"ocp-indent" {= "1.9.0"}
|
||||
"odoc-parser" {= "3.1.0+ox"}
|
||||
"owee" {= "0.8"}
|
||||
"parsexp" {= "v0.18~preview.130.83+317"}
|
||||
"pipe_with_writer_error" {= "v0.18~preview.130.83+317"}
|
||||
"portable" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_array_base" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_assert" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_base" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_bench" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_bin_prot" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_cold" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_compare" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_custom_printf" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_debug_assert" {= "v0.18~preview.130.83+317"}
|
||||
"oxcaml" {= "latest"}
|
||||
"oxcaml-alcotest" {= "guard"}
|
||||
"oxcaml-backoff" {= "guard"}
|
||||
"oxcaml-chrome-trace" {= "guard"}
|
||||
"oxcaml-cmarkit" {= "guard"}
|
||||
"oxcaml-compiler" {= "5.2.0minus31"}
|
||||
"oxcaml-ctypes-foreign" {= "guard"}
|
||||
"oxcaml-ctypes-patches" {= "enabled"}
|
||||
"oxcaml-dot-merlin-reader" {= "guard"}
|
||||
"oxcaml-dune-action-plugin" {= "guard"}
|
||||
"oxcaml-dune-build-info" {= "guard"}
|
||||
"oxcaml-dune-configurator-patches" {= "enabled"}
|
||||
"oxcaml-dune-glob" {= "guard"}
|
||||
"oxcaml-dune-patches" {= "enabled"}
|
||||
"oxcaml-dune-private-libs" {= "guard"}
|
||||
"oxcaml-dune-rpc" {= "guard"}
|
||||
"oxcaml-dune-rpc-lwt" {= "guard"}
|
||||
"oxcaml-dune-site" {= "guard"}
|
||||
"oxcaml-dyn" {= "guard"}
|
||||
"oxcaml-eio" {= "guard"}
|
||||
"oxcaml-eio_linux" {= "guard"}
|
||||
"oxcaml-eio_main" {= "guard"}
|
||||
"oxcaml-eio_posix" {= "guard"}
|
||||
"oxcaml-fs-io" {= "guard"}
|
||||
"oxcaml-gen_js_api" {= "guard"}
|
||||
"oxcaml-js_of_ocaml" {= "guard"}
|
||||
"oxcaml-js_of_ocaml-compiler" {= "guard"}
|
||||
"oxcaml-js_of_ocaml-ppx" {= "guard"}
|
||||
"oxcaml-js_of_ocaml-toplevel" {= "guard"}
|
||||
"oxcaml-jsonrpc" {= "guard"}
|
||||
"oxcaml-lsp" {= "guard"}
|
||||
"oxcaml-lwt" {= "guard"}
|
||||
"oxcaml-lwt_direct" {= "guard"}
|
||||
"oxcaml-lwt_ppx" {= "guard"}
|
||||
"oxcaml-lwt_runtime_events" {= "guard"}
|
||||
"oxcaml-mdx" {= "guard"}
|
||||
"oxcaml-merlin" {= "guard"}
|
||||
"oxcaml-merlin-lib" {= "guard"}
|
||||
"oxcaml-notty-community" {= "guard"}
|
||||
"oxcaml-ocaml-compiler-libs-patches" {= "enabled"}
|
||||
"oxcaml-ocaml-index" {= "guard"}
|
||||
"oxcaml-ocaml-lsp-server" {= "guard"}
|
||||
"oxcaml-ocamlbuild-patches" {= "enabled"}
|
||||
"oxcaml-ocamlc-loc" {= "guard"}
|
||||
"oxcaml-ocamlfind-patches" {= "enabled"}
|
||||
"oxcaml-ocamlformat-lib-patches" {= "enabled"}
|
||||
"oxcaml-ocamlformat-patches" {= "enabled"}
|
||||
"oxcaml-odoc" {= "guard"}
|
||||
"oxcaml-odoc-driver" {= "guard"}
|
||||
"oxcaml-odoc-md" {= "guard"}
|
||||
"oxcaml-odoc-parser-patches" {= "enabled"}
|
||||
"oxcaml-ojs" {= "guard"}
|
||||
"oxcaml-omd" {= "guard"}
|
||||
"oxcaml-opam-core" {= "guard"}
|
||||
"oxcaml-opam-format" {= "guard"}
|
||||
"oxcaml-ordering" {= "guard"}
|
||||
"oxcaml-patch-guards" {= "ox"}
|
||||
"oxcaml-ppx_deriving" {= "guard"}
|
||||
"oxcaml-ppxlib-patches" {= "enabled"}
|
||||
"oxcaml-ppxlib_ast-patches" {= "enabled"}
|
||||
"oxcaml-re-patches" {= "enabled"}
|
||||
"oxcaml-sedlex" {= "guard"}
|
||||
"oxcaml-sherlodoc" {= "guard"}
|
||||
"oxcaml-spawn-patches" {= "enabled"}
|
||||
"oxcaml-stdune" {= "guard"}
|
||||
"oxcaml-top-closure" {= "guard"}
|
||||
"oxcaml-topkg-patches" {= "enabled"}
|
||||
"oxcaml-utop" {= "guard"}
|
||||
"oxcaml-uutf-patches" {= "enabled"}
|
||||
"oxcaml-wasm_of_ocaml-compiler" {= "guard"}
|
||||
"oxcaml-xdg" {= "guard"}
|
||||
"oxcaml-yojson" {= "guard"}
|
||||
"oxcaml-zarith" {= "guard"}
|
||||
"parsexp" {= "v0.18~preview.130.91+190"}
|
||||
"pipe_with_writer_error" {= "v0.18~preview.130.91+190"}
|
||||
"portable" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_array_base" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_assert" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_base" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_bench" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_bin_prot" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_builtin" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_cold" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_compare" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_custom_printf" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_debug_assert" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_derivers" {= "1.2.1"}
|
||||
"ppx_diff" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_disable_unused_warnings" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_enumerate" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_expect" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_fields_conv" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_fixed_literal" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_fuelproof" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_globalize" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_hash" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_helpers" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_here" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_ignore_instrumentation" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_inline_test" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_int63_literal" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_jane" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_js_style" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_let" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_log" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_module_timer" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_optcomp" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_optional" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_pipebang" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_portable" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_sexp_conv" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_sexp_message" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_sexp_value" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_shorthand" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_stable" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_stable_witness" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_string" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_string_conv" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_template" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_tydi" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_typed_fields" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_typerep_conv" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_var_name" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_variants_conv" {= "v0.18~preview.130.83+317"}
|
||||
"ppxlib" {= "0.33.0+ox"}
|
||||
"ppxlib_ast" {= "0.33.0+ox"}
|
||||
"ppxlib_jane" {= "v0.18~preview.130.83+317"}
|
||||
"protocol_version_header" {= "v0.18~preview.130.83+317"}
|
||||
"ppx_diff" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_disable_unused_warnings" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_enumerate" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_expect" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_fields_conv" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_fixed_literal" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_fuelproof" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_globalize" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_hash" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_helpers" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_here" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_ignore_instrumentation" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_inline_test" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_int63_literal" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_jane" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_js_style" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_let" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_log" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_module_timer" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_optcomp" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_optional" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_pipebang" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_portable" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_sexp_conv" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_sexp_message" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_sexp_value" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_shorthand" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_stable" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_stable_witness" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_string" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_string_conv" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_template" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_tydi" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_typed_fields" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_typerep_conv" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_var_name" {= "v0.18~preview.130.91+190"}
|
||||
"ppx_variants_conv" {= "v0.18~preview.130.91+190"}
|
||||
"ppxlib" {= "0.33.0+ox1"}
|
||||
"ppxlib_ast" {= "0.33.0+ox1"}
|
||||
"ppxlib_jane" {= "v0.18~preview.130.91+190"}
|
||||
"protocol_version_header" {= "v0.18~preview.130.91+190"}
|
||||
"ptime" {= "1.2.0"}
|
||||
"re" {= "1.14.0+ox"}
|
||||
"record_builder" {= "v0.18~preview.130.83+317"}
|
||||
"record_builder" {= "v0.18~preview.130.91+190"}
|
||||
"result" {= "1.5"}
|
||||
"seq" {= "base"}
|
||||
"sexp_pretty" {= "v0.18~preview.130.83+317"}
|
||||
"sexp_type" {= "v0.18~preview.130.83+317"}
|
||||
"sexplib" {= "v0.18~preview.130.83+317"}
|
||||
"sexplib0" {= "v0.18~preview.130.83+317"}
|
||||
"shell" {= "v0.18~preview.130.83+317"}
|
||||
"sexp_pretty" {= "v0.18~preview.130.91+190"}
|
||||
"sexp_type" {= "v0.18~preview.130.91+190"}
|
||||
"sexplib" {= "v0.18~preview.130.91+190"}
|
||||
"sexplib0" {= "v0.18~preview.130.91+190"}
|
||||
"shell" {= "v0.18~preview.130.91+190"}
|
||||
"spawn" {= "v0.15.1+ox"}
|
||||
"splittable_random" {= "v0.18~preview.130.83+317"}
|
||||
"stdio" {= "v0.18~preview.130.83+317"}
|
||||
"splittable_random" {= "v0.18~preview.130.91+190"}
|
||||
"stdio" {= "v0.18~preview.130.91+190"}
|
||||
"stdlib-shims" {= "0.3.0"}
|
||||
"string_dict" {= "v0.18~preview.130.83+317"}
|
||||
"string_dict" {= "v0.18~preview.130.91+190"}
|
||||
"stringext" {= "1.6.0"}
|
||||
"textutils" {= "v0.18~preview.130.83+317"}
|
||||
"time_now" {= "v0.18~preview.130.83+317"}
|
||||
"topkg" {= "1.0.8+ox"}
|
||||
"typerep" {= "v0.18~preview.130.83+317"}
|
||||
"unique" {= "v0.18~preview.130.83+317"}
|
||||
"univ_map" {= "v0.18~preview.130.83+317"}
|
||||
"uopt" {= "v0.18~preview.130.83+317"}
|
||||
"textutils" {= "v0.18~preview.130.91+190"}
|
||||
"time_now" {= "v0.18~preview.130.91+190"}
|
||||
"topkg" {= "1.1.1+ox"}
|
||||
"typerep" {= "v0.18~preview.130.91+190"}
|
||||
"unique" {= "v0.18~preview.130.91+190"}
|
||||
"univ_map" {= "v0.18~preview.130.91+190"}
|
||||
"uopt" {= "v0.18~preview.130.91+190"}
|
||||
"uri" {= "4.4.0"}
|
||||
"uri-sexp" {= "4.4.0"}
|
||||
"uucp" {= "16.0.0" & with-test}
|
||||
"uuseg" {= "16.0.0" & with-test}
|
||||
"uutf" {= "1.0.3+ox"}
|
||||
"variantslib" {= "v0.18~preview.130.83+317"}
|
||||
"zstandard" {= "v0.18~preview.130.83+317"}
|
||||
"uucp" {= "17.0.0"}
|
||||
"uuseg" {= "17.0.0"}
|
||||
"uutf" {= "1.0.4+ox"}
|
||||
"variantslib" {= "v0.18~preview.130.91+190"}
|
||||
"zstandard" {= "v0.18~preview.130.91+190"}
|
||||
]
|
||||
build: ["dune" "build" "-p" name "-j" jobs]
|
||||
dev-repo: "git+https://github.com/janestreet/magic-trace.git"
|
||||
pin-depends: [
|
||||
"dune.3.21.1"
|
||||
"https://github.com/ocaml/dune/releases/download/3.21.1/dune-3.21.1.tbz"
|
||||
]
|
||||
dev-repo: "git+https://github.com/janestreet/magic-trace.git"
|
||||
+1
-1
@@ -34,7 +34,7 @@ module Location = struct
|
||||
module Ignore_symbol = struct
|
||||
(* Ignoring symbol strings when serializing to save space. This reduces the size of events file
|
||||
by ~50% based on small tests. The symbol information is still available implicitly by looking at the top
|
||||
of the callstack that optionally is exported together with the events. Symbol offset will be missing.*)
|
||||
of the callstack that optionally is exported together with the events. Symbol offset will be missing. *)
|
||||
|
||||
type nonrec t = t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user