Skip to content

Commit 6aa5eb1

Browse files
committed
Lisa Z3 sõltuvus
1 parent 4efb278 commit 6aa5eb1

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
* Väljund peaks olema `Hello, OCaml!`.
2525

2626

27+
## Uuendamine
28+
1. Navigeeri käsureal kloonitud projekti repositooriumi kausta.
29+
2. Käivita: `eval $(opam env)`
30+
3. Käivita: `opam update`
31+
4. Käivita: `opam install --deps-only --locked -y .` (NB! punkt)
32+
33+
2734
## Kasutamine
2835
1. Navigeeri käsureal kloonitud projekti repositooriumi kausta.
2936
2. Käivita: `eval $(opam env)`

aktsp2026.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ depends: [
1010
"ocamlgraph"
1111
"ppx_deriving"
1212
"ppx_deriving_hash"
13+
"z3"
1314
"ounit2"
1415
"qcheck-ounit" {>= "0.91"}
1516
"ocaml-lsp-server"

aktsp2026.opam.locked

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ depends: [
1818
"base-unix" {= "base"}
1919
"camlp-streams" {= "5.0.1"}
2020
"chrome-trace" {= "3.21.0"}
21+
"conf-c++" {= "1.0"}
22+
"conf-gmp" {= "5"}
23+
"conf-pkg-config" {= "4"}
24+
"conf-python-3" {= "9.0.0"}
2125
"cppo" {= "1.8.0"}
2226
"csexp" {= "1.5.2"}
2327
"dune" {= "3.21.0"}
@@ -79,6 +83,8 @@ depends: [
7983
"uutf" {= "1.0.4"}
8084
"xdg" {= "3.21.0"}
8185
"yojson" {= "3.0.0"}
86+
"z3" {= "4.15.2"}
87+
"zarith" {= "1.14"}
8288
"zed" {= "3.2.3"}
8389
]
8490
build: [

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ocamlgraph
1515
ppx_deriving
1616
ppx_deriving_hash
17+
z3
1718
ounit2
1819
(qcheck-ounit (>= 0.91))
1920
ocaml-lsp-server

0 commit comments

Comments
 (0)