···
2
+
synopsis: "QCheck-STM plugin for Ortac"
4
+
The QCheck-STM plugin for the Ortac command-line tool (provided by
5
+
the ortac-core package) can generate model-based tests for a module
6
+
with Gospel specifications. The generated code will test that the
7
+
function specifications hold by using the QCheck-STM library to
8
+
create random test cases.
10
+
Ortac (OCaml Runtime Assertion Checking) is a tool to turn
11
+
executable Gospel specifications into code to test they hold.
13
+
maintainer: ["Nicolas Osborne <nicolas.osborne@tarides.com>"]
15
+
"Nicolas Osborne <nicolas.osborne@tarides.com>"
16
+
"Samuel Hym <samuel@tarides.com>"
17
+
"Nikolaus Huber <mail@n-huber.eu>"
20
+
homepage: "https://github.com/ocaml-gospel/ortac"
21
+
doc: "https://ocaml-gospel.github.io/ortac/ortac-qcheck-stm/"
22
+
bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
25
+
"ocaml" {>= "4.12.0"}
26
+
"cmdliner" {>= "1.1.0"}
28
+
"ppxlib" {>= "0.26.0"}
29
+
"mdx" {with-test & >= "2.3.0"}
30
+
"gospel" {= "0.3.0"}
31
+
"qcheck-core" {with-test}
32
+
"qcheck-stm" {with-test}
33
+
"qcheck-multicoretests-util" {with-test}
34
+
"ortac-core" {= version}
35
+
"ortac-runtime" {with-test & = version}
36
+
"ortac-runtime-qcheck-stm" {= version}
43
+
["dune" "subst"] {dev}
51
+
"--promote-install-files=false"
53
+
"@runtest" {with-test}
56
+
["dune" "install" "-p" name "--create-install-files" name]
58
+
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
60
+
src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.3.0.tar.gz"
62
+
"md5=26fe3888ccf1112c5961f50bbea8f427"
63
+
"sha512=27c75ad4a614c5e800d85714ef2e074dec9625ca78848dbc06823ad4a6d3e527d78600801bc94162bf24291c35eaa70ee83898e981ef2e5bbc703df249ffe077"