ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

Use ppx_deriving for transparent toml serialisation #25

Closed mackwic closed 1 year ago

mackwic commented 9 years ago

See: https://github.com/whitequark/ppx_deriving

We should not provide it in the main package (hide it behind a build flag) as some users don't want libraries to add unexpected syntax extension.

sagotch commented 9 years ago

:+1:

zapashcanon commented 3 years ago

Is it still useful as we have cconv support now ? @c-cube

c-cube commented 3 years ago

I have absolutely no idea.

zapashcanon commented 1 year ago

I'm not sure to get the idea. You could just store the string representation of your TOML datas or use Marshal ? I'm closing...