tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-yamlt
0
fork
atom
Yaml encoder/decoder for OCaml jsont codecs
0
fork
atom
overview
issues
pulls
pipelines
odoc
anil.recoil.org
3 months ago
417ebfad
4a3e1044
1/1
build.yml
success
6m 5s
+7
1 changed file
expand all
collapse all
unified
split
lib
yamlt.mli
+7
lib/yamlt.mli
reviewed
···
29
29
let from_yaml = Yamlt.decode_string Config.jsont yaml_str
30
30
]}
31
31
32
32
+
{2 Related Libraries}
33
33
+
34
34
+
{ul
35
35
+
{- [Jsont] - JSON codec library whose type descriptions this library interprets}
36
36
+
{- [Yamlrw] - Pure OCaml YAML parser/emitter used for low-level YAML processing}
37
37
+
{- [Bytesrw] - Byte-level I/O abstraction for streaming encode/decode}}
38
38
+
32
39
See notes about {{!yaml_mapping}YAML to JSON mapping},
33
40
{{!yaml_scalars}YAML scalar resolution}, and
34
41
{{!null_handling}null value handling}. *)