Skip to content

Commit

Permalink
Merge pull request ocaml#26292 from filipeom/opam-publish-smtml.0.2.4
Browse files Browse the repository at this point in the history
Fix smtml.0.2.3 and Package smtml.0.2.4
  • Loading branch information
mseri authored Jul 28, 2024
2 parents e6ce5f6 + 7bebba1 commit 5485e1d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.2.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
"prelude" {>= "0.2"}
"prelude" {>= "0.2" & < "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
Expand Down
58 changes: 58 additions & 0 deletions packages/smtml/smtml.0.2.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 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 <[email protected]>"]
authors: ["Filipe Marques <[email protected]>"]
license: "GPL-3.0-only"
homepage: "https://github.com/formalsec/smtml"
doc: "https://formalsec.github.io/smtml/smtml/index.html"
bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
"prelude" {>= "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
"zarith" {>= "1.5"}
"hc" {>= "0.3"}
"menhir" {build & >= "20220210"}
"rusage"
"yojson" {>= "1.6.0"}
"odoc" {with-doc}
"bisect_ppx" {with-test & >= "2.5.0"}
]
depopts: [
"z3" {>= "4.12.2" & < "4.14"}
"colibri2"
"bitwuzla-cxx" {>= "0.4.0"}
"cvc5"
]
conflicts: [
"z3" {< "4.12.2" | >= "4.14"}
"bitwuzla-cxx" {< "0.4.0"}
]
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"
url {
src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.4.tar.gz"
checksum: [
"md5=5a7e7474e1953a96e7bc159ef6f4659b"
"sha512=7426252d9e8086011817c786a84f26fce4b7f63d4fcf9d9f42c7d11174eac5a263d3ac663b0b75fd687a5e43f242781c04efd683662f42a6152dda1aa9dca2b1"
]
}

0 comments on commit 5485e1d

Please sign in to comment.