OCaml Packages
Explore thousands of open-source OCaml packages with their documentation.
Opam: The OCaml Package Manager
Opam is a source-based package manager for OCaml. It supports
multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly
development workflow.
3851
Packages
19
New packages this month
35
Updates this week
Featured Packages
Discover new and OCaml packages from featured community packages.
Most Used Packages
odoc
OCaml documentation generator
Used by 606 other packages
lwt
Promises and event-driven I/O
Used by 506 other packages
alcotest
Alcotest is a lightweight and colourful test framework
Used by 426 other packages
cmdliner
Declarative definition of command line interfaces for OCaml
Used by 321 other packages
ounit
This is a transition package, ounit is now ounit2
Used by 302 other packages
New Packages
conf-libpcre2-8
Virtual package relying on a libpcre2 system installation
2 days ago
knights_tour
Solves the Knight's tour puzzle
4 days ago
ppx_counters
Generate useful code for stats gathering from records of counters
7 days ago
atdts
TypeScript code generation for ATD APIs
9 days ago
sortedseq_intersect
A divide-and-conquer algorithm in OCaml for the intersection of sorted sequences
9 days ago
Recently Updated
decoders-bencode
Bencode backend for decoders
Version 0.7.0
decoders-cbor
CBOR backend for decoders
Version 0.7.0
decoders-ezjsonm
Ezjsonm backend for decoders
Version 0.7.0
decoders-jsonm
Jsonm backend for decoders
Version 0.7.0
decoders-msgpck
Msgpck backend for decoders
Version 0.7.0
STABLE ECOSYSTEM
Focus on Your Code, and Opam Takes Care of Distributing It.
Our users have the highest standards for the OCaml ecosystem to run
mission-critical applications across a variety of operating systems, and they expect that a package that
compiles today will still work a decade from now.
Continuous Integration
Before any package update, we run sandboxed matrix builds for
boundaries of the dependencies and for each of the dependent packages. A package publication will
never break the rest of the ecosystem.
State of the Art
Opam supports publishing multiple versions of packages
simultaneously to specify the version constraints, so only compatible revisions are
chosen for a build. It comes with a performant constraint solver, a flexible CLI, a well-specified
metadata format, and an easy access to the package manager logic via OCaml libraries.
Stability
The Opam project and package repository is maintained by a team of
developers who ensure that everything is not only running smoothly, but also curated to maintain a high
degree of metadata quality. This makes it one of the most stable package repositories available
today.
Start Contributing
Learn how to publish your first Opam package today and make it available
to the rest of the community.