Files
pkgsrc-ng/devel/ocaml-base64/DESCR
2016-11-18 22:39:22 +01:00

4 lines
193 B
Plaintext

Base64 is a group of similar binary-to-text encoding schemes that represent
binary data in an ASCII string format by translating it into a radix-64
representation. It is specified in RFC 4648.