Skip to content

Commit b61304c

Browse files
authored
Merge pull request #24442 from recoules/deprecate-bitwuzla-bin.0.0.0
mark bitwuzla-bin.0.0.0 as deprecated
2 parents 794efea + f696738 commit b61304c

File tree

2 files changed

+5
-2
lines changed
  • packages/bitwuzla-bin
    • bitwuzla-bin.0.0.0
    • bitwuzla-bin.1.0.0

2 files changed

+5
-2
lines changed

packages/bitwuzla-bin/bitwuzla-bin.0.0.0/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
opam-version: "2.0"
22
synopsis: "Bitwuzla SMT solver executable"
3+
flags: deprecated
34
description: """
45

5-
Standalone installer for the SMT solver Bitwuzla.
6+
/!\ Deprecated. Standalone installer for the SMT solver Bitwuzla.
7+
OCaml users should use instead one of the packages bitwuzla, bitwuzla-c or the latest version bitwuzla-cxx to access the Bitwuzla API.
68

79
Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions and their combinations. Its name is derived from an Austrian dialect expression that can be translated as “someone who tinkers with bits”."""
810
maintainer: ["Frédéric Recoules <frederic.recoules@cea.fr>"]

packages/bitwuzla-bin/bitwuzla-bin.1.0.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ opam-version: "2.0"
22
synopsis: "Bitwuzla SMT solver executable"
33
description: """
44

5-
Standalone installer for the SMT solver Bitwuzla.
5+
/!\ Aging. Standalone installer for the SMT solver Bitwuzla.
6+
OCaml users should use instead one of the packages bitwuzla, bitwuzla-c or the latest version bitwuzla-cxx to access the Bitwuzla API.
67

78
Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions and their combinations. Its name is derived from an Austrian dialect expression that can be translated as “someone who tinkers with bits”."""
89
maintainer: ["Frédéric Recoules <frederic.recoules@cea.fr>"]

0 commit comments

Comments
 (0)