package ppx_factory

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

Install

Authors

Maintainers

Sources

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

Description

ppx_factory is a ppx deriver that builds factory method from record and variant type definitions.

Factory methods allow you to build test values by only supplying the parts that are relevant to your tests.

Tags

org:cryptosense

Published: 10 Nov 2020

Dependencies (3)

  1. ppxlib >= "0.14.0"
  2. ocaml >= "4.07.0"
  3. dune >= "1.1"

Dev Dependencies (2)

  1. ppx_deriving with-test
  2. ounit with-test & >= "2.0.0"

Used by

None

Conflicts

None