libraries.json 616 B

12345678910111213
  1. {
  2. "key": "integer",
  3. "name": "Integer",
  4. "description": "The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std.",
  5. "category": [
  6. "Math"
  7. ],
  8. "authors": "",
  9. "maintainers": [
  10. "Daryle Walker <darylew -at- hotmail.com>",
  11. "Andrey Semashev <andrey.semashev -at- gmail.com>"
  12. ]
  13. }