···
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.hym@rustyne.lautre.net>"
19
+
homepage: "https://github.com/ocaml-gospel/ortac"
20
+
doc: "https://ocaml-gospel.github.io/ortac/ortac-qcheck-stm/"
21
+
bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
24
+
"ocaml" {>= "4.12.0"}
25
+
"cmdliner" {>= "1.1.0"}
27
+
"ppxlib" {>= "0.26.0"}
28
+
"mdx" {with-test & >= "2.3.0"}
29
+
"gospel" {>= "0.3.0"}
30
+
"qcheck-core" {with-test}
31
+
"qcheck-stm" {with-test}
32
+
"qcheck-multicoretests-util" {with-test}
33
+
"ortac-core" {>= "0.2.0"}
34
+
"ortac-runtime" {with-test}
35
+
"ortac-runtime-qcheck-stm" {with-test}
42
+
["dune" "subst"] {dev}
50
+
"--promote-install-files=false"
52
+
"@runtest" {with-test}
55
+
["dune" "install" "-p" name "--create-install-files" name]
57
+
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
59
+
src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.2.0.tar.gz"
61
+
"md5=15d9aa0fb63a79a5444b35970910c5c4"
62
+
"sha512=3a9162a91c4556553d3105de446e59247360ca2f0bd984124fac330854410d336aed7af252ae73ab7148f8b8f389601cc46e5b783e3bba9a7390df9009e5e10a"