File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
28351 . Navigeeri käsureal kloonitud projekti repositooriumi kausta.
29362 . Käivita: ` eval $(opam env) `
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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]
8490build: [
Original file line number Diff line number Diff line change 1414 ocamlgraph
1515 ppx_deriving
1616 ppx_deriving_hash
17+ z3
1718 ounit2
1819 ( qcheck-ounit ( >= 0 .91) )
1920 ocaml-lsp-server
You can’t perform that action at this time.
0 commit comments