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
alt-ergo
latest (2.6.2)
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.30
1.01
0.99.1
0.95.2
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package alt-ergo
doc
CHANGES
LICENSE
README
index_abwhy3
index_common
index_fmsimplex
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
doc
CHANGES
v2.4.3 (2023-04-14)
Build
Restrict the requirement version of Ocplib-simplex (PR #573)
Dune 3.0 or above required, see https://github.com/ocaml/dune/issues/5563 (PR #575)
Zarith 1.4 or above required
Cairo2 0.6.4 or above required
psmt2-frontend 0.4 or above required
Using js_of_ocaml with a version between 4.0.1 and 5.0.1 required (PR #575)
Bug fixes
Fix soundness issues in the arithmetic reasoner #476, #477, #479 (PR #573)
Regression fixes
Remove flattening, see issues #505, #567 (PR #573)
Using a weak table for the Shostak.combine cache to prevent some regressions (PR #573)