package ppx_factory

  1. Overview
  2. Docs
PPX to derive factories and default values

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_factory-0.1.1.tbz
sha256=55a012fbb45cf1694d74781d9257756cc91b5270920877e6b4a5a6b07000e836
sha512=96909ae01e4ba7a6c766bf35fe94138e4529d8a85974e3efe625c6666c56b1528f28e2d53ba1d663a0908889543b1df9106eaa9a7b813ac43ed5a90f3b64e1ca

CHANGES.md.html

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

No unreleased changes at the moment

0.1.1 - 2020-05-29

Added

  • Add support for OCaml 4.09 and 4.10

0.1.0 - 2019-08-07

Fixes

  • Raise an error when used with an abstract type, except when invoked from ocamldep, @NathanReb #20

0.0.0 - 2019-03-07

Added

  • Initial release