Skip to content

Commit db1c715

Browse files
authored
Merge pull request #28137 from filipeom/opam-publish-smtml.0.8.0
Package smtml.0.8.0
2 parents 2b9ec30 + 0bdf13b commit db1c715

File tree

1 file changed

+82
-0
lines changed
  • packages/smtml/smtml.0.8.0

1 file changed

+82
-0
lines changed

packages/smtml/smtml.0.8.0/opam

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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.10"}
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+
"cohttp" {with-dev-setup}
45+
"cohttp-lwt-unix" {with-dev-setup}
46+
"extunix" {with-dev-setup}
47+
"dune-glob" {with-dev-setup}
48+
"lwt" {with-dev-setup}
49+
"mdx" {with-test}
50+
"sexplib" {with-dev-setup}
51+
"tls-lwt" {with-dev-setup}
52+
]
53+
depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
54+
conflicts: [
55+
"bitwuzla-cxx" {< "0.6.0"}
56+
"alt-ergo-lib" {< "2.6.2"}
57+
"z3" {< "4.12.2" | >= "4.15"}
58+
]
59+
build: [
60+
["dune" "subst"] {dev}
61+
[
62+
"dune"
63+
"build"
64+
"-p"
65+
name
66+
"-j"
67+
jobs
68+
"@install"
69+
"@runtest" {with-test}
70+
"@doc" {with-doc}
71+
]
72+
]
73+
dev-repo: "git+https://github.com/formalsec/smtml.git"
74+
available: arch != "arm32" & arch != "x86_32"
75+
x-maintenance-intent: [ "(latest)" ]
76+
url {
77+
src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.8.0.tar.gz"
78+
checksum: [
79+
"md5=f3384afc4c52ea0fcda2b434892f8412"
80+
"sha512=47a70d32fae1c833b6a4765ab1152b241e1c60078a30c27b4669bb4a7fe499228d5c5783aca4462ed553408fa16488903924bad11b050bb22a985770796f56af"
81+
]
82+
}

0 commit comments

Comments
 (0)