173 search results for "ppx_"

Showing 51 - 100
  1. GADT-based field accessors and utilities
    v0.17.0
    MIT
    Used by 3 other packages
    26 May 2024
  2. PPX extension for Yojson literals and patterns
    1.3.0
    BSD-2-Clause
    Used by 3 other packages
    11 Sep 2023
  3. 0.6.0
    MIT
    Used by 1 other packages
    03 May 2021
  4. A ppx rewriter that transforms a recursive module expression into a `struct`
    2.0.0
    MIT
    Used by 1 other packages
    07 May 2021
  5. Ppx_sexp_message-like extension nodes for lazily rendering log messages
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  6. Json driver for Ppx_protocol_conv
    5.2.2
    BSD-3-Clause
    Used by 1 other packages
    23 Jan 2025
  7. Xml driver for Ppx_protocol_conv
    5.2.2
    BSD-3-Clause
    Used by 1 other packages
    23 Jan 2025
  8. 5.2.2
    BSD-3-Clause
    Used by 1 other packages
    23 Jan 2025
  9. A PPX Rewriter for Hashconsing
    0.11
    BSD-3-Clause
    Used by 2 other packages
    12 Sep 2023
  10. A Camlp5 PPX Rewriter for Perl Regexp Workalikes
    0.05
    BSD-3-Clause
    Used by 2 other packages
    27 Feb 2025
  11. A PPX Rewriter for Uniqifying ASTs
    0.11
    BSD-3-Clause
    Used by 2 other packages
    12 Sep 2023
  12. v0.17.0
    MIT
    Used by 2 other packages
    26 May 2024
  13. A ppx that takes in css strings and produces a module for accessing the unique names defined within
    v0.17.0
    MIT
    Used by 2 other packages
    26 May 2024
  14. Generate functions to read/write records in csv format
    v0.17.0
    MIT
    Used by 2 other packages
    26 May 2024
  15. 0.3
    LGPL-2.1-or-later
    Used by 2 other packages
    14 Dec 2022
  16. Inline tests backend for alcotest
    1.0.0
    ISC
    Used by 2 other packages
    25 Aug 2021
  17. Syntax extension for writing in-line tests in ocaml code (with stripped dependencies)
    v0.17.0
    MIT
    Used by 2 other packages
    04 Feb 2025
  18. [@@deriving] plugin to generate Jsonaf conversion functions
    v0.17.0
    MIT
    Used by 2 other packages
    26 May 2024
  19. ppx_minidebug

    No documentation

    Debug logs for selected functions and let-bindings
    2.2.0
    LGPL-2.1-or-later
    Used by 2 other packages
    02 Apr 2025
  20. A ppx rewriter that inlines reverse application operators `|>` and `|!`
    v0.17.0
    MIT
    Used by 2 other packages
    23 May 2024
  21. Syntax extension for Caqti/PostgreSQL queries
    3.1.0
    MIT
    Used by 2 other packages
    08 May 2022
  22. Ppx extension for deriving a witness that a type is intended to be stable. In this context, stable means that the serialization format will never change. This allows programs running at different versions of the code to safely communicate.
    v0.17.0
    MIT
    Used by 2 other packages
    23 May 2024
  23. String interpolation PPX preprocessor
    1.0.1
    Apache-2.0
    Used by 2 other packages
    28 Jan 2021
  24. Generation of runtime types from type declarations
    v0.17.0
    MIT
    Used by 2 other packages
    23 May 2024
  25. Compiler from OCaml bytecode to JavaScript
    6.0.1
    GPL-2.0-or-later; LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
    Used by 1 other packages
    13 Feb 2025
  26. A PPX Rewriter for automating generation of data-conversion code for use with Camlp5's Q_ast
    0.12
    BSD-3-Clause
    Used by 1 other packages
    09 Jul 2024
  27. A Camlp5 PPX Rewriter for treating PPX extensions as Camlp5 quotations
    0.02
    BSD-3-Clause
    Used by 1 other packages
    27 Sep 2023
  28. A Camlp5 PPX Rewriter for static blocks
    0.02
    BSD-3-Clause
    Used by 1 other packages
    12 Sep 2023
  29. 0.1.3
    MIT
    Used by 1 other packages
    21 Mar 2025
  30. A ppx deriving sample-functions for Popper
    0.1.1
    ISC
    Used by 1 other packages
    12 May 2021
  31. ppx_deriving_qcheck

    No documentation

    PPX Deriver for QCheck
    0.7
    BSD-2-Clause
    Used by 1 other packages
    07 Apr 2025
  32. 0.4.0
    ISC
    Used by 1 other packages
    19 Nov 2024
  33. Expands [@disable_unused_warnings] into [@warning "-20-26-32-33-34-35-36-37-38-39-60-66-67"]
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  34. Extension to distribute guards over or-patterns
    0.3
    MIT
    Used by 1 other packages
    30 Jun 2021
  35. v0.17.2
    MIT
    Used by 1 other packages
    04 Feb 2025
  36. Simpler notation for fixed point literals
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  37. A sample syntax extension using OCaml's new extension points API
    2.1
    Public domain
    Used by 1 other packages
    24 Oct 2020
  38. A ppx rewriter that generates functions to copy local values to the global heap
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  39. Ignore Jane Street specific instrumentation extensions
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  40. PPX for converting between OCaml values and JSON, Sexp and camlon
    4.1.0
    MIT
    Used by 1 other packages
    05 Aug 2022
  41. Ppx rewriter that records top-level module startup times
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  42. Pattern matching on flat options
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  43. Syntax for a partial application of functions that omits any argument
    1.0
    ISC
    Used by 1 other packages
    29 Jun 2024
  44. [@@deriving] plugin to generate Python conversion functions
    v0.17.0
    MIT
    Used by 1 other packages
    26 May 2024
  45. Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests.
    v0.17.0
    MIT
    Used by 1 other packages
    26 May 2024
  46. Stable types conversions generator
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  47. Ppx extension for generating of_string & to_string
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  48. Let expressions, inferring pattern type from expression.
    v0.17.0
    MIT
    Used by 1 other packages
    23 May 2024
  49. 0.0.3
    MIT
    Used by 0 other packages
    21 Oct 2024
  50. Migrate to ppx_protocol_conv
    0.8.1
    Used by 0 other packages
    03 Dec 2017