-
Notifications
You must be signed in to change notification settings - Fork 8
/
smtml.opam
76 lines (76 loc) · 2.46 KB
/
smtml.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A Front-end library for SMT solvers in OCaml"
description: "A Multi Back-end Front-end for SMT Solvers in OCaml."
maintainer: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"]
authors: [
"João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"
"Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"
"Hichem Rami Ait El Hara <hra@ocamlpro.com>"
"Léo Andrès <contact@ndrs.fr>"
"Arthur Carcano <arthur.carcano@ocamlpro.com>"
"Pierre Chambart <pierre.chambart@ocamlpro.com>"
"José Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>"
]
license: "MIT"
homepage: "https://github.com/formalsec/smtml"
doc: "https://formalsec.github.io/smtml/smtml/index.html"
bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"cmdliner" {>= "1.2.0"}
"dune" {>= "3.10"}
"dune-glob" {with-test}
"dolmen" {= "0.10"}
"dolmen_type" {= "0.10"}
"dolmen_model" {= "0.10"}
"fmt" {>= "0.8.7"}
"hc" {>= "0.3"}
"menhir" {build & >= "20220210"}
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
"prelude" {>= "0.3"}
"rusage"
"scfg"
"yojson" {>= "1.6.0"}
"zarith" {>= "1.5"}
"odoc" {with-doc}
"sherlodoc" {with-doc}
"bisect_ppx" {with-test & >= "2.5.0"}
"benchpress" {with-dev-setup & = "dev"}
"cohttp" {with-dev-setup}
"cohttp-lwt-unix" {with-dev-setup}
"core_unix" {with-dev-setup}
"lwt" {with-dev-setup}
"mdx" {with-test}
"owl" {with-dev-setup}
"tls-lwt" {with-dev-setup}
]
depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
conflicts: [
"bitwuzla-cxx" {< "0.6.0"}
"z3" {< "4.12.2" | >= "4.14"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/formalsec/smtml.git"
available: arch != "arm32" & arch != "x86_32"
pin-depends: [
["colibri2.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#1feba887bbb7980f27bbcec8137eb908caa8f0ce"]
["colibrilib.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#1feba887bbb7980f27bbcec8137eb908caa8f0ce"]
["alt-ergo-lib.2.6.0" "git+https://github.com/OCamlPro/alt-ergo.git#7ee96296a5de9588a4d585b3b8abec35f4755425"]
["cvc5.dev" "git+https://github.com/formalsec/ocaml-cvc5.git#b7aade52d49a19d646036d7e6aac09039c3e95cf"]
["benchpress.dev" "git+https://github.com/sneeuwballen/benchpress.git#7f44cdd9f0511afcce2c9ad3c04cc9b72919bcff"]
]