We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5429dd2 commit bb7424dCopy full SHA for bb7424d
docs/.vitepress/config.ts
@@ -41,6 +41,7 @@ export default defineConfig({
41
{ text: "Utop", link: "/tools/utop" },
42
{ text: "Ocamlformat", link: "/tools/ocamlformat" },
43
{ text: "Sherlodoc & Sherlocode", link: "/tools/sherlo" },
44
+ { text: "Тулчейн OCaml", link: "/tools/ocaml" },
45
],
46
},
47
{
docs/tools/ocaml.md
@@ -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