|
| 1 | +# This file is generated by dune, edit dune-project instead |
| 2 | +opam-version: "2.0" |
| 3 | +synopsis: "QCheck-STM plugin for Ortac" |
| 4 | +description: """ |
| 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. |
| 10 | + |
| 11 | +Ortac (OCaml Runtime Assertion Checking) is a tool to turn |
| 12 | +executable Gospel specifications into code to test they hold. |
| 13 | +""" |
| 14 | +maintainer: ["Nicolas Osborne < [email protected]>"] |
| 15 | +authors: [ |
| 16 | + "Nicolas Osborne < [email protected]>" |
| 17 | + |
| 18 | + "Nikolaus Huber < [email protected]>" |
| 19 | +] |
| 20 | +license: "MIT" |
| 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" |
| 24 | +depends: [ |
| 25 | + "dune" {>= "3.8"} |
| 26 | + "ocaml" {>= "4.12.0"} |
| 27 | + "cmdliner" {>= "1.1.0"} |
| 28 | + "fmt" |
| 29 | + "ppxlib" {>= "0.26.0"} |
| 30 | + "mdx" {with-test & >= "2.3.0"} |
| 31 | + "gospel" {= "0.3.0"} |
| 32 | + "qcheck-stm" {>= "0.5"} |
| 33 | + "ortac-core" {= version} |
| 34 | + "ortac-runtime-qcheck-stm" {= version} |
| 35 | + "odoc" {with-doc} |
| 36 | +] |
| 37 | +conflicts: [ |
| 38 | + "result" {< "1.5"} |
| 39 | +] |
| 40 | +build: [ |
| 41 | + ["dune" "subst"] {dev} |
| 42 | + [ |
| 43 | + "dune" |
| 44 | + "build" |
| 45 | + "-p" |
| 46 | + name |
| 47 | + "-j" |
| 48 | + jobs |
| 49 | + "--promote-install-files=false" |
| 50 | + "@install" |
| 51 | + "@runtest" {with-test} |
| 52 | + "@doc" {with-doc} |
| 53 | + ] |
| 54 | + ["dune" "install" "-p" name "--create-install-files" name] |
| 55 | +] |
| 56 | +dev-repo: "git+https://github.com/ocaml-gospel/ortac.git" |
| 57 | +x-maintenance-intent: ["(latest)"] |
| 58 | +url { |
| 59 | + src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.6.0.tar.gz" |
| 60 | + checksum: [ |
| 61 | + "md5=35bd7a9f57964cf592fa8766ff25c68e" |
| 62 | + "sha512=6d704cb3ef0cf0654e43a8e417089e451eddd604bffb72aad46cfa0ed283ca8fbc5ae586d9731a47ff1d0c8e45a100e473aa13fb96f0a2b269df9759d3cd6fae" |
| 63 | + ] |
| 64 | +} |
0 commit comments