mirror of
https://github.com/boostorg/crc.git
synced 2026-01-20 16:32:35 +00:00
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"key": "crc",
|
|
"name": "CRC",
|
|
"authors": [
|
|
"Daryle Walker"
|
|
],
|
|
"description": "The Boost CRC Library provides two implementations of CRC (cyclic redundancy code) computation objects and two implementations of CRC computation functions. The implementations are template-based.",
|
|
"category": [
|
|
"Domain"
|
|
],
|
|
"maintainers": [
|
|
"Daryle Walker <darylew -at- hotmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|