2
0
mirror of https://github.com/boostorg/crc.git synced 2026-01-20 16:32:35 +00:00
Files
crc/meta/libraries.json
2024-04-13 21:20:32 +03:00

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"
}