= 1024">
Learn
Packages
Community
Blog
Playground
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed delay:500ms, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" >
Searching...
Or go to:
Standard Library API
Get Started
Learn
Packages
Community
Blog
Playground
Get started
Back to Blog
Community News
Read the latest news, releases, and updates from the OCaml community.
Release of OCaml 4.14.1
Release of OCaml 4.14.1
2022-12-20
Release of OCaml 5.0.0
Release of OCaml 5.0.0
2022-12-16
OCaml 4.14.1 - Release candidate
Release Candidate of OCaml 4.14.1
2022-12-08
OCaml 5.0.0 - First release candidate
First Release Candidate of OCaml 5.0.0
2022-12-06
OCaml 5.0.0 - Second Beta
Second beta release of OCaml 5.0.0
2022-11-28
OCaml 5.0.0 - First Beta
First beta release of OCaml 5.0.0
2022-10-12
opam 2.1.2 release
Release of opam 2.1.2
2021-12-08
OCaml Multicore - December 2021 and the Big PR
Monthly update from the OCaml Multicore team.
2021-12-01
opam releases: 2.0.10, 2.1.1, & opam depext 1.2!
Release announcement for opam 2.0.10, opam 2.1.1 and opam depext 1.2
2021-11-15
OCaml Multicore - November 2021
Monthly update from the OCaml Multicore team.
2021-11-01
1
2
3
4
5
6
7
8