OCaml over Scala

This page summarizes the projects mentioned and recommended in the original post on /r/ocaml

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ocaml-ctypes

    Library for binding to C libraries using pure OCaml

  • Something else to keep in mind is that the Ctypes library is really nice for consuming C libraries, so you may not be limited to just what's available on opam. It has a pretty intuitive way of bridging the gap manually, plus some automated codegen features for making the bindings for you (though I haven't used that part yet, no idea how difficult it is). Not as nice or convenient as opam install foo and being done with it, but better than doing without.

  • ocaml-containers

    A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.

  • Same can be said of containers, which extends the stdlib rather than replaces or changes it. It's not fragmentation, it's a "batteries included" utility library that works with the stdlib.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts