forked from GillianPlatform/Gillian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gillian.opam
48 lines (48 loc) · 1.2 KB
/
gillian.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
40
41
42
43
44
45
46
47
48
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"A parametric compositional symbolic execution for Correctness and Incorrectness"
maintainer: ["The Gillian Team"]
authors: ["The Gillian Team"]
license: "BSD-3-Clause"
homepage: "https://github.com/GillianPlatform/Gillian"
bug-reports: "https://github.com/GillianPlatform/Gillian/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.1.0"}
"alcotest" {= "1.0.1"}
"cmdliner" {>= "1.1.1"}
"dap" {= "1.0.6"}
"fmt" {>= "0.8.8"}
"memtrace" {= "0.2.3"}
"menhir" {= "20231231"}
"ppx_deriving_yojson"
"ppxlib" {>= "0.18.0"}
"sexplib"
"simple_smt"
"sqlite3" {= "5.0.2"}
"visitors" {>= "2.3"}
"yojson" {>= "1.7.0"}
"zarith" {>= "1.12"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/GillianPlatform/Gillian.git"
pin-depends: [
"simple_smt.~dev" "git+https://github.com/NatKarmios/simple-smt-ocaml#b88c4b0685f6ec989e8b4c911e296c4087768db8"
]