Select the types of activity you want to include in your feed.
csv: rename from csvt
Drops the redundant "t" suffix. Library name, opam package, module (Csvt -> Csv), and directory all rename in lockstep. Every downstream reference in interop tests, libraries, and docs updated.
···44codecs, extracted from Daniel Bünzli's
55[jsont](https://erratique.ch/software/jsont). Packaging the shared
66base as a standalone library lets non-JSON text codecs (`xmlt`,
77-`csvt`, `sexpt`, ...) reuse it without pulling in `jsont`.
77+`csv`, `sexpt`, ...) reuse it without pulling in `jsont`.
8899A direct copy of `jsont_base.ml` and the `Error` module of `jsont.ml`,
1010with JSON-specific pieces (the `Number` module, the JSON `Sort.t`