Skip to content

Commit

Permalink
Julia now used the C API. (#7388)
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Sep 24, 2024
1 parent 994056f commit 8b81bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ See [``examples/ml``](examples/ml) for examples.

### ``Python``

You can install the Python wrapper for Z3 for the latest release from pypi using the command
You can install the Python wrapper for Z3 for the latest release from pypi using the command:

```bash
pip install z3-solver
Expand Down Expand Up @@ -206,7 +206,7 @@ See [``examples/python``](examples/python) for examples.

### ``Julia``

The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C++ API of Z3. Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).
The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C API of Z3. A previous version of it wrapped the C++ API: Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).

### ``Web Assembly`` / ``TypeScript`` / ``JavaScript``

Expand Down

0 comments on commit 8b81bda

Please sign in to comment.