这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3331189
update
public-release Oct 1, 2025
c82fbda
.
public-release Oct 6, 2025
4f2c6da
v0.18~preview.130.55+197
public-release Oct 6, 2025
9c20ed2
update
d-kalinichenko Oct 6, 2025
be5aa08
.
d-kalinichenko Oct 6, 2025
bad307b
fix
d-kalinichenko Oct 6, 2025
7d3943b
fix
d-kalinichenko Oct 6, 2025
a217ab4
.
d-kalinichenko Oct 6, 2025
960f21b
.
d-kalinichenko Oct 6, 2025
1d82305
.
d-kalinichenko Oct 6, 2025
e4ce1b9
fix
d-kalinichenko Oct 6, 2025
697a5af
upd
d-kalinichenko Oct 6, 2025
191e624
fix
d-kalinichenko Oct 6, 2025
bbde8a3
.
d-kalinichenko Oct 6, 2025
e7b07f3
v0.18~preview.130.55+197
public-release Oct 6, 2025
1edc73b
v0.18~preview.130.55+197
public-release Oct 6, 2025
8066b42
.
d-kalinichenko Oct 6, 2025
f1dd5b4
.
d-kalinichenko Oct 7, 2025
827c051
.
d-kalinichenko Oct 7, 2025
d0eca92
.
d-kalinichenko Oct 7, 2025
4bf38fc
.
d-kalinichenko Oct 7, 2025
3944823
.
d-kalinichenko Oct 7, 2025
96eafdc
Update test.yml
dkalinichenko-js Oct 7, 2025
2f3065b
v0.18~preview.130.55+197
public-release Oct 7, 2025
ce27fce
v0.18~preview.130.55+197
public-release Oct 7, 2025
eac6444
.
d-kalinichenko Oct 7, 2025
3aaa124
ordering
d-kalinichenko Oct 7, 2025
d8302dd
fix
d-kalinichenko Oct 7, 2025
fa20ee2
fix
d-kalinichenko Oct 7, 2025
d112cb3
.
d-kalinichenko Oct 7, 2025
879a5b2
v0.18~preview.130.55+197
public-release Oct 7, 2025
4e69671
patches
d-kalinichenko Oct 7, 2025
93b72de
patches
d-kalinichenko Oct 8, 2025
79e6b9f
More space
dkalinichenko-js Oct 8, 2025
3da8328
jsoo patches
d-kalinichenko Oct 8, 2025
9811cb1
fix
d-kalinichenko Oct 8, 2025
5384cd1
ctypes
d-kalinichenko Oct 8, 2025
9c6cc3e
.
d-kalinichenko Oct 8, 2025
4efb3fd
.
d-kalinichenko Oct 8, 2025
2da68b2
fix mdx and zarith
d-kalinichenko Oct 10, 2025
5a62439
fix mdx again
d-kalinichenko Oct 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
image: [ubuntu:24.04, debian:bookworm]
os: [ubuntu-latest, ubuntu-24.04-arm]
os: [ubuntu_x64_8_cores, ubuntu_arm64_8_core]
include:
- image: archlinux:latest
os: ubuntu-latest
os: ubuntu_x64_8_cores
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.image }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"base" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"base" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"base" {= "v0.18~preview.130.36+326"}
"higher_kinded" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"base" {= "v0.18~preview.130.55+197"}
"higher_kinded" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -29,7 +29,7 @@ In case you have ever heard of "lenses", this is an OCaml implementation of that
"""
url {
src:
"https://github.com/janestreet/accessor/archive/f06456353a2d45d97ffbad1cb8fcff71da5d6190.tar.gz"
"https://github.com/janestreet/accessor/archive/19dbd873b28eea69c4644b8e4ab65f837d2ff18a.tar.gz"
checksum:
"sha256=1c98e8cfe6d2245e14b087ca39f8d03218d1b7bcbc1b46ef0724bada1655b8d9"
"sha256=2fe9eefbcec6225f38ce3d242c994d0e7288700ff49c2228ba7d3856b1a9c9fb"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"accessor_core" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"ppx_accessor" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"accessor_core" {= "v0.18~preview.130.55+197"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"ppx_accessor" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"accessor" {= "v0.18~preview.130.36+326"}
"base" {= "v0.18~preview.130.36+326"}
"higher_kinded" {= "v0.18~preview.130.36+326"}
"ppx_accessor" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"accessor" {= "v0.18~preview.130.55+197"}
"base" {= "v0.18~preview.130.55+197"}
"higher_kinded" {= "v0.18~preview.130.55+197"}
"ppx_accessor" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -26,7 +26,7 @@ This library provides accessors for numerous types in Base.
"""
url {
src:
"https://github.com/janestreet/accessor_base/archive/89456a608d2716ca797d1327db45762edf1cfae3.tar.gz"
"https://github.com/janestreet/accessor_base/archive/a757ed344a4b053ee1fd813b88ced7df1eb6dd82.tar.gz"
checksum:
"sha256=45466f72916826e03e83d5a149bba8433fe3a9bd1308f8d22b864def0c98e449"
"sha256=a8d31c918854a47681698da06e8902100872b1125f4d8063cf43f96742c264b2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"accessor_base" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"ppx_accessor" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"ppx_optcomp" {= "v0.18~preview.130.36+326"}
"accessor_base" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"ppx_accessor" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"ppx_optcomp" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -26,7 +26,7 @@ This library provides accessors for numerous types in Core.
"""
url {
src:
"https://github.com/janestreet/accessor_core/archive/0edcd77975dd7b0db7f424cded8d7ccfb00e4e06.tar.gz"
"https://github.com/janestreet/accessor_core/archive/c58d0db666d0bc470f9ccc9c7c3e8c770c07a134.tar.gz"
checksum:
"sha256=ad8234023e626a697aefdb68959787805820d0fe3ea463b5deb1773b0df3245d"
"sha256=b4b3d30aee44da8dddd4647d2b84d4fd80b645cc3cf3170e2ec08ee2962d1d20"
}
3 changes: 2 additions & 1 deletion packages/alcotest/alcotest.1.9.0+ox/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ depends: [
"fmt" {>= "0.8.7"}
"astring"
"cmdliner" {>= "1.2.0"}
"re" {>= "1.7.2"}
"cmdliner" {with-test & < "2.0.0"}
"re" {= "1.14.0+ox"}
"stdlib-shims"
"uutf" {= "1.0.3+ox"}
"ocaml-syntax-shims"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"core" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
"js_of_ocaml" {= "6.0.1+ox"}
"js_of_ocaml-ppx" {= "6.0.1+ox"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"async_log" {= "v0.18~preview.130.36+326"}
"async_rpc_kernel" {= "v0.18~preview.130.36+326"}
"async_unix" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"core_unix" {= "v0.18~preview.130.36+326"}
"ppx_expect" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"textutils" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"async_log" {= "v0.18~preview.130.55+197"}
"async_rpc_kernel" {= "v0.18~preview.130.55+197"}
"async_unix" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"core_unix" {= "v0.18~preview.130.55+197"}
"ppx_expect" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"textutils" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -33,7 +33,7 @@ largest industrial user of OCaml.
"""
url {
src:
"https://github.com/janestreet/async/archive/e270b48c4be4f1598583df0aec23bd8f5a6dc301.tar.gz"
"https://github.com/janestreet/async/archive/ce409f0f6f7011b64e672c8b6f9bb8b9b7397667.tar.gz"
checksum:
"sha256=58caf9b7824bff5892e79ecb93bd4f7e392303452a0f895e76b383dae2d8cd3e"
"sha256=0e7d59c4cc034bd15df788af8fb7723149e589dda911d15bf4ac2cc76f22eef6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"async_rpc_kernel" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"async_rpc_kernel" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async" {= "v0.18~preview.130.36+326"}
"async_find" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_unix" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async" {= "v0.18~preview.130.55+197"}
"async_find" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_unix" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
"inotify" {>= "2.4.0"}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_unix" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_unix" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
"spawn" {>= "v0.15"}
"spawn" {= "v0.15.1+ox"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Utilities for building simple command-line based user interfaces"
description: """
"""
url {
src:
"https://github.com/janestreet/async_interactive/archive/dacb7110aa20f189be949923ee884b9bc2cc46e5.tar.gz"
"https://github.com/janestreet/async_interactive/archive/1e8e1f7bbb834932d5ec428ff6e33b10fa31861c.tar.gz"
checksum:
"sha256=6028ec9a387cedd4722f0471141c36ec6c4cb4e16d01ae06b98b6986d800f586"
"sha256=483dee8c8eec41ed7622a81d8f891c29fc893bf9e17fa1bbcaae8f9ac0979bcb"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async" {= "v0.18~preview.130.36+326"}
"async_rpc_kernel" {= "v0.18~preview.130.36+326"}
"base" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"maybe_pushback" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"rpc_parallel" {= "v0.18~preview.130.36+326"}
"async" {= "v0.18~preview.130.55+197"}
"async_rpc_kernel" {= "v0.18~preview.130.55+197"}
"base" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"maybe_pushback" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"rpc_parallel" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"async_rpc_kernel" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"ppx_expect" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"async_rpc_kernel" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"ppx_expect" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
"js_of_ocaml" {= "6.0.1+ox"}
"js_of_ocaml-ppx" {= "6.0.1+ox"}
Expand All @@ -29,7 +29,7 @@ description: """
"""
url {
src:
"https://github.com/janestreet/async_js/archive/73992ce82d62b8f9bc23060df75807b883044e3f.tar.gz"
"https://github.com/janestreet/async_js/archive/bdf861b32fad41614cfe3ad8b70676ccbbffae39.tar.gz"
checksum:
"sha256=cdd2a3cc247515ddcfb45478482d8ac3deabf6788947358b75ed0701fde3ed8e"
"sha256=54b2a8272f45f73c5e529bbeccb1a398d0910c5ff155e324cee81e1545b3602a"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"core_unix" {= "v0.18~preview.130.36+326"}
"parsexp" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"sexplib" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"core_unix" {= "v0.18~preview.130.55+197"}
"parsexp" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"sexplib" {= "v0.18~preview.130.55+197"}
"unique" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -30,7 +31,7 @@ largest industrial user of OCaml.
"""
url {
src:
"https://github.com/janestreet/async_kernel/archive/d10cfcb2e81ad87286bdef11e3519bbc2f2361f6.tar.gz"
"https://github.com/janestreet/async_kernel/archive/377a8bb3da8c373e8634d59d53069f3f9d243ea3.tar.gz"
checksum:
"sha256=4bca595cde9628c6b4a79377b266420a55aff1346f7dceff90ad0eb92fa32d65"
"sha256=7b0d7eed1229f470bd39070e8ca92ad2e04f464fbd2ebd3b51d11a125025a7e7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: [
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel" {= "v0.18~preview.130.36+326"}
"async_unix" {= "v0.18~preview.130.36+326"}
"core" {= "v0.18~preview.130.36+326"}
"core_kernel" {= "v0.18~preview.130.36+326"}
"core_unix" {= "v0.18~preview.130.36+326"}
"ppx_jane" {= "v0.18~preview.130.36+326"}
"async_kernel" {= "v0.18~preview.130.55+197"}
"async_unix" {= "v0.18~preview.130.55+197"}
"core" {= "v0.18~preview.130.55+197"}
"core_kernel" {= "v0.18~preview.130.55+197"}
"core_unix" {= "v0.18~preview.130.55+197"}
"ppx_jane" {= "v0.18~preview.130.55+197"}
"dune" {>= "3.17.0"}
]
available: arch != "arm32" & arch != "x86_32"
Expand All @@ -30,7 +30,7 @@ largest industrial user of OCaml.
"""
url {
src:
"https://github.com/janestreet/async_log/archive/5b3f8eab92b1b4d8ffb0f94fef34efbed17f9cc1.tar.gz"
"https://github.com/janestreet/async_log/archive/aa73682cf438d2359513811f71057fc291a29a64.tar.gz"
checksum:
"sha256=b433f2ae313912da7fe15c0e36bd47ddf7e9825becb02c05900cb1e114bf784f"
"sha256=4657160fbaa70ea4cd671c992c5c4dd5c77a509edf6f484031f0da2bb5b1f527"
}
Loading
Loading