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.5.0.tar.gz"
48 checksum: [
49 "md5=26e1d043d26f32e03e2deb470aebe936"
50 "sha512=1dccc033a4b604962b36ce36be90201823c287c349de686dee98c674047f1d094dbacc7e5794b4587bbd10e832c685c535be18f39d734ca782ddf5038303b106"
51 ]
52}