tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
odoc
anil.recoil.org
2 months ago
edbb5628
dbd66c60
+8
-1
1 changed file
expand all
collapse all
unified
split
lib
tomlt.mli
+8
-1
lib/tomlt.mli
···
65
65
- {!section:combinators} - Codec transformers
66
66
- {!section:arrays} - Array codec builders
67
67
- {!section:tables} - Table/object codec builders
68
68
-
- {!section:codec_ops} - Encoding and decoding operations *)
68
68
+
- {!section:codec_ops} - Encoding and decoding operations
69
69
+
70
70
+
{2 Related Libraries}
71
71
+
72
72
+
{ul
73
73
+
{- [Tomlt_bytesrw] - Byte-level I/O for string and channel operations}
74
74
+
{- [Tomlt_eio] - Eio integration with system timezone support}
75
75
+
{- [Toml] - Low-level TOML value type and error handling}} *)
69
76
70
77
(** {1:preliminaries Preliminaries} *)
71
78