tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-yamlrw
1
fork
atom
Pure OCaml Yaml 1.2 reader and writer using Bytesrw
1
fork
atom
overview
issues
pulls
pipelines
odoc
anil.recoil.org
3 months ago
0c01cc18
931902c4
0/1
build.yml
failed
5m 36s
+8
-1
1 changed file
expand all
collapse all
unified
split
lib
yamlrw.mli
+8
-1
lib/yamlrw.mli
···
30
30
{[
31
31
let name = Yamlrw.Util.(get_string (get "name" value)) in
32
32
let age = Yamlrw.Util.(get_int (get "age" value)) in
33
33
-
]} *)
33
33
+
]}
34
34
+
35
35
+
{2 Related Libraries}
36
36
+
37
37
+
{ul
38
38
+
{- [Yamlrw_unix] - Unix file I/O integration}
39
39
+
{- [Yamlrw_eio] - Eio async file and flow operations}
40
40
+
{- [Yamlt] - YAML codec using Jsont type descriptions (higher-level)}} *)
34
41
35
42
(** {2 Error Handling} *)
36
43