···
+
# This file is generated by dune, edit dune-project instead
+
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@tarides.com>"
+
"Nikolaus Huber <mail@n-huber.eu>"
+
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-stm" {>= "0.4"}
+
"ortac-core" {= version}
+
"ortac-runtime-qcheck-stm" {= version}
+
"--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.4.0.tar.gz"
+
"md5=16613f8f5d8cd134335ad8ddbca051f6"
+
"sha512=1e9f803639370aae447cc601cc17d780e3d0395977899fd5dcfcb037f754148a6a03178ac097a92667b5d02995d7b1f022f30b121de0744f72dad7f5d8306db9"