libraries.json 428 B

1234567891011121314
  1. {
  2. "key": "crc",
  3. "name": "CRC",
  4. "authors": [
  5. "Daryle Walker"
  6. ],
  7. "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.",
  8. "category": [
  9. "Domain"
  10. ],
  11. "maintainers": [
  12. "Daryle Walker <darylew -at- hotmail.com>"
  13. ]
  14. }