-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcameleer.opam
39 lines (37 loc) · 996 Bytes
/
cameleer.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"
name: "cameleer"
synopsis: "A Deductive Verification Tool for OCaml Programs"
description: "A Deductive Verification Tool for OCaml Programs"
version: "0.1"
maintainer: "[email protected]"
authors: [
"Mário Pereira"
]
license: "MIT"
homepage: "https://github.com/mariojppereira/cameleer"
dev-repo: "git://github.com/mariojppereira/cameleer"
bug-reports: "https://github.com/mariojppereira/cameleer/issues"
doc: "https://github.com/mariojppereira/cameleer/blob/master/README.md"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"dune" {>= "2.4.0"}
"why3" {>= "1.4.0"}
"why3-ide" {>= "1.5.0"}
"gospel"
"fmt"
"ocaml" {>= "4.07"}
"ppxlib" {>= "0.26.0"}
"sexplib"
"ppx_deriving"
"ppx_sexp_conv"
("lablgtk3" & "lablgtk3-sourceview3")
]
conflicts: [
"lablgtk" {< "2.14.2"}
]
pin-depends: [
"gospel.dev" "git+https://github.com/ocaml-gospel/gospel.git#2e928ead075e9b281544adad063c992f97cfaa02"
]