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
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
package
libdash
latest (0.5.0)
0.5.0
0.4.1
0.3
0.1.1
0.1
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package libdash
libdash
CHANGES
README
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
libdash
CHANGES
0.5.0 (2026-08-03)
Add multibyte character support.
0.4.1 (2026-07-14)
Bugfixes to OCaml bindings.
0.4.0 (2027-07-14)
Rewrite history to include all prior dash history correctly.
Fix CI on macOS.
0.3.1 (2022-08-23)
Bugfix for parsing in heredocs.
0.3 (2022-07-28)
Add Python bindings.
0.1.2 (2022-02-24)
Update bindings to dash v0.5.11.5, bringing parser bugfixes.
0.1.1 (2020-05-12)
Bugfixes re
popstackmark
from @tucak.
0.1 (2020-02-25)
Initial release.