3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00
z3/src/api/go/go.mod
2026-02-15 21:24:40 -08:00

6 lines
152 B
Modula-2

module github.com/Z3Prover/z3/src/api/go
go 1.20
// This package provides Go bindings for the Z3 theorem prover.
// It uses CGO to wrap the Z3 C API.