Search OCaml packages
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, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Get Started
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
View all changes
Merlin 5.7-505~preview
merlin
platform
editors
27 Feb 2026
CHANGES:
merlin library
Add "Other" variant to locate-types result (
#2025
)
Don't include
option
in locate-types result for optional parameters (
#2027
)
Fix record field autocompletion (
#2028
)
Signature help should not loop over the parameters once it is finished (
#2023
)
tests
Add a reproduction case for
#1214
, the issue has been resolved before (
#2022
)
Add reproduction case for
#1763
but it is not failing anymore (
#2021
)
Add a test to reproduce
Locate command fails on multi-line type definitions
(
#2020
)
Add a regression test for issue
#2019
(
#2030
)