# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Runtime support library for Ortac-generated code" description: """ The ortac-runtime library provides support for the code generated by the various Ortac plugins. Ortac (OCaml Runtime Assertion Checking) is a tool to turn executable Gospel specifications into code to test they hold. """ maintainer: ["Nicolas Osborne "] authors: [ "Clément Pascutto " "Nicolas Osborne " "Samuel Hym " ] license: "MIT" homepage: "https://github.com/ocaml-gospel/ortac" doc: "https://ocaml-gospel.github.io/ortac/ortac-runtime/" bug-reports: "https://github.com/ocaml-gospel/ortac/issues" depends: [ "dune" {>= "3.8"} "ocaml" {>= "4.12.0"} "fmt" {>= "0.8.7"} "zarith" "monolith" {with-test & >= "20201026"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/ocaml-gospel/ortac.git" x-maintenance-intent: ["(latest)"] url { src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.6.0.tar.gz" checksum: [ "md5=35bd7a9f57964cf592fa8766ff25c68e" "sha512=6d704cb3ef0cf0654e43a8e417089e451eddd604bffb72aad46cfa0ed283ca8fbc5ae586d9731a47ff1d0c8e45a100e473aa13fb96f0a2b269df9759d3cd6fae" ] }