ppx_import
Type importer
Reduces redundancy in type declarations and signatures by importing types or signatures from other compiled interface files.
Less redundancy in type declarations and signatures
89 stars
8 watching
29 forks
Language: OCaml
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-ppx/ppx_deriving | A library simplifying type-driven code generation in OCaml | 469 |
ocaml-ppx/ocamlformat | Automates formatting of OCaml code to conform to specific coding standards | 642 |
thierry-martinez/refl | A library that provides efficient and type-safe type reflection for OCaml | 51 |
rizo/ppx_monad | Provides a syntax extension for monadic computations in OCaml. | 7 |
ocaml-ppx/ppx_deriving_yojson | A tool that generates JSON serialization and deserialization functions for OCaml types | 157 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 204 |
roddyyaga/ppx_rapper | A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. | 138 |
hackwaly/vscode-ocaml | An extension for VS Code providing support for the OCaml programming language | 170 |
ocaml/oasis2opam | Converts Oasis metadata to OPAM package descriptions | 27 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 32 |
mhallin/graphql_ppx | Library to rewrite and validate GraphQL queries at compile-time | 320 |
ocaml-community/sedlex | A Unicode-friendly lexer generator for OCaml. | 244 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
ocaml-community/easy-format | A utility library for pretty-printing indentation in OCaml programs. | 43 |
sheijk/ppx_string_interpolate | Interpolates variables into string expressions | 21 |