Skip to content

Commit bb7424d

Browse files
committed
Добавлена страница про тулчейн Окемла самого
1 parent 5429dd2 commit bb7424d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default defineConfig({
4141
{ text: "Utop", link: "/tools/utop" },
4242
{ text: "Ocamlformat", link: "/tools/ocamlformat" },
4343
{ text: "Sherlodoc & Sherlocode", link: "/tools/sherlo" },
44+
{ text: "Тулчейн OCaml", link: "/tools/ocaml" },
4445
],
4546
},
4647
{

docs/tools/ocaml.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OCaml
2+
3+
## Опции конфигурации
4+
5+
<https://ocaml.org/releases/5.2.0#configuration-options>
6+
7+
```sh
8+
$ opam search ocaml-options-
9+
```

0 commit comments

Comments
 (0)