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" 45url { 46 src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.4.0.tar.gz" 47 checksum: [ 48 "md5=16613f8f5d8cd134335ad8ddbca051f6" 49 "sha512=1e9f803639370aae447cc601cc17d780e3d0395977899fd5dcfcb037f754148a6a03178ac097a92667b5d02995d7b1f022f30b121de0744f72dad7f5d8306db9" 50 ] 51}