···
+
synopsis: "QCheck-STM plugin for Ortac"
+
The QCheck-STM plugin for the Ortac command-line tool (provided by
+
the ortac-core package) can generate model-based tests for a module
+
with Gospel specifications. The generated code will test that the
+
function specifications hold by using the QCheck-STM library to
+
create random test cases.
+
Ortac (OCaml Runtime Assertion Checking) is a tool to turn
+
executable Gospel specifications into code to test they hold.
+
maintainer: ["Nicolas Osborne <nicolas.osborne@tarides.com>"]
+
"Nicolas Osborne <nicolas.osborne@tarides.com>"
+
"Samuel Hym <samuel.hym@rustyne.lautre.net>"
+
homepage: "https://github.com/ocaml-gospel/ortac"
+
doc: "https://ocaml-gospel.github.io/ortac/ortac-qcheck-stm/"
+
bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
+
"cmdliner" {>= "1.1.0"}
+
"mdx" {with-test & >= "2.3.0"}
+
"qcheck-core" {with-test}
+
"qcheck-stm" {with-test}
+
"qcheck-multicoretests-util" {with-test}
+
"ortac-core" {>= "0.2.0"}
+
"ortac-runtime" {with-test}
+
"ortac-runtime-qcheck-stm" {with-test}
+
"--promote-install-files=false"
+
["dune" "install" "-p" name "--create-install-files" name]
+
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
+
src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.2.0.tar.gz"
+
"md5=15d9aa0fb63a79a5444b35970910c5c4"
+
"sha512=3a9162a91c4556553d3105de446e59247360ca2f0bd984124fac330854410d336aed7af252ae73ab7148f8b8f389601cc46e5b783e3bba9a7390df9009e5e10a"