camelot
Code linting tool
An OCaml-based linter and style checker for OCaml code
A fully-modular OCaml style linter
44 stars
7 watching
5 forks
Language: OCaml
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-ppx/ocamlformat | A tool that formats OCaml code according to pre-defined styles and configurations | 633 |
backtracking/combine | An OCaml library for solving combinatorial problems using dancing links and other techniques | 35 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
ocaml/merlin | Provides context-sensitive completion for the OCaml programming language in text editors. | 1,586 |
whitequark/ocaml-m17n | A package that enables multilingualization of OCaml source code by supporting Unicode identifiers | 50 |
ocaml-community/sedlex | A tool for generating Unicode-friendly lexers in OCaml | 240 |
armael/conch | A compiler for translating C-like code to Uxn | 23 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
dbuenzli/uuseg | An OCaml library for segmenting Unicode text into grapheme clusters, words, and sentences. | 23 |
mmottl/lacaml | An OCaml interface to widely used linear algebra libraries for high-performance numerical computations. | 128 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
camlp4/camlp4 | A tool for writing extensible parsers for programming languages using OCaml's abstract syntax tree (AST) system. | 101 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 80 |
rizo/ppx_monad | Provides a syntax extension for monadic computations in OCaml. | 7 |