package ppx_factory

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_factory-0.1.0.tbz
sha256=d06fffe8946e7f6214c109031ec4b9c837846353e748b1885f97a2c17a923ad7
sha512=2f81f42e406363568a329dcde52af70405b5560d3589809e6ed195eede799ba5942e6916b1e8089f2409f970c572e12e4af2a91e0d00db7c6158fe600accf077

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: 13 Dec 2019

Dependencies (3)

  1. ppxlib >= "0.9.0"
  2. ocaml >= "4.07.0" & < "4.09.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