Skip to content

Commit 5485e1d

Browse files
authored
Merge pull request #26292 from filipeom/opam-publish-smtml.0.2.4
Fix smtml.0.2.3 and Package smtml.0.2.4
2 parents e6ce5f6 + 7bebba1 commit 5485e1d

File tree

2 files changed

+59
-1
lines changed
  • packages/smtml

2 files changed

+59
-1
lines changed

packages/smtml/smtml.0.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
1111
depends: [
1212
"dune" {>= "3.10"}
1313
"ocaml" {>= "4.14.0"}
14-
"prelude" {>= "0.2"}
14+
"prelude" {>= "0.2" & < "0.3"}
1515
"ocaml_intrinsics"
1616
"fmt" {>= "0.8.7"}
1717
"cmdliner" {>= "1.2.0"}

packages/smtml/smtml.0.2.4/opam

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A Front-end library for SMT solvers in OCaml"
4+
description: "A Multi Back-end Front-end for SMT Solvers in OCaml."
5+
maintainer: ["Filipe Marques <[email protected]>"]
6+
authors: ["Filipe Marques <[email protected]>"]
7+
license: "GPL-3.0-only"
8+
homepage: "https://github.com/formalsec/smtml"
9+
doc: "https://formalsec.github.io/smtml/smtml/index.html"
10+
bug-reports: "https://github.com/formalsec/smtml/issues"
11+
depends: [
12+
"dune" {>= "3.10"}
13+
"ocaml" {>= "4.14.0"}
14+
"prelude" {>= "0.3"}
15+
"ocaml_intrinsics"
16+
"fmt" {>= "0.8.7"}
17+
"cmdliner" {>= "1.2.0"}
18+
"zarith" {>= "1.5"}
19+
"hc" {>= "0.3"}
20+
"menhir" {build & >= "20220210"}
21+
"rusage"
22+
"yojson" {>= "1.6.0"}
23+
"odoc" {with-doc}
24+
"bisect_ppx" {with-test & >= "2.5.0"}
25+
]
26+
depopts: [
27+
"z3" {>= "4.12.2" & < "4.14"}
28+
"colibri2"
29+
"bitwuzla-cxx" {>= "0.4.0"}
30+
"cvc5"
31+
]
32+
conflicts: [
33+
"z3" {< "4.12.2" | >= "4.14"}
34+
"bitwuzla-cxx" {< "0.4.0"}
35+
]
36+
build: [
37+
["dune" "subst"] {dev}
38+
[
39+
"dune"
40+
"build"
41+
"-p"
42+
name
43+
"-j"
44+
jobs
45+
"@install"
46+
"@runtest" {with-test}
47+
"@doc" {with-doc}
48+
]
49+
]
50+
dev-repo: "git+https://github.com/formalsec/smtml.git"
51+
available: arch != "arm32" & arch != "x86_32"
52+
url {
53+
src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.4.tar.gz"
54+
checksum: [
55+
"md5=5a7e7474e1953a96e7bc159ef6f4659b"
56+
"sha512=7426252d9e8086011817c786a84f26fce4b7f63d4fcf9d9f42c7d11174eac5a263d3ac663b0b75fd687a5e43f242781c04efd683662f42a6152dda1aa9dca2b1"
57+
]
58+
}

0 commit comments

Comments
 (0)