Skip to content

Commit 4e30363

Browse files
committed
Добавлена ссылки на доку для Dune и OPAM
1 parent 189833a commit 4e30363

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/tools/dune.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
>
77
> - [Официальный сайт проекта](https://dune.build)
88
> - Стартовый туториал [Quick start](https://dune.readthedocs.io/en/stable/quick-start.html)
9+
> - [Гайды OCaml Platform](https://ocaml.org/docs/bootstrapping-a-dune-project)
910
1011
> [!IMPORTANT] Управление зависимостями
1112
> Стоит понимать, Dune не занимается управлением пакетами (зависимостями).

docs/tools/opam.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
![](https://i.ibb.co/Q6YSgG3/photo-2024-07-05-23-01-27.jpg)
1111
:::
1212

13-
### Документация
14-
15-
- [Using opam](https://opam.ocaml.org/doc/Usage.html) — всё что нужно знать, чтобы использовать;
16-
- Полный [мануал](https://opam.ocaml.org/doc/Manual.html) с описанием всех возможностей;
13+
> [!NOTE] Документация
14+
>
15+
> - [Управление зависимостями](https://ocaml.org/docs/managing-dependencies)
16+
> - [Using opam](https://opam.ocaml.org/doc/Usage.html) — всё что нужно знать, чтобы использовать
17+
> - Полный [мануал](https://opam.ocaml.org/doc/Manual.html) с описанием всех возможностей
1718
1819
## Обновление пакетов
1920

0 commit comments

Comments
 (0)