this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Runtime support library for Ortac-generated code"
4description: """
5The ortac-runtime library provides support for the code generated
6by the various Ortac plugins.
7Ortac (OCaml Runtime Assertion Checking) is a tool to turn
8executable Gospel specifications into code to test they hold.
9"""
10maintainer: ["Nicolas Osborne <nicolas.osborne@tarides.com>"]
11authors: [
12 "Clément Pascutto <clement@pascutto.fr>"
13 "Nicolas Osborne <nicolas.osborne@tarides.com>"
14 "Samuel Hym <samuel@tarides.com>"
15]
16license: "MIT"
17homepage: "https://github.com/ocaml-gospel/ortac"
18doc: "https://ocaml-gospel.github.io/ortac/ortac-runtime/"
19bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
20depends: [
21 "dune" {>= "3.8"}
22 "ocaml" {>= "4.12.0"}
23 "fmt" {>= "0.8.7"}
24 "zarith"
25 "monolith" {with-test & >= "20201026"}
26 "odoc" {with-doc}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "--promote-install-files=false"
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42 ["dune" "install" "-p" name "--create-install-files" name]
43]
44dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
45x-maintenance-intent: ["(latest)"]
46url {
47 src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.6.0.tar.gz"
48 checksum: [
49 "md5=35bd7a9f57964cf592fa8766ff25c68e"
50 "sha512=6d704cb3ef0cf0654e43a8e417089e451eddd604bffb72aad46cfa0ed283ca8fbc5ae586d9731a47ff1d0c8e45a100e473aa13fb96f0a2b269df9759d3cd6fae"
51 ]
52}