OK benoit@
Comment:
indexed colors used by XTerm
Description:
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine, nor to
query a running terminal for its actual colors. It simply implements
the colors that are present as defaults in the XTerm source code.
* Added converters for many EBCDIC encodings.
* Export the symbol 'locale_charset' (needed by GNU bash).
* The library is now licensed under the LGPL version 2.1.
ok Brad
OK sthen@
Comment:
concise binary object representation
Description:
This module converts Perl data structures to the Concise Binary
Object Representation (CBOR) and vice versa. CBOR is a fast binary
serialisation format that aims to use an (almost) superset of the
JSON data model, i.e. when you can represent something useful in
JSON, you should be able to represent it in CBOR.
OK sthen
Comment:
fast CBOR for everyone
Description:
The Concise Binary Object Representation (CBOR, RFC 8949) is a data
format whose design goals include the possibility of extremely small
code size, fairly small message size, and extensibility without the need
for version negotiation.
This library implements CBOR via XS under a license that permits
commercial usage with no "strings attached".
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23