forked from ocaml-gospel/ortac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ortac.opam
39 lines (38 loc) · 981 Bytes
/
ortac.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
opam-version: "2.0"
synopsis: "OCaml Runtime Assertion Checking based on Gospel"
description: "OCaml Runtime Assertion Checking based on Gospel"
maintainer: ["Clément Pascutto <clement@pascutto.fr>"]
authors: ["Clément Pascutto <clement@pascutto.fr>"]
homepage: "https://github.com/ocaml-gospel/ortac"
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
doc: "https://ocaml-gospel.github.io/ortac/"
bug-reports: "https://github.com/ocaml-gospel/ortac/issues"
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0"}
"cmdliner"
"fmt"
"ppxlib" {>= "0.20.0"}
"gospel"
"alcotest" {with-test}
"ortac-runtime" {with-test}
"ortac-runtime-monolith"
"monolith" {>= "20201026"}
]
pin-depends: [
[ "gospel.dev" "git+https://github.com/ocaml-gospel/gospel#c60af9a7daf94971e6e8b216c2b1bed5eb34ea9a" ]
]