OCaml topic
OCaml is a general purpose industrial-strength programming language with an emphasis on expressiveness and safety, It is supporting functional, imperative and object-oriented styles.
bare-ocaml
runtime library and code-generator for BARE (https://baremessages.org/)
batsat-ocaml
OCaml bindings for batsat (https://github.com/c-cube/batsat)
calculon
Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor.
cconv
[dead] combinators for type conversion (serialization/deserialization) to/from several formats. See this blog post (outdated): http://cedeela.fr/universal-serialization-and-deserialization.html
choice
Choice operator in OCaml, providing a backtracking monad
datalog
An in-memory datalog implementation for OCaml.
ocaml-caqti
Cooperative-threaded access to relational data
aws-lambda-ocaml-runtime
An OCaml custom runtime for AWS Lambda and Vercel
nice-parser
Nice parsers in OCaml without the boilerplate