package mutaml
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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.
Dependencies (11)
-
yojson
>= "2.0.0" -
ppx_derivers
>= "1.2.1" -
ocaml-compiler-libs
>= "v0.12.0" - conf-diffutils
- conf-which
- conf-timeout
- stdlib-random
-
ppx_yojson_conv
>= "v0.14.0" -
ppxlib
>= "0.28.0" & < "0.36.0" -
ocaml
>= "4.12.0" -
dune
>= "3.0"
Dev Dependencies (4)
-
odoc
with-doc -
ounit2
with-test -
ppx_deriving
with-test -
ppxlib
with-test & <= "0.33.0"
Used by (1)
-
seqes
>= "0.3"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page