package ppx_factory

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_factory-0.2.0.tbz
sha256=23a90da63c9ab5078b0582805bbdaabf440cd8a8ac32abd1ad16d2dbac27b891
sha512=5d1e9f14d7cecc6617a9bc4d4438648230e05c167b7fd7f88449d94d5ab237561c0fc1f62fd628a6af0d77094c7f167d18910676e20ce3659a5383c38f2d4806

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.2.0 - 2020-11-09

Changed

  • Make compatible with (only) ppxlib >= 0.14 (@NathanReb #24)

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