ocaml-containers
OCaml library
A modular standard library extension and string library for OCaml
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
494 stars
18 watching
87 forks
Language: OCaml
last commit: about 1 month ago
Linked from 1 awesome list
data-structurelightweightmodularocamlpermissive-licenseportablestdlib
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-community/lambda-term | A terminal manipulation library for OCaml | 210 |
yallop/ocaml-ctypes | A library that enables writing C extensions in OCaml without generating or writing C code. | 372 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 32 |
c-cube/qcheck | A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 354 |
janestreet/base | A replacement standard library for OCaml that provides a set of well-tested and portable general-purpose modules. | 877 |
ocaml-community/easy-format | A utility library for pretty-printing indentation in OCaml programs. | 43 |
ygrek/ocurl | C bindings for libcurl, enabling HTTP and other network protocol transfers in OCaml | 59 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 285 |
ocamllabs/vscode-ocaml-platform | An extension for Visual Studio Code to provide OCaml language support and tools | 345 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |
ocaml-community/ocaml-linenoise | OCaml bindings to linenoise for easy high-level readline functionality | 51 |
chris00/ocaml-cairo | An OCaml binding to the Cairo graphics library | 55 |
dannywillems/ocaml-js-stdlib | Provides a binding to the JavaScript standard library and DOM in OCaml | 3 |
yoriyuki/camomile | A Unicode library for OCaml providing character type, string encodings, collation and locale-sensitive case mappings. | 124 |
ocaml-community/biniou | An efficient binary data format for serializing and deserializing structured data | 42 |