package ppx_factory

  1. Overview
  2. Docs

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: 07 Mar 2019

Dependencies (3)

  1. ppxlib >= "0.3.0" & < "0.9.0"
  2. ocaml >= "4.07.0"
  3. dune

Dev Dependencies (2)

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

Used by

None

Conflicts

None