-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix zarith dependency (#592) * Require Zarith >= 1.4 * Disable warnings 22 in release profile also * Update documentation * Update changes * Increase the minimal version of Cairo 2 * Increase the minimal version of psmt2-frontend * Clarify licenses (#595) * Clarify licenses * Poetry * Finish release 2.4.3 (#581) * Add the changes log * Update the changes log * Active the windows CI on the branch 2.4.x * Refactoring the release target * Add headers for the licenses * Add the CeCILL license * Update the headers for 2023 * Fix spdx warning and add a template for the opam file of alt-ergo-js * Add the target for the free release * Fix the directory paths for licenses * Fix the issue with js_of_ocaml flags by using at least Dune 3.0 * Update opam files * Update headers for the new files * Remove the header in the script configure.ml
- Loading branch information
Showing
221 changed files
with
6,946 additions
and
4,107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
- fix-ci | ||
- next | ||
- main | ||
- 2.4.x | ||
|
||
env: | ||
OCAML_DEFAULT_VERSION: 4.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## v2.4.3 (2023-04-14) | ||
|
||
# Build | ||
* Restrict the requirement version of Ocplib-simplex (PR #573) | ||
* Dune 3.0 or above required, see https://github.com/ocaml/dune/issues/5563 (PR #575) | ||
* Zarith 1.4 or above required | ||
* Cairo2 0.6.4 or above required | ||
* psmt2-frontend 0.4 or above required | ||
* Using js_of_ocaml with a version between 4.0.1 and 5.0.1 required (PR #575) | ||
|
||
# Bug fixes | ||
* Fix soundness issues in the arithmetic reasoner #476, #477, #479 (PR #573) | ||
|
||
# Regression fixes | ||
* Remove flattening, see issues #505, #567 (PR #573) | ||
* Using a weak table for the Shostak.combine cache to prevent some regressions (PR #573) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This part comes from the template. Please edit alt-ergo-js.opam.template | ||
# and not alt-ergo-js.opam which is generated by dune | ||
tags: "org:OCamlPro" | ||
|
||
license: [ | ||
"LicenseRef-OCamlpro-Non-Commercial" | ||
"Apache-2.0" | ||
"LGPL-2.1-only" | ||
] | ||
|
||
build: [ | ||
["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.