···
1
+
# This file is generated by dune, edit dune-project instead
3
+
synopsis: "QCheck-STM plugin for Ortac"
5
+
The QCheck-STM plugin for the Ortac command-line tool (provided by
6
+
the ortac-core package) can generate model-based tests for a module
7
+
with Gospel specifications. The generated code will test that the
8
+
function specifications hold by using the QCheck-STM library to
9
+
create random test cases.
11
+
Ortac (OCaml Runtime Assertion Checking) is a tool to turn
12
+
executable Gospel specifications into code to test they hold.
14
+
maintainer: ["Nicolas Osborne <nicolas.osborne@tarides.com>"]
16
+
"Nicolas Osborne <nicolas.osborne@tarides.com>"
17
+
"Samuel Hym <samuel@tarides.com>"
18
+
"Nikolaus Huber <mail@n-huber.eu>"
21
+
homepage: "https://github.com/ocaml-gospel/ortac"
22
+
doc: "https://ocaml-gospel.github.io/ortac/ortac-qcheck-stm/"
23
+
bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
26
+
"ocaml" {>= "4.12.0"}
27
+
"cmdliner" {>= "1.1.0"}
29
+
"ppxlib" {>= "0.26.0"}
30
+
"mdx" {with-test & >= "2.3.0"}
31
+
"gospel" {= "0.3.0"}
32
+
"qcheck-stm" {>= "0.4"}
33
+
"ortac-core" {= version}
34
+
"ortac-runtime-qcheck-stm" {= version}
41
+
["dune" "subst"] {dev}
49
+
"--promote-install-files=false"
51
+
"@runtest" {with-test}
54
+
["dune" "install" "-p" name "--create-install-files" name]
56
+
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
58
+
src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.4.0.tar.gz"
60
+
"md5=16613f8f5d8cd134335ad8ddbca051f6"
61
+
"sha512=1e9f803639370aae447cc601cc17d780e3d0395977899fd5dcfcb037f754148a6a03178ac097a92667b5d02995d7b1f022f30b121de0744f72dad7f5d8306db9"