[go: up one dir, main page]

package mutaml

  1. Overview
  2. No Docs
A mutation tester for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=bc941deaf1296d728b863bd3f60aa519
sha512=b9eaaf7310e5b8b779d91d641380fc519a741526fc2a9a66188b47c79b672501714deca0548fbe137ee02c6457a78a47405e435697520eef62fdd5bfbcdc0ee8

Description

Mutaml is a mutation testing tool for OCaml. It uses a ppxlib-based preprocessor to make a series of small breaking changes to a program's source code and then runs the program's testsuite for each of them to catch uncaught misbehaviour.

Tags

test mutation testing

Published: 07 Oct 2024

Dependencies (11)

  1. yojson >= "2.0.0"
  2. ppx_derivers >= "1.2.1"
  3. ocaml-compiler-libs >= "v0.12.0"
  4. conf-diffutils
  5. conf-which
  6. conf-timeout
  7. stdlib-random
  8. ppx_yojson_conv >= "v0.14.0"
  9. ppxlib >= "0.28.0" & < "0.36.0"
  10. ocaml >= "4.12.0"
  11. dune >= "3.0"

Dev Dependencies (4)

  1. odoc with-doc
  2. ounit2 with-test
  3. ppx_deriving with-test
  4. ppxlib with-test & <= "0.33.0"

Used by (1)

  1. seqes >= "0.3"

Conflicts

None