File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ then further improved by {{: https://www.normalesup.org/~dlesbre/}Dorian Lesbre}
18
18
as part of the {{: https://codex.top/}Codex semantics library}, developed at
19
19
{{: https://list.cea.fr/en/} CEA List}.
20
20
21
- {1 Installation}
21
+ {1:install Installation}
22
22
23
23
This library can be installed with {{: https://opam.ocaml.org/}opam}:
24
24
{@bash skip[
@@ -37,6 +37,8 @@ opam install . --deps-only --with-doc
37
37
dune build @doc
38
38
]}
39
39
40
+ See the {{!examples}examples} to jump right into using this library.
41
+
40
42
{1 Features}
41
43
42
44
{ul
@@ -183,7 +185,16 @@ Here is a brief overview of the various module types of our library:
183
185
maps using these nodes, or any other custom nodes.}
184
186
}
185
187
186
- {1 Examples}
188
+ {1:examples Examples}
189
+
190
+ To use this library, {{!install}install it} and add the following to your
191
+ dune files:
192
+ {@dune[
193
+ (executable ; or library
194
+ ...
195
+ (libraries patricia-tree ...)
196
+ )
197
+ ]}
187
198
188
199
{2 Homogeneous map}
189
200
You can’t perform that action at this time.
0 commit comments