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
camlp-streams
latest (5.0.1)
5.0.1
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package camlp-streams
camlp-streams
CHANGES
README
Library
camlp-streams
Genlex
Stream
Sources
camlp-streams
genlex.ml
stream.ml
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
camlp-streams
CHANGES
Release 5.0.1 (2022-06-26)
Update licensing metadata.
Update dune files to 2.7 to auto-generate opam files correctly (#2)
Lower required OCaml version to 4.02.3 (#3)
Install empty library for OCaml < 4.08 to fix linking problems (#5)
Re-export Standard Library modules for 4.08-4.14 for type equality (#5)
Release 5.0 (2021-06-29)
Initial import from OCaml 4.14
Packaging improvements (#1)
Initial release