mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 16:27:37 +00:00
Update on building OCaml binding with CMake (#7698)
* fix: add generating META for ocamlfind. * Patch macos. We need to keep the `@rpath` and use environment var to enable the test because we need to leave it to be fixed by package managers. * Trigger CI. * Debug. * Debug. * Debug. * Debug. * Debug. * Debug. * Hacky fix for ocaml building warning. * Fix typo and rename variables.
This commit is contained in:
parent
2de40ff220
commit
c2efd3dc6d
6 changed files with 100 additions and 208 deletions
|
|
@ -304,11 +304,13 @@ sig
|
|||
type parameter =
|
||||
P_Int of int
|
||||
| P_Dbl of float
|
||||
| P_Rat of string
|
||||
| P_Sym of Symbol.symbol
|
||||
| P_Srt of Sort.sort
|
||||
| P_Ast of AST.ast
|
||||
| P_Fdl of func_decl
|
||||
| P_Rat of string
|
||||
| P_Internal of string
|
||||
| P_ZStr of string
|
||||
|
||||
(** The kind of the parameter. *)
|
||||
val get_kind : parameter -> Z3enums.parameter_kind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue