Skip to content

Commit f2cd184

Browse files
authored
Merge pull request #28399 from filipeom/opam-publish-smtml.0.10.0
Package smtml.0.10.0
2 parents 274d8c3 + 28d1b7c commit f2cd184

File tree

1 file changed

+84
-0
lines changed
  • packages/smtml/smtml.0.10.0

1 file changed

+84
-0
lines changed

packages/smtml/smtml.0.10.0/opam

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "An SMT solver frontend for OCaml"
4+
description:
5+
"Smt.ml is an SMT solver frontend for OCaml that simplifies integration with various solvers through a consistent interface. Its parametric encoding facilitates the easy addition of new solver backends, while optimisations like formula simplification, result caching, and detailed error feedback enhance performance and usability."
6+
maintainer: ["Filipe Marques <[email protected]>"]
7+
authors: [
8+
"João Pereira <[email protected]>"
9+
"Filipe Marques <[email protected]>"
10+
"Hichem Rami Ait El Hara <[email protected]>"
11+
"Léo Andrès <[email protected]>"
12+
"Arthur Carcano <[email protected]>"
13+
"Pierre Chambart <[email protected]>"
14+
"José Fragoso Santos <[email protected]>"
15+
]
16+
license: "MIT"
17+
homepage: "https://github.com/formalsec/smtml"
18+
doc: "https://formalsec.github.io/smtml/smtml/index.html"
19+
bug-reports: "https://github.com/formalsec/smtml/issues"
20+
depends: [
21+
"bos"
22+
"cmdliner" {>= "1.3.0"}
23+
"dune" {>= "3.19"}
24+
"dolmen" {= "0.10"}
25+
"dolmen_type" {= "0.10"}
26+
"dolmen_model" {= "0.10"}
27+
"fmt" {>= "0.8.7"}
28+
"fpath"
29+
"hc" {>= "0.3"}
30+
"menhir" {build & >= "20220210"}
31+
"ocaml" {>= "4.14.0"}
32+
"ocaml_intrinsics"
33+
"patricia-tree" {>= "0.11.0"}
34+
"prelude" {>= "0.5"}
35+
"rusage"
36+
"scfg" {>= "0.5"}
37+
"yojson" {>= "1.6.0"}
38+
"zarith" {>= "1.5"}
39+
"odoc" {with-doc}
40+
"sherlodoc" {with-doc}
41+
"bisect_ppx" {with-test & >= "2.5.0"}
42+
"ounit2" {with-test}
43+
"benchpress" {with-dev-setup & = "dev"}
44+
"ocamlformat" {with-dev-setup}
45+
"ppxlib" {>= "0.35.0" & < "0.36.0" & with-dev-setup}
46+
"cohttp" {with-dev-setup}
47+
"cohttp-lwt-unix" {with-dev-setup}
48+
"extunix" {with-dev-setup}
49+
"dune-glob" {with-dev-setup}
50+
"lwt" {with-dev-setup}
51+
"mdx" {with-test}
52+
"sexplib" {with-dev-setup}
53+
"tls-lwt" {with-dev-setup}
54+
]
55+
depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
56+
conflicts: [
57+
"bitwuzla-cxx" {< "0.6.0"}
58+
"alt-ergo-lib" {< "2.6.2"}
59+
"z3" {< "4.12.2" | >= "4.16"}
60+
]
61+
build: [
62+
["dune" "subst"] {dev}
63+
[
64+
"dune"
65+
"build"
66+
"-p"
67+
name
68+
"-j"
69+
jobs
70+
"@install"
71+
"@runtest" {with-test}
72+
"@doc" {with-doc}
73+
]
74+
]
75+
dev-repo: "git+https://github.com/formalsec/smtml.git"
76+
x-maintenance-intent: ["(latest)" "(latest).(latest-1).(any)"]
77+
available: arch != "arm32" & arch != "x86_32"
78+
url {
79+
src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.10.0.tar.gz"
80+
checksum: [
81+
"md5=7baf4abbdb32bc13a0f093d2136e5d49"
82+
"sha512=15eaaa3a50c1734e762eaae317e601fac5df2fbc244b2666a4bd87a9ad8482d25f01abbe9658780f475bc346671718f6f5c645945e16423ca34055e02681c0fe"
83+
]
84+
}

0 commit comments

Comments
 (0)